Coda by Ian Macalinao
    Preparing search index...

    Interface UpdateLendingMarketInstructionDataArgs

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

    Properties

    Properties

    mode: number | bigint
    value: number[]