interface NameTx {
    blockHash: `mh_${string}`;
    blockHeight: number;
    hash: `th_${string}`;
    microIndex: number;
    microTime: Date;
    signatures: string[];
    tx: NameTxTx;
}

Properties

blockHash: `mh_${string}`

Micro block hash

blockHeight: number
hash: `th_${string}`

Transaction hash

microIndex: number
microTime: Date
signatures: string[]