Transfer
Protobuf type TW.TheOpenNetwork.Proto.Transfer
Types
Functions
Link copied to clipboard
Transfer comment message (optional, empty by default)
Content copied to clipboard
string comment = 7;
Link copied to clipboard
Transfer comment message (optional, empty by default)
Content copied to clipboard
string comment = 7;
Link copied to clipboard
Link copied to clipboard
Recipient address
Content copied to clipboard
string dest = 2;
Link copied to clipboard
Expiration UNIX timestamp (optional, now() + 60 by default)
Content copied to clipboard
uint32 expire_at = 6;
Link copied to clipboard
Message counter (optional, 0 by default used for the first deploy)
This field is required, because we need to protect the smart contract against "replay attacks"
Learn more: https://ton.org/docs/develop/smart-contracts/guidelines/external-messages
Content copied to clipboard
uint32 sequence_number = 4;
Link copied to clipboard
Wallet version
Content copied to clipboard
.TW.TheOpenNetwork.Proto.WalletVersion wallet_version = 1;
Link copied to clipboard
Wallet version
Content copied to clipboard
.TW.TheOpenNetwork.Proto.WalletVersion wallet_version = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard