Coda by Ian Macalinao
    Preparing search index...

    Type Alias UpdateLendingMarketInstructionDataArgs

    type UpdateLendingMarketInstructionDataArgs = {
        mode: number | bigint;
        value: number[];
    }
    Index
    mode: number | bigint
    value: number[]