Interface INullMetaData

interface INullMetaData {
    location: string;
    merkleHex: string;
    metaDataType: "null";
    removed: true;
}

Hierarchy (view full)

Properties

location: string
merkleHex: string
metaDataType: "null"
removed: true