Interface IBaseMetaData

interface IBaseMetaData {
    location: string;
    merkleHex: string;
}

Hierarchy (view full)

Properties

Properties

location: string
merkleHex: string