Documentation ¶
Index ¶
- type BurnPayload
- type Client
- type Data
- type MintPayload
- type MintPayloadMasterMsg
- type TransferPayload
- type WalletClient
- func (c *WalletClient) Address() *address.Address
- func (c *WalletClient) BuildBurnPayload(amountCoins tlb.Coins, notifyAddr *address.Address) (*cell.Cell, error)
- func (c *WalletClient) BuildTransferPayload(to *address.Address, amountCoins, amountForwardTON tlb.Coins, ...) (*cell.Cell, error)deprecated
- func (c *WalletClient) BuildTransferPayloadV2(to, responseTo *address.Address, amountCoins, amountForwardTON tlb.Coins, ...) (*cell.Cell, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BurnPayload ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewJettonMasterClient ¶
func (*Client) GetJettonWallet ¶
func (c *Client) GetJettonWallet(ownerAddr *address.Address) (*WalletClient, error)
type MintPayload ¶
type MintPayloadMasterMsg ¶
type TransferPayload ¶
type TransferPayload struct { QueryID uint64 `tlb:"## 64"` Amount tlb.Coins `tlb:"."` Destination *address.Address `tlb:"addr"` ResponseDestination *address.Address `tlb:"addr"` CustomPayload *cell.Cell `tlb:"maybe ^"` ForwardTONAmount tlb.Coins `tlb:"."` ForwardPayload *cell.Cell `tlb:"either . ^"` // contains filtered or unexported fields }
type WalletClient ¶
type WalletClient struct {
// contains filtered or unexported fields
}
func (*WalletClient) Address ¶
func (c *WalletClient) Address() *address.Address
func (*WalletClient) BuildBurnPayload ¶
Click to show internal directories.
Click to hide internal directories.