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

    Type Alias OutputData

    Type definition for Script Public Key Information.

    type OutputData = {
        txIds: TxId[];
        fetching: boolean;
        timeFetched: number;
    }
    Index

    Properties

    txIds: TxId[]

    Array of transaction IDs associated with an output.

    fetching: boolean
    timeFetched: number

    UNIX timestamp of the last time Explorer.fetchTxHistory was called for this scriptPubKey; 0 if never fetched.