Taquito TypeDocs
    Preparing search index...

    Interface MetadataEnvelope

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

    Properties

    integrityCheckResult?: boolean
    sha256Hash?: string
    uri: string