Interface MetadataEnvelope

interface MetadataEnvelope {
    integrityCheckResult?: boolean;
    metadata: MetadataInterface;
    sha256Hash?: string;
    uri: string;
}

Properties

integrityCheckResult?: boolean
sha256Hash?: string
uri: string

Generated using TypeDoc