Interface JettonParams

interface JettonParams {
    amount?: bigint;
    destinationAddress?: Address;
    forwardAmount?: bigint;
    liquidationAmount?: bigint;
    liquidatorAddress?: Address;
    queryID: bigint;
    responseAddress?: Address;
    supplyAmount?: bigint;
    userAddress?: Address;
}

Properties

amount?: bigint
destinationAddress?: Address
forwardAmount?: bigint
liquidationAmount?: bigint
liquidatorAddress?: Address
queryID: bigint
responseAddress?: Address
supplyAmount?: bigint
userAddress?: Address