UNPKG

@tangle-js/ld-proofs

Version:

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

9 lines (8 loc) 247 B
export interface IVerificationOptions { /** The type of signature. */ signatureType: string; /** Node to be used to resolve identities. */ node?: string; /** Verification method from a DID. */ verificationMethod: string; }