Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Model_Transfer__ctor

saniro edited this page Feb 16, 2017 · 1 revision

Transfer Constructor

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)

Syntax

C#

public Transfer(
	string address,
	long value,
	string message,
	string tag
)

Parameters

 

address
Type: System.String
The address.
value
Type: System.Int64
The value.
message
Type: System.String
The message.
tag
Type: System.String
The tag.

See Also

Reference

Transfer Class
Iota.Lib.CSharp.Api.Model Namespace

Clone this wiki locally