UNPKG

@tangle-js/ld-proofs

Version:

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

12 lines (11 loc) 356 B
import type { ILinkedDataProof } from "./ILinkedDataProof"; export interface IIotaLinkedDataProof extends ILinkedDataProof { proofValue: { channelID: string; anchorageID: string; /** Message ID is optional and in that case. */ msgID?: string; /** The message ID on Layer 1. */ msgIDL1?: string; }; }