smartcrypto/dist_ts/smartcrypto.classes.smartcrypto.d.ts

5 lines
133 B
TypeScript
Raw Normal View History

2021-02-20 17:51:30 +00:00
import { KeyPair } from './smartcrypto.classes.keypair';
export declare class Smartcrypto {
createKeyPair(): Promise<KeyPair>;
}