A base class to handle common Subgraph query logic.

Hierarchy (view full)

Constructors

Properties

getAddressFieldKeysFromFilter: (() => {
    accountKeys: (keyof AccountTokenSnapshotLog_Filter)[];
    tokenKeys: (keyof AccountTokenSnapshotLog_Filter)[];
})

Type declaration

getRelevantAddressesFromResultCore: ((result) => RelevantAddressesIntermediate)
mapFromSubgraphResponse: ((response) => AccountTokenSnapshotLog[])

Type declaration

requestDocument: TypedDocumentNode<AccountTokenSnapshotLogsQuery, Exact<{
    block?: InputMaybe<Block_Height>;
    first?: InputMaybe<number>;
    orderBy?: InputMaybe<AccountTokenSnapshotLog_OrderBy>;
    orderDirection?: InputMaybe<OrderDirection>;
    skip?: InputMaybe<number>;
    where?: InputMaybe<AccountTokenSnapshotLog_Filter>;
}>>

Methods

Generated using TypeDoc