Interface getLiquidityPoolWithdrawParsed

interface getLiquidityPoolWithdrawParsed {
    amount?: string;
    ledger?: number;
    maxAmountA?: string;
    maxAmountB?: string;
    poolId?: string;
    source?: number;
    timestamp?: number;
}

Properties

amount?: string
ledger?: number
maxAmountA?: string
maxAmountB?: string
poolId?: string
source?: number
timestamp?: number