UNPKG

mnemonic-keyring

Version:

Mnemonic Keyring for secp256k1 and ed25519

6 lines 223 B
import { MnemonicKeyring as Keyring } from './keyring'; export * from './constants'; export * from './types'; export declare const MnemonicKeyring: typeof Keyring; export default Keyring; //# sourceMappingURL=index.d.ts.map