interface JettonTransferRequest {
    amount: bigint;
    customPayload?: string;
    forwardAmount?: bigint;
    forwardPayload?: string;
    jetton: Address;
    to: Address;
}

Properties

amount: bigint
customPayload?: string
forwardAmount?: bigint
forwardPayload?: string
jetton: Address

Generated using TypeDoc