M_Iota_Lib_CSharp_Api_Utils_Curl_Absorb_1 - iotaledger-archive/iota.lib.csharp GitHub Wiki
Absorbs the specified trits.
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public ICurl Absorb(
int[] trits,
int offset,
int length
)
- trits
- Type: System.Int32[]
The trits. - offset
- Type: System.Int32
The offset to start from. - length
- Type: System.Int32
The length.
Type: ICurl
the ICurl instance (used for method chaining)
ICurl.Absorb(Int32[], Int32, Int32)
Curl Class
Absorb Overload
Iota.Lib.CSharp.Api.Utils Namespace