Interface ClassicSupplyWithdrawParameters

interface ClassicSupplyWithdrawParameters {
    customPayloadSaturationFlag?: boolean;
    forwardAmount?: bigint;
    includeUserCode: boolean;
    payload: Cell;
    priceData?: Cell;
    queryID: bigint;
    responseAddress?: Address;
    returnRepayRemainingsFlag?: boolean;
    subaccountId?: number;
    supplyAmount: bigint;
    supplyAsset: PoolAssetConfig;
    tonForRepayRemainings?: bigint;
    withdrawAmount: bigint;
    withdrawAsset: PoolAssetConfig;
    withdrawRecipient: Address;
}

Hierarchy (View Summary)

Properties

customPayloadSaturationFlag?: boolean
forwardAmount?: bigint
includeUserCode: boolean
payload: Cell
priceData?: Cell
queryID: bigint
responseAddress?: Address
returnRepayRemainingsFlag?: boolean
subaccountId?: number
supplyAmount: bigint
supplyAsset: PoolAssetConfig
tonForRepayRemainings?: bigint
withdrawAmount: bigint
withdrawAsset: PoolAssetConfig
withdrawRecipient: Address