UNPKG

@tufjs/models

Version:
9 lines (8 loc) 219 B
import { VerifyKeyObjectInput } from 'crypto'; interface KeyInfo { keyType: string; scheme: string; keyVal: string; } export declare function getPublicKey(keyInfo: KeyInfo): VerifyKeyObjectInput; export {};