UNPKG

@makerdao/test-helpers

Version:

test helpers for the monorepo

21 lines (20 loc) 489 B
declare const p: TestAccountProvider; export class TestAccountProvider { constructor(accounts: any, initialIndex?: number); nextAddress(): any; nextAccount(): { address: any; key: string; }; getIndex(): any; setIndex(i: any): void; _setIndex(i: any): void; _index: any; _setAccounts(accounts: any): void; _accounts: any; _next(): { address: any; key: string; }; } export { p as default };