Interface IRefMetaData

interface IRefMetaData {
    location: string;
    merkleHex: string;
    metaDataType: "ref";
    pointsTo: string;
}

Hierarchy (view full)

Properties

location: string
merkleHex: string
metaDataType: "ref"
pointsTo: string