UNPKG

@tangle-js/ld-proofs

Version:

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

7 lines (6 loc) 135 B
export interface ILinkedDataProof { type: string; verificationMethod: string; created: string; proofPurpose: string; }