Type alias HistoricalAccountBalancesConnection

HistoricalAccountBalancesConnection: {
    __typename?: "HistoricalAccountBalancesConnection";
    edges: HistoricalAccountBalanceEdge[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Type declaration

Generated using TypeDoc