FetcherState<T>: (AccountEntityFetcherMainState & {
    blockchain: Blockchain;
    data?: T;
    fetcher: string;
    type: IndexableEntityType;
})[]

Type Parameters

  • T = any

Generated using TypeDoc