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

Type definition for Script Public Key Information.

Type declaration

  • 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.