SecretNET.Token Namespace

Snip20Tx..::..TransferFrom Method (MsgTransferFrom, Nullable<(Of <(<'TxOptions>)>)>)

Transfer an amount of tokens from a specified account, to another specified account. This action MUST fail if the Cosmos message sender does not have an allowance limit that is equal or greater than the amount of tokens sent for the owner account.

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

Syntax


public Task<SingleSecretTx<TransferFromResponse>> TransferFrom(
	MsgTransferFrom msg,
	Nullable<TxOptions> txOptions
)
Public Function TransferFrom ( _
	msg As MsgTransferFrom, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of TransferFromResponse))
public:
Task<SingleSecretTx<TransferFromResponse^>^>^ TransferFrom(
	MsgTransferFrom^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.Token..::..MsgTransferFrom
The MSG.
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.

Return Value

SecretTx<TransferFromResponse>.