UNPKG

@transmute/bls12381-key-pair

Version:
8 lines (7 loc) 159 B
export interface JsonWebKey2020 { id: string; type: 'JsonWebKey2020'; controller: string; publicKeyJwk: any; privateKeyJwk?: any; }