SecretNET.Token Namespace

SendRequest_Payload Members

The SendRequest_Payload type exposes the following members.

Properties


  Name Description
Public property Amount
The amount of tokens to send (Uint128) (not optional).
Public property Msg
Base64 encoded message, which the recipient will receive.
Public property Padding
Ignored string used to maintain constant-length messages.
Public property Recipient
Accounts SHOULD be a valid bech32 address, but contracts may use a different naming scheme as well (not optional).
Public property RecipientCodeHash
The SHA256 hash of the recipient contract's code, encoded in lowercase hexadecimal with no leading "0x". (64 ASCII characters).