TransferTokens Method

Treatail NEO Core Logic

Treatail.NEO

Contract..::..TransferTokens Method

Transfers TTL from a wallet to a destination address

Namespace:  Treatail.NEO.Core.Models
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public bool TransferTokens(
	string fromAddress,
	string toAddress,
	int amount
)
Public Function TransferTokens ( _
	fromAddress As String, _
	toAddress As String, _
	amount As Integer _
) As Boolean
public:
bool^ TransferTokens(
	String^ fromAddress, 
	String^ toAddress, 
	int^ amount
)

Parameters

fromAddress
Type: String
toAddress
Type: String
The destination address to send TTL to
amount
Type: Int32
The amount to be sent

Return Value