Type alias TransactionIndexingState

TransactionIndexingState: {
    hasUpdatedTokenStats: boolean;
    isIndexed: boolean;
    transactionHash: string;
}

The indexing state of a transfers transaction.

Type declaration

  • hasUpdatedTokenStats: boolean

    Whether the indexer has updated token stats after the transaction.

  • isIndexed: boolean

    Whether the transaction has been indexed.

  • transactionHash: string

    The hash on an Ethereum transaction

Generated using TypeDoc