UNPKG

@plugnet/keyring

Version:
6 lines (5 loc) 230 B
import { KeyringPair, KeyringOptions } from './types'; export interface TestKeyringMap { [index: string]: KeyringPair; } export default function testKeyringPairs(options?: KeyringOptions, isDerived?: boolean): TestKeyringMap;