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

