Snip20Tx..::..Transfer Method
Overload List
Name | Description | |
---|---|---|
![]() |
Transfer(MsgTransfer, Nullable<(Of <<'(TxOptions>)>>)) |
Moves tokens from the account that appears in the Cosmos message sender field to the account in the recipient field.
Variation from CW-20: It is NOT required to validate that the recipient is an address and not a contract. This command will work when trying to send funds to contract accounts as well.
|
![]() |
Transfer(String, String, String, Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(TxOptions>)>>)) |
Moves tokens from the account that appears in the Cosmos message sender field to the account in the recipient field.
Variation from CW-20: It is NOT required to validate that the recipient is an address and not a contract. This command will work when trying to send funds to contract accounts as well.
|