Pointee

interface Pointee {
    active: boolean;
    blockHash: `mh_${string}`;
    blockHeight: number;
    blockTime: Date;
    key: string;
    name: `${string}.chain`;
    sourceTxHash: `th_${string}`;
    sourceTxType: string;
    tx: NameUpdateTx;
}

Properties

active: boolean
blockHash: `mh_${string}`

Micro block hash

blockHeight: number
blockTime: Date
key: string
name: `${string}.chain`

AENS name

sourceTxHash: `th_${string}`

Transaction hash

sourceTxType: string