SecretNET.Token Namespace

SendFromRequest_Payload Properties

The SendFromRequest_Payload type exposes the following members.

Properties


  Name Description
Public property Amount
Amount of tokens to transfer (Uint128) (not optional).
Public property Msg
Base64 encoded message, which the recipient will receive.
Public property Owner
Account to take tokens from (not optional).
Public property Padding
Ignored string used to maintain constant-length messages.
Public property Recipient
Account to send tokens to (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).