Coda by Ian Macalinao
    Preparing search index...

    Interface DepositAndWithdrawInstructionDataArgs

    interface DepositAndWithdrawInstructionDataArgs {
        liquidityAmount: number | bigint;
        withdrawCollateralAmount: number | bigint;
    }
    Index

    Properties

    liquidityAmount: number | bigint
    withdrawCollateralAmount: number | bigint