Implementation of TONTokenWallet contract.
More...
|
void | transfer (address_opt answer_addr, address to, uint128 tokens, uint128 evers, uint128 return_ownership, opt< cell > notify_payload) |
|
void | transferToRecipient (address_opt answer_addr, Tip3Creds to, uint128 tokens, uint128 evers, uint128 keep_evers, bool deploy, uint128 return_ownership, opt< cell > notify_payload) |
|
uint128 | balance () |
|
void | acceptMint (uint128 _value, address answer_addr, uint128 keep_evers, opt< cell > notify_payload) |
|
void | acceptTransfer (uint128 _value, address answer_addr, uint128 keep_evers, uint256 sender_pubkey, address_opt sender_owner, opt< cell > notify_payload) |
|
void | destroy (address dest) |
|
details_info | details () |
|
details_info | getDetails () |
|
uint128 | getBalance () |
|
opt< uint256 > | getLendPubkey () |
|
opt< bind_info > | getBinding () |
|
|
static __always_inline int | _on_bounced (cell msg, slice msg_body) |
|
static __always_inline int | _fallback ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
|
static __always_inline int | _receive ([[maybe_unused]] cell msg, [[maybe_unused]] slice msg_body) |
|
template<bool Internal>
class TONTokenWallet< Internal >
Implementation of TONTokenWallet contract.
The documentation for this class was generated from the following file: