M_Iota_Lib_CSharp_Api_Model_Bundle_AddEntry - iotaledger-archive/iota.lib.csharp GitHub Wiki
Adds a bundle entry
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public void AddEntry(
int signatureMessageLength,
string address,
long value,
string tag,
long timestamp
)
- signatureMessageLength
- Type: System.Int32
Length of the signature message. - address
- Type: System.String
The address. - value
- Type: System.Int64
The value. - tag
- Type: System.String
The tag. - timestamp
- Type: System.Int64
The timestamp.