Coda by Ian Macalinao
    Preparing search index...

    Interface RepayAndWithdrawAndRedeemInstructionDataArgs

    interface RepayAndWithdrawAndRedeemInstructionDataArgs {
        repayAmount: number | bigint;
        withdrawCollateralAmount: number | bigint;
    }
    Index

    Properties

    repayAmount: number | bigint
    withdrawCollateralAmount: number | bigint