UNPKG

@fabric-es/operator

Version:
6 lines (5 loc) 198 B
export declare const prepareOrgKeys: (option: { keyPath: string; curve?: string; }) => Promise<any>; export declare const readKey: (keyPath: string, isPrivate?: boolean) => Promise<string>;