interface OracleTx {
    blockHash: `mh_${string}`;
    blockHeight: number;
    encodedTx: `tx_${string}`;
    hash: `th_${string}`;
    microIndex: number;
    microTime: Date;
    signatures: string[];
    tx: OracleTxTx;
    txHash: `th_${string}`;
}

Properties

blockHash: `mh_${string}`

Micro block hash

blockHeight: number
encodedTx: `tx_${string}`

Encoded transaction

hash: `th_${string}`

Transaction hash

microIndex: number
microTime: Date
signatures: string[]
txHash: `th_${string}`

use hash instead