export interface BbsBlsSignatureProof2020ProofType {
    "@context"?: any;
    type?: string;
    created?: string;
    verificationMethod?: string;
    proofPurpose?: string;
    nonce?: string;
    proofValue?: string;
}
