Coda by Ian Macalinao
    Preparing search index...

    Type Alias RefreshReservesBatchInstruction<TProgram, TRemainingAccounts>

    RefreshReservesBatchInstruction: Instruction<TProgram> & InstructionWithData<
        ReadonlyUint8Array,
    > & InstructionWithAccounts<TRemainingAccounts>

    Type Parameters