M_Iota_Lib_CSharp_Api_Model_Transfer__ctor - iotaledger-archive/iota.lib.csharp GitHub Wiki
Initializes a new instance of the Transfer class.
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public Transfer(
string address,
long value,
string message,
string tag
)
- address
- Type: System.String
The address. - value
- Type: System.Int64
The value. - message
- Type: System.String
The message. - tag
- Type: System.String
The tag.