Snip20Tx..::..SendFrom Method
Overload List
Name | Description | |
---|---|---|
![]() |
SendFrom(MsgSendFrom, Nullable<(Of <<'(TxOptions>)>>)) |
SendFrom is to Send, what TransferFrom is to Transfer.
This allows a pre-approved account to not just transfer the tokens, but to send them to another address to trigger a given action.
Note SendFrom will set the Receive{sender} to be the env.message.sender (the account that triggered the transfer) rather than the owner account (the account the money is coming from).
|
![]() |
SendFrom(String, String, String, String, Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(TxOptions>)>>)) |
SendFrom is to Send, what TransferFrom is to Transfer.
This allows a pre-approved account to not just transfer the tokens, but to send them to another address to trigger a given action.
Note SendFrom will set the Receive{sender} to be the env.message.sender (the account that triggered the transfer) rather than the owner account (the account the money is coming from).
|