UNPKG

@tangle-js/ld-proofs

Version:

Linked Data Proofs on the Tangle. Powered by IOTA Identity & IOTA Streams

12 lines (11 loc) 278 B
/** * Result of signing request. */ export interface ISigningResult { /** Id of the Verification method. */ verificationMethod: string; /** The value of th signature. */ signatureValue: string; /** When the signature was created. */ created: string; }