interface JettonTransferMessage {
    amount: bigint;
    customPayload: null | Cell;
    destination: Address;
    forwardAmount: bigint;
    forwardPayload: null | Cell;
    queryId: bigint;
    responseDestination: null | Address;
}

Properties

amount: bigint
customPayload: null | Cell
destination: Address
forwardAmount: bigint
forwardPayload: null | Cell
queryId: bigint
responseDestination: null | Address

Generated using TypeDoc