Coda by Ian Macalinao
    Preparing search index...

    Interface ParsedRefreshReservesBatchInstruction<TProgram>

    interface ParsedRefreshReservesBatchInstruction<
        TProgram extends string = typeof KAMINO_LENDING_PROGRAM_ADDRESS,
    > {
        data: RefreshReservesBatchInstructionData;
        programAddress: Address<TProgram>;
    }

    Type Parameters

    Index

    Properties

    Properties

    programAddress: Address<TProgram>