fix(core): update

This commit is contained in:
2019-10-01 19:28:50 +02:00
parent 9e6cb240dd
commit 6595d61562
7 changed files with 57 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ import * as plugins from './smartcrypto.plugins';
import { KeyPair } from './smartcrypto.classes.keypair';
export class Smartcrypto {
public async createKeyPair (): Promise<KeyPair> {
public async createKeyPair(): Promise<KeyPair> {
return KeyPair.createNewKeyPair();
};
}
}
}