fix(readme): add

This commit is contained in:
2019-02-23 16:02:12 +01:00
parent b75758882c
commit 503275a6a2
7 changed files with 61 additions and 39 deletions

View File

@@ -1,7 +1,6 @@
import * as plugins from './smartkey.plugins';
import { KeyPair } from './smartkey.classes.keypair';
export class SmartKey {
// instance
public async getKeypair(passohrase?: string): Promise<KeyPair> {