AccountEntityIndexerState: {
    account: string;
    accurate: boolean;
    blockchain: Blockchain;
    indexer: string;
    pending: string[];
    processed: string[];
    progress: number;
    type: IndexableEntityType;
}

Stats about an account indexer's state.

Type declaration

  • account: string

    Which account is being indexed.

  • accurate: boolean

    If its statistics are accurate.

  • blockchain: Blockchain
  • indexer: string
  • pending: string[]

    Which transactions are pending.

  • processed: string[]

    Which transactions have been indexed.

  • progress: number

    Percentage of the account's transactions have been indexed.

  • type: IndexableEntityType

Generated using TypeDoc