BankTx..::..Send Method (MsgSend, TxOptions)

MsgSend represents a message to send coins from one account to another.

Namespace:  SecretNET.Tx
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<SingleSecretTx<MsgSendResponse>> Send(
	MsgSend msg,
	TxOptions txOptions
)

Parameters

msg
Type: MsgSend
txOptions
Type: SecretNET.Tx..::..TxOptions

Return Value