UNPKG

@transmute/bbs-bls12381-signature-2020

Version:
10 lines (9 loc) 209 B
export interface BbsBlsSignatureProof2020ProofType { "@context"?: any; type?: string; created?: string; verificationMethod?: string; proofPurpose?: string; nonce?: string; proofValue?: string; }