Interface INullRefMetaData

interface INullRefMetaData {
    location: string;
    merkleHex: string;
    metaDataType: "nullref";
    pointsTo: string;
}

Hierarchy

Properties

location: string
merkleHex: string
metaDataType: "nullref"
pointsTo: string