Coda by Ian Macalinao
    Preparing search index...

    Type Alias RepayAndWithdrawAndRedeemInstructionDataArgs

    type RepayAndWithdrawAndRedeemInstructionDataArgs = {
        repayAmount: number | bigint;
        withdrawCollateralAmount: number | bigint;
    }
    Index
    repayAmount: number | bigint
    withdrawCollateralAmount: number | bigint