TxData: {
    blockHeight: number;
    irreversible: boolean;
    txHex?: TxHex;
}

Type definition for Transaction Information.

Type declaration

  • blockHeight: number

    The block height.

  • irreversible: boolean

    Indicates if the transaction is irreversible.

  • Optional txHex?: TxHex

    The transaction hex, optional.