fix(core): update
This commit is contained in:
10
ts/smartkey.classes.smartkey.ts
Normal file
10
ts/smartkey.classes.smartkey.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as plugins from './smartkey.plugins';
|
||||
import { KeyPair } from './smartkey.classes.keypair';
|
||||
|
||||
|
||||
export class SmartKey {
|
||||
// instance
|
||||
public async getKeypair(passohrase?: string): Promise<KeyPair> {
|
||||
return KeyPair.createKeyPair();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user