@bitcoinerlab/discovery - v1.5.3
    Preparing search index...

    Type Alias TxData

    Type definition for Transaction Information.

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

    Properties

    blockHeight: number

    The block height.

    irreversible: boolean

    Indicates if the transaction is irreversible.

    txHex?: TxHex

    The transaction hex, optional.