Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jetton ¶
func (*Jetton) GetBalance ¶
type TransferMessage ¶
type TransferMessage struct {
Jetton *Jetton
Sender ton.AccountID
JettonAmount *big.Int
Destination ton.AccountID
ResponseDestination *ton.AccountID
AttachedTon tlb.Grams
ForwardTonAmount tlb.Grams
ForwardPayload *boc.Cell
CustomPayload *boc.Cell
}
func (TransferMessage) ToInternal ¶ added in v1.0.1
func (tm TransferMessage) ToInternal() (tlb.Message, uint8, error)
Click to show internal directories.
Click to hide internal directories.