UNPKG

@tangle-js/ld-proofs

Version:

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

6 lines (5 loc) 196 B
import type { ISigningOptions } from "./ISigningOptions"; export interface ILdProofOptions extends ISigningOptions { /** The anchorage to which anchor the proof. */ anchorageID: string; }