Coda by Ian Macalinao
    Preparing search index...

    Type Alias RemoveAllLiquidityInstructionDataArgs

    type RemoveAllLiquidityInstructionDataArgs = {
        tokenAAmountThreshold: number | bigint;
        tokenBAmountThreshold: number | bigint;
    }
    Index
    tokenAAmountThreshold: number | bigint
    tokenBAmountThreshold: number | bigint