AccountEntityHistoryState<C>: {
    account: string;
    blockchain: Blockchain;
    completeHistory: boolean;
    cursors?: BaseFetcherPaginationCursors<C>;
    fetcher: string;
    firstTimestamp?: number;
    lastTimestamp?: number;
    type: IndexableEntityType;
}

Type Parameters

  • C

Type declaration

Generated using TypeDoc