Snip20Tx..::..RegisterReceive Method
Overload List
| Name | Description | |
|---|---|---|
|
|
RegisterReceive(MsgRegisterReceive, Nullable<(Of <<'(TxOptions>)>>)) |
This message is used to tell the SNIP-20 contract to call the Receive function of the Cosmos message sender after a successful Send.
In Secret Network this is used to pair a code hash with the contract address that must be called.
This means that the SNIP-20 MUST store the sent code_hash and use it when calling the Receive function.
|
|
|
RegisterReceive(String, String, Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(String>)>>), Nullable<(Of <<'(TxOptions>)>>)) |
This message is used to tell the SNIP-20 contract to call the Receive function of the Cosmos message sender after a successful Send.
In Secret Network this is used to pair a code hash with the contract address that must be called.
This means that the SNIP-20 MUST store the sent code_hash and use it when calling the Receive function.
|

