IbcTransferTx..::..Transfer Method

MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains. See ICS Spec here: https://github.com/cosmos/ics/tree/master/spec/ics-020-fungible-token-transfer#data-structures

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

Syntax


public Task<SingleSecretTx<MsgTransferResponse>> Transfer(
	MsgTransfer msg,
	TxOptions txOptions
)

Parameters

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

Return Value