UNPKG

@dainprotocol/drift-sdk

Version:

SDK for Drift Protocol

5 lines 267 B
import { AccountToLoad, BulkAccountLoader } from './bulkAccountLoader'; export declare class TestBulkAccountLoader extends BulkAccountLoader { loadChunk(accountsToLoadChunks: AccountToLoad[][]): Promise<void>; } //# sourceMappingURL=testBulkAccountLoader.d.ts.map