Name Update

interface NameUpdate {
    activeFrom: number;
    blockHash: `mh_${string}`;
    height: number;
    internalSource?: boolean;
    sourceTxHash: `th_${string}`;
    sourceTxType: string;
    tx: Record<string, unknown>;
}

Properties

activeFrom: number
blockHash: `mh_${string}`

Micro block hash

height: number
internalSource?: boolean
sourceTxHash: `th_${string}`

Transaction hash

sourceTxType: string
tx: Record<string, unknown>

Any object