Coda by Ian Macalinao
    Preparing search index...

    Type Alias RepayAndWithdrawAndRedeemInstructionData

    type RepayAndWithdrawAndRedeemInstructionData = {
        discriminator: ReadonlyUint8Array;
        repayAmount: bigint;
        withdrawCollateralAmount: bigint;
    }
    Index
    discriminator: ReadonlyUint8Array
    repayAmount: bigint
    withdrawCollateralAmount: bigint