@superfluid-finance/sdk-core 0.6.1-dev.affff41.0 → 0.6.1-dev.cc807b8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -3
- package/dist/index.umd.js +50999 -48518
- package/dist/main/BatchCall.d.ts.map +1 -1
- package/dist/main/BatchCall.js +8 -7
- package/dist/main/BatchCall.js.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +6 -6
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/Framework.d.ts +3 -3
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Operation.d.ts +3 -3
- package/dist/main/Operation.d.ts.map +1 -1
- package/dist/main/Operation.js.map +1 -1
- package/dist/main/SFError.d.ts +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SuperToken.d.ts +25 -3
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +27 -2
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/events.d.ts +21 -4
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/events.js.map +1 -1
- package/dist/main/index.d.ts +2 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/interfaces.d.ts +44 -84
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +41 -0
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/main/ordering.d.ts +1 -1
- package/dist/main/ordering.d.ts.map +1 -1
- package/dist/main/pagination.d.ts +5 -5
- package/dist/main/pagination.d.ts.map +1 -1
- package/dist/main/subgraph/SubgraphClient.d.ts +2 -2
- package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/main/subgraph/SubgraphClient.js +1 -1
- package/dist/main/subgraph/SubgraphClient.js.map +1 -1
- package/dist/main/subgraph/entities/account/account.d.ts +1 -1
- package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/index/index.d.ts +1 -1
- package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/stream.d.ts +1 -1
- package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/token.d.ts +1 -1
- package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +1 -1
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +2 -2
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.d.ts +1 -1
- package/dist/main/subgraph/events/events.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.d.ts +203 -76
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +5 -2
- package/dist/main/subgraph/events/events.generated.js.map +1 -1
- package/dist/main/subgraph/events/flowUpdatedEvent.d.ts +1 -1
- package/dist/main/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
- package/dist/main/subgraph/events/indexUpdatedEvent.d.ts +1 -1
- package/dist/main/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
- package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -1
- package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
- package/dist/main/subgraph/events/transferEvents.d.ts +1 -1
- package/dist/main/subgraph/events/transferEvents.d.ts.map +1 -1
- package/dist/main/subgraph/mappedSubgraphTypes.d.ts +5 -5
- package/dist/main/subgraph/mappedSubgraphTypes.d.ts.map +1 -1
- package/dist/main/subgraph/meta/meta.d.ts +1 -1
- package/dist/main/subgraph/meta/meta.d.ts.map +1 -1
- package/dist/main/subgraph/meta/meta.generated.d.ts +2 -2
- package/dist/main/subgraph/meta/meta.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +37 -2
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getIndexes.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getStreams.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getTokens.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +766 -61
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/types.d.ts +2 -2
- package/dist/main/types.d.ts.map +1 -1
- package/dist/main/utils.d.ts +1 -1
- package/dist/main/utils.js +1 -1
- package/dist/module/BatchCall.d.ts.map +1 -1
- package/dist/module/BatchCall.js +8 -7
- package/dist/module/BatchCall.js.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +6 -6
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/Framework.d.ts +3 -3
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Operation.d.ts +3 -3
- package/dist/module/Operation.d.ts.map +1 -1
- package/dist/module/Operation.js.map +1 -1
- package/dist/module/SFError.d.ts +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SuperToken.d.ts +25 -3
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +27 -2
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/events.d.ts +21 -4
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/events.js.map +1 -1
- package/dist/module/index.d.ts +2 -2
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/interfaces.d.ts +44 -84
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +41 -0
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/ordering.d.ts +1 -1
- package/dist/module/ordering.d.ts.map +1 -1
- package/dist/module/pagination.d.ts +5 -5
- package/dist/module/pagination.d.ts.map +1 -1
- package/dist/module/subgraph/SubgraphClient.d.ts +2 -2
- package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/module/subgraph/SubgraphClient.js +1 -1
- package/dist/module/subgraph/SubgraphClient.js.map +1 -1
- package/dist/module/subgraph/entities/account/account.d.ts +1 -1
- package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/index/index.d.ts +1 -1
- package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/stream.d.ts +1 -1
- package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/token.d.ts +1 -1
- package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +1 -1
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +2 -2
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.d.ts +1 -1
- package/dist/module/subgraph/events/events.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.d.ts +203 -76
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +4 -1
- package/dist/module/subgraph/events/events.generated.js.map +1 -1
- package/dist/module/subgraph/events/flowUpdatedEvent.d.ts +1 -1
- package/dist/module/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
- package/dist/module/subgraph/events/indexUpdatedEvent.d.ts +1 -1
- package/dist/module/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
- package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -1
- package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
- package/dist/module/subgraph/events/transferEvents.d.ts +1 -1
- package/dist/module/subgraph/events/transferEvents.d.ts.map +1 -1
- package/dist/module/subgraph/mappedSubgraphTypes.d.ts +5 -5
- package/dist/module/subgraph/mappedSubgraphTypes.d.ts.map +1 -1
- package/dist/module/subgraph/meta/meta.d.ts +1 -1
- package/dist/module/subgraph/meta/meta.d.ts.map +1 -1
- package/dist/module/subgraph/meta/meta.generated.d.ts +2 -2
- package/dist/module/subgraph/meta/meta.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +37 -2
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getIndexes.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getStreams.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getTokens.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +766 -61
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/types.d.ts +2 -2
- package/dist/module/types.d.ts.map +1 -1
- package/dist/module/utils.d.ts +1 -1
- package/dist/module/utils.js +1 -1
- package/package.json +12 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Types from '../schema.generated';
|
|
2
2
|
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
|
-
export
|
|
3
|
+
export type FlowUpdatedEventsQueryVariables = Types.Exact<{
|
|
4
4
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
5
5
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
6
6
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
@@ -8,7 +8,7 @@ export declare type FlowUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
8
8
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
9
9
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
10
10
|
}>;
|
|
11
|
-
export
|
|
11
|
+
export type FlowUpdatedEventsQuery = {
|
|
12
12
|
flowUpdatedEvents: Array<{
|
|
13
13
|
__typename: 'FlowUpdatedEvent';
|
|
14
14
|
id: string;
|
|
@@ -28,7 +28,7 @@ export declare type FlowUpdatedEventsQuery = {
|
|
|
28
28
|
deposit: string;
|
|
29
29
|
}>;
|
|
30
30
|
};
|
|
31
|
-
export
|
|
31
|
+
export type FlowOperatorUpdatedEventsQueryVariables = Types.Exact<{
|
|
32
32
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
33
33
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
34
34
|
where?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_Filter>;
|
|
@@ -36,7 +36,7 @@ export declare type FlowOperatorUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
36
36
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
37
37
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
38
38
|
}>;
|
|
39
|
-
export
|
|
39
|
+
export type FlowOperatorUpdatedEventsQuery = {
|
|
40
40
|
flowOperatorUpdatedEvents: Array<{
|
|
41
41
|
__typename: 'FlowOperatorUpdatedEvent';
|
|
42
42
|
id: string;
|
|
@@ -52,7 +52,7 @@ export declare type FlowOperatorUpdatedEventsQuery = {
|
|
|
52
52
|
flowRateAllowance: string;
|
|
53
53
|
}>;
|
|
54
54
|
};
|
|
55
|
-
export
|
|
55
|
+
export type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
56
56
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
57
57
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
58
58
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
@@ -60,7 +60,7 @@ export declare type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
|
60
60
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
61
61
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
62
62
|
}>;
|
|
63
|
-
export
|
|
63
|
+
export type IndexCreatedEventsQuery = {
|
|
64
64
|
indexCreatedEvents: Array<{
|
|
65
65
|
__typename: 'IndexCreatedEvent';
|
|
66
66
|
id: string;
|
|
@@ -79,7 +79,7 @@ export declare type IndexCreatedEventsQuery = {
|
|
|
79
79
|
};
|
|
80
80
|
}>;
|
|
81
81
|
};
|
|
82
|
-
export
|
|
82
|
+
export type IndexDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
83
83
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
84
84
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
85
85
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
@@ -87,7 +87,7 @@ export declare type IndexDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
|
87
87
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
88
88
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
89
89
|
}>;
|
|
90
|
-
export
|
|
90
|
+
export type IndexDistributionClaimedEventsQuery = {
|
|
91
91
|
indexDistributionClaimedEvents: Array<{
|
|
92
92
|
__typename: 'IndexDistributionClaimedEvent';
|
|
93
93
|
id: string;
|
|
@@ -107,7 +107,7 @@ export declare type IndexDistributionClaimedEventsQuery = {
|
|
|
107
107
|
};
|
|
108
108
|
}>;
|
|
109
109
|
};
|
|
110
|
-
export
|
|
110
|
+
export type IndexUpdatedEventsQueryVariables = Types.Exact<{
|
|
111
111
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
112
112
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
113
113
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
@@ -115,7 +115,7 @@ export declare type IndexUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
115
115
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
116
116
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
117
117
|
}>;
|
|
118
|
-
export
|
|
118
|
+
export type IndexUpdatedEventsQuery = {
|
|
119
119
|
indexUpdatedEvents: Array<{
|
|
120
120
|
__typename: 'IndexUpdatedEvent';
|
|
121
121
|
id: string;
|
|
@@ -138,7 +138,7 @@ export declare type IndexUpdatedEventsQuery = {
|
|
|
138
138
|
};
|
|
139
139
|
}>;
|
|
140
140
|
};
|
|
141
|
-
export
|
|
141
|
+
export type IndexSubscribedEventsQueryVariables = Types.Exact<{
|
|
142
142
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
143
143
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
144
144
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
@@ -146,7 +146,7 @@ export declare type IndexSubscribedEventsQueryVariables = Types.Exact<{
|
|
|
146
146
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
147
147
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
148
148
|
}>;
|
|
149
|
-
export
|
|
149
|
+
export type IndexSubscribedEventsQuery = {
|
|
150
150
|
indexSubscribedEvents: Array<{
|
|
151
151
|
__typename: 'IndexSubscribedEvent';
|
|
152
152
|
blockNumber: string;
|
|
@@ -166,7 +166,7 @@ export declare type IndexSubscribedEventsQuery = {
|
|
|
166
166
|
};
|
|
167
167
|
}>;
|
|
168
168
|
};
|
|
169
|
-
export
|
|
169
|
+
export type IndexUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
170
170
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
171
171
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
172
172
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
@@ -174,7 +174,7 @@ export declare type IndexUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
174
174
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
175
175
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
176
176
|
}>;
|
|
177
|
-
export
|
|
177
|
+
export type IndexUnitsUpdatedEventsQuery = {
|
|
178
178
|
indexUnitsUpdatedEvents: Array<{
|
|
179
179
|
__typename: 'IndexUnitsUpdatedEvent';
|
|
180
180
|
id: string;
|
|
@@ -196,7 +196,7 @@ export declare type IndexUnitsUpdatedEventsQuery = {
|
|
|
196
196
|
};
|
|
197
197
|
}>;
|
|
198
198
|
};
|
|
199
|
-
export
|
|
199
|
+
export type IndexUnsubscribedEventsQueryVariables = Types.Exact<{
|
|
200
200
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
201
201
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
202
202
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
@@ -204,7 +204,7 @@ export declare type IndexUnsubscribedEventsQueryVariables = Types.Exact<{
|
|
|
204
204
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
205
205
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
206
206
|
}>;
|
|
207
|
-
export
|
|
207
|
+
export type IndexUnsubscribedEventsQuery = {
|
|
208
208
|
indexUnsubscribedEvents: Array<{
|
|
209
209
|
__typename: 'IndexUnsubscribedEvent';
|
|
210
210
|
id: string;
|
|
@@ -224,7 +224,7 @@ export declare type IndexUnsubscribedEventsQuery = {
|
|
|
224
224
|
};
|
|
225
225
|
}>;
|
|
226
226
|
};
|
|
227
|
-
export
|
|
227
|
+
export type SubscriptionApprovedEventsQueryVariables = Types.Exact<{
|
|
228
228
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
229
229
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
230
230
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
@@ -232,7 +232,7 @@ export declare type SubscriptionApprovedEventsQueryVariables = Types.Exact<{
|
|
|
232
232
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
233
233
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
234
234
|
}>;
|
|
235
|
-
export
|
|
235
|
+
export type SubscriptionApprovedEventsQuery = {
|
|
236
236
|
subscriptionApprovedEvents: Array<{
|
|
237
237
|
__typename: 'SubscriptionApprovedEvent';
|
|
238
238
|
id: string;
|
|
@@ -252,7 +252,7 @@ export declare type SubscriptionApprovedEventsQuery = {
|
|
|
252
252
|
};
|
|
253
253
|
}>;
|
|
254
254
|
};
|
|
255
|
-
export
|
|
255
|
+
export type SubscriptionDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
256
256
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
257
257
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
258
258
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
@@ -260,7 +260,7 @@ export declare type SubscriptionDistributionClaimedEventsQueryVariables = Types.
|
|
|
260
260
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
261
261
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
262
262
|
}>;
|
|
263
|
-
export
|
|
263
|
+
export type SubscriptionDistributionClaimedEventsQuery = {
|
|
264
264
|
subscriptionDistributionClaimedEvents: Array<{
|
|
265
265
|
__typename: 'SubscriptionDistributionClaimedEvent';
|
|
266
266
|
id: string;
|
|
@@ -280,7 +280,7 @@ export declare type SubscriptionDistributionClaimedEventsQuery = {
|
|
|
280
280
|
};
|
|
281
281
|
}>;
|
|
282
282
|
};
|
|
283
|
-
export
|
|
283
|
+
export type SubscriptionRevokedEventsQueryVariables = Types.Exact<{
|
|
284
284
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
285
285
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
286
286
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
@@ -288,7 +288,7 @@ export declare type SubscriptionRevokedEventsQueryVariables = Types.Exact<{
|
|
|
288
288
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
289
289
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
290
290
|
}>;
|
|
291
|
-
export
|
|
291
|
+
export type SubscriptionRevokedEventsQuery = {
|
|
292
292
|
subscriptionRevokedEvents: Array<{
|
|
293
293
|
__typename: 'SubscriptionRevokedEvent';
|
|
294
294
|
id: string;
|
|
@@ -308,7 +308,7 @@ export declare type SubscriptionRevokedEventsQuery = {
|
|
|
308
308
|
};
|
|
309
309
|
}>;
|
|
310
310
|
};
|
|
311
|
-
export
|
|
311
|
+
export type SubscriptionUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
312
312
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
313
313
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
314
314
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
@@ -316,7 +316,7 @@ export declare type SubscriptionUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
316
316
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
317
317
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
318
318
|
}>;
|
|
319
|
-
export
|
|
319
|
+
export type SubscriptionUnitsUpdatedEventsQuery = {
|
|
320
320
|
subscriptionUnitsUpdatedEvents: Array<{
|
|
321
321
|
__typename: 'SubscriptionUnitsUpdatedEvent';
|
|
322
322
|
id: string;
|
|
@@ -338,7 +338,7 @@ export declare type SubscriptionUnitsUpdatedEventsQuery = {
|
|
|
338
338
|
};
|
|
339
339
|
}>;
|
|
340
340
|
};
|
|
341
|
-
export
|
|
341
|
+
export type TransferEventsQueryVariables = Types.Exact<{
|
|
342
342
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
343
343
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
344
344
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
@@ -346,7 +346,7 @@ export declare type TransferEventsQueryVariables = Types.Exact<{
|
|
|
346
346
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
347
347
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
348
348
|
}>;
|
|
349
|
-
export
|
|
349
|
+
export type TransferEventsQuery = {
|
|
350
350
|
transferEvents: Array<{
|
|
351
351
|
__typename: 'TransferEvent';
|
|
352
352
|
id: string;
|
|
@@ -366,7 +366,7 @@ export declare type TransferEventsQuery = {
|
|
|
366
366
|
};
|
|
367
367
|
}>;
|
|
368
368
|
};
|
|
369
|
-
export
|
|
369
|
+
export type TokenUpgradedEventsQueryVariables = Types.Exact<{
|
|
370
370
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
371
371
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
372
372
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
@@ -374,7 +374,7 @@ export declare type TokenUpgradedEventsQueryVariables = Types.Exact<{
|
|
|
374
374
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
375
375
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
376
376
|
}>;
|
|
377
|
-
export
|
|
377
|
+
export type TokenUpgradedEventsQuery = {
|
|
378
378
|
tokenUpgradedEvents: Array<{
|
|
379
379
|
__typename: 'TokenUpgradedEvent';
|
|
380
380
|
id: string;
|
|
@@ -391,7 +391,7 @@ export declare type TokenUpgradedEventsQuery = {
|
|
|
391
391
|
};
|
|
392
392
|
}>;
|
|
393
393
|
};
|
|
394
|
-
export
|
|
394
|
+
export type TokenDowngradedEventsQueryVariables = Types.Exact<{
|
|
395
395
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
396
396
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
397
397
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
@@ -399,7 +399,7 @@ export declare type TokenDowngradedEventsQueryVariables = Types.Exact<{
|
|
|
399
399
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
400
400
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
401
401
|
}>;
|
|
402
|
-
export
|
|
402
|
+
export type TokenDowngradedEventsQuery = {
|
|
403
403
|
tokenDowngradedEvents: Array<{
|
|
404
404
|
__typename: 'TokenDowngradedEvent';
|
|
405
405
|
id: string;
|
|
@@ -416,7 +416,7 @@ export declare type TokenDowngradedEventsQuery = {
|
|
|
416
416
|
};
|
|
417
417
|
}>;
|
|
418
418
|
};
|
|
419
|
-
export
|
|
419
|
+
export type AgreementClassRegisteredEventsQueryVariables = Types.Exact<{
|
|
420
420
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
421
421
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
422
422
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
@@ -424,7 +424,7 @@ export declare type AgreementClassRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
424
424
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
425
425
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
426
426
|
}>;
|
|
427
|
-
export
|
|
427
|
+
export type AgreementClassRegisteredEventsQuery = {
|
|
428
428
|
agreementClassRegisteredEvents: Array<{
|
|
429
429
|
__typename: 'AgreementClassRegisteredEvent';
|
|
430
430
|
id: string;
|
|
@@ -438,7 +438,7 @@ export declare type AgreementClassRegisteredEventsQuery = {
|
|
|
438
438
|
agreementType: string;
|
|
439
439
|
}>;
|
|
440
440
|
};
|
|
441
|
-
export
|
|
441
|
+
export type AgreementClassUpdatedEventsQueryVariables = Types.Exact<{
|
|
442
442
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
443
443
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
444
444
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
@@ -446,7 +446,7 @@ export declare type AgreementClassUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
446
446
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
447
447
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
448
448
|
}>;
|
|
449
|
-
export
|
|
449
|
+
export type AgreementClassUpdatedEventsQuery = {
|
|
450
450
|
agreementClassUpdatedEvents: Array<{
|
|
451
451
|
__typename: 'AgreementClassUpdatedEvent';
|
|
452
452
|
id: string;
|
|
@@ -460,7 +460,7 @@ export declare type AgreementClassUpdatedEventsQuery = {
|
|
|
460
460
|
agreementType: string;
|
|
461
461
|
}>;
|
|
462
462
|
};
|
|
463
|
-
export
|
|
463
|
+
export type AppRegisteredEventsQueryVariables = Types.Exact<{
|
|
464
464
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
465
465
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
466
466
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
@@ -468,7 +468,7 @@ export declare type AppRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
468
468
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
469
469
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
470
470
|
}>;
|
|
471
|
-
export
|
|
471
|
+
export type AppRegisteredEventsQuery = {
|
|
472
472
|
appRegisteredEvents: Array<{
|
|
473
473
|
__typename: 'AppRegisteredEvent';
|
|
474
474
|
id: string;
|
|
@@ -481,7 +481,7 @@ export declare type AppRegisteredEventsQuery = {
|
|
|
481
481
|
app: string;
|
|
482
482
|
}>;
|
|
483
483
|
};
|
|
484
|
-
export
|
|
484
|
+
export type GovernanceReplacedEventsQueryVariables = Types.Exact<{
|
|
485
485
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
486
486
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
487
487
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
@@ -489,7 +489,7 @@ export declare type GovernanceReplacedEventsQueryVariables = Types.Exact<{
|
|
|
489
489
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
490
490
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
491
491
|
}>;
|
|
492
|
-
export
|
|
492
|
+
export type GovernanceReplacedEventsQuery = {
|
|
493
493
|
governanceReplacedEvents: Array<{
|
|
494
494
|
__typename: 'GovernanceReplacedEvent';
|
|
495
495
|
id: string;
|
|
@@ -503,7 +503,7 @@ export declare type GovernanceReplacedEventsQuery = {
|
|
|
503
503
|
newGovernance: string;
|
|
504
504
|
}>;
|
|
505
505
|
};
|
|
506
|
-
export
|
|
506
|
+
export type JailEventsQueryVariables = Types.Exact<{
|
|
507
507
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
508
508
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
509
509
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
@@ -511,7 +511,7 @@ export declare type JailEventsQueryVariables = Types.Exact<{
|
|
|
511
511
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
512
512
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
513
513
|
}>;
|
|
514
|
-
export
|
|
514
|
+
export type JailEventsQuery = {
|
|
515
515
|
jailEvents: Array<{
|
|
516
516
|
__typename: 'JailEvent';
|
|
517
517
|
id: string;
|
|
@@ -525,7 +525,7 @@ export declare type JailEventsQuery = {
|
|
|
525
525
|
app: string;
|
|
526
526
|
}>;
|
|
527
527
|
};
|
|
528
|
-
export
|
|
528
|
+
export type SuperTokenFactoryUpdatedEventsQueryVariables = Types.Exact<{
|
|
529
529
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
530
530
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
531
531
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
@@ -533,7 +533,7 @@ export declare type SuperTokenFactoryUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
533
533
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
534
534
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
535
535
|
}>;
|
|
536
|
-
export
|
|
536
|
+
export type SuperTokenFactoryUpdatedEventsQuery = {
|
|
537
537
|
superTokenFactoryUpdatedEvents: Array<{
|
|
538
538
|
__typename: 'SuperTokenFactoryUpdatedEvent';
|
|
539
539
|
id: string;
|
|
@@ -546,7 +546,7 @@ export declare type SuperTokenFactoryUpdatedEventsQuery = {
|
|
|
546
546
|
newFactory: string;
|
|
547
547
|
}>;
|
|
548
548
|
};
|
|
549
|
-
export
|
|
549
|
+
export type SuperTokenLogicUpdatedEventsQueryVariables = Types.Exact<{
|
|
550
550
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
551
551
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
552
552
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
@@ -554,7 +554,7 @@ export declare type SuperTokenLogicUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
554
554
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
555
555
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
556
556
|
}>;
|
|
557
|
-
export
|
|
557
|
+
export type SuperTokenLogicUpdatedEventsQuery = {
|
|
558
558
|
superTokenLogicUpdatedEvents: Array<{
|
|
559
559
|
__typename: 'SuperTokenLogicUpdatedEvent';
|
|
560
560
|
id: string;
|
|
@@ -568,7 +568,7 @@ export declare type SuperTokenLogicUpdatedEventsQuery = {
|
|
|
568
568
|
code: string;
|
|
569
569
|
}>;
|
|
570
570
|
};
|
|
571
|
-
export
|
|
571
|
+
export type RoleAdminChangedEventsQueryVariables = Types.Exact<{
|
|
572
572
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
573
573
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
574
574
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
@@ -576,7 +576,7 @@ export declare type RoleAdminChangedEventsQueryVariables = Types.Exact<{
|
|
|
576
576
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
577
577
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
578
578
|
}>;
|
|
579
|
-
export
|
|
579
|
+
export type RoleAdminChangedEventsQuery = {
|
|
580
580
|
roleAdminChangedEvents: Array<{
|
|
581
581
|
__typename: 'RoleAdminChangedEvent';
|
|
582
582
|
id: string;
|
|
@@ -591,7 +591,7 @@ export declare type RoleAdminChangedEventsQuery = {
|
|
|
591
591
|
newAdminRole: string;
|
|
592
592
|
}>;
|
|
593
593
|
};
|
|
594
|
-
export
|
|
594
|
+
export type RoleGrantedEventsQueryVariables = Types.Exact<{
|
|
595
595
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
596
596
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
597
597
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
@@ -599,7 +599,7 @@ export declare type RoleGrantedEventsQueryVariables = Types.Exact<{
|
|
|
599
599
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
600
600
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
601
601
|
}>;
|
|
602
|
-
export
|
|
602
|
+
export type RoleGrantedEventsQuery = {
|
|
603
603
|
roleGrantedEvents: Array<{
|
|
604
604
|
__typename: 'RoleGrantedEvent';
|
|
605
605
|
id: string;
|
|
@@ -614,7 +614,7 @@ export declare type RoleGrantedEventsQuery = {
|
|
|
614
614
|
account: string;
|
|
615
615
|
}>;
|
|
616
616
|
};
|
|
617
|
-
export
|
|
617
|
+
export type RoleRevokedEventsQueryVariables = Types.Exact<{
|
|
618
618
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
619
619
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
620
620
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
@@ -622,7 +622,7 @@ export declare type RoleRevokedEventsQueryVariables = Types.Exact<{
|
|
|
622
622
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
623
623
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
624
624
|
}>;
|
|
625
|
-
export
|
|
625
|
+
export type RoleRevokedEventsQuery = {
|
|
626
626
|
roleRevokedEvents: Array<{
|
|
627
627
|
__typename: 'RoleRevokedEvent';
|
|
628
628
|
id: string;
|
|
@@ -637,7 +637,7 @@ export declare type RoleRevokedEventsQuery = {
|
|
|
637
637
|
account: string;
|
|
638
638
|
}>;
|
|
639
639
|
};
|
|
640
|
-
export
|
|
640
|
+
export type SetEventsQueryVariables = Types.Exact<{
|
|
641
641
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
642
642
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
643
643
|
where?: Types.InputMaybe<Types.SetEvent_Filter>;
|
|
@@ -645,7 +645,7 @@ export declare type SetEventsQueryVariables = Types.Exact<{
|
|
|
645
645
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
646
646
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
647
647
|
}>;
|
|
648
|
-
export
|
|
648
|
+
export type SetEventsQuery = {
|
|
649
649
|
setEvents: Array<{
|
|
650
650
|
__typename: 'SetEvent';
|
|
651
651
|
id: string;
|
|
@@ -662,7 +662,7 @@ export declare type SetEventsQuery = {
|
|
|
662
662
|
};
|
|
663
663
|
}>;
|
|
664
664
|
};
|
|
665
|
-
export
|
|
665
|
+
export type CfaV1LiquidationPeriodChangedEventsQueryVariables = Types.Exact<{
|
|
666
666
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
667
667
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
668
668
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
@@ -670,7 +670,7 @@ export declare type CfaV1LiquidationPeriodChangedEventsQueryVariables = Types.Ex
|
|
|
670
670
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
671
671
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
672
672
|
}>;
|
|
673
|
-
export
|
|
673
|
+
export type CfaV1LiquidationPeriodChangedEventsQuery = {
|
|
674
674
|
cfav1LiquidationPeriodChangedEvents: Array<{
|
|
675
675
|
__typename: 'CFAv1LiquidationPeriodChangedEvent';
|
|
676
676
|
id: string;
|
|
@@ -687,7 +687,7 @@ export declare type CfaV1LiquidationPeriodChangedEventsQuery = {
|
|
|
687
687
|
isKeySet: boolean;
|
|
688
688
|
}>;
|
|
689
689
|
};
|
|
690
|
-
export
|
|
690
|
+
export type ConfigChangedEventsQueryVariables = Types.Exact<{
|
|
691
691
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
692
692
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
693
693
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
@@ -695,7 +695,7 @@ export declare type ConfigChangedEventsQueryVariables = Types.Exact<{
|
|
|
695
695
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
696
696
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
697
697
|
}>;
|
|
698
|
-
export
|
|
698
|
+
export type ConfigChangedEventsQuery = {
|
|
699
699
|
configChangedEvents: Array<{
|
|
700
700
|
__typename: 'ConfigChangedEvent';
|
|
701
701
|
id: string;
|
|
@@ -713,7 +713,7 @@ export declare type ConfigChangedEventsQuery = {
|
|
|
713
713
|
governanceAddress: string;
|
|
714
714
|
}>;
|
|
715
715
|
};
|
|
716
|
-
export
|
|
716
|
+
export type RewardAddressChangedEventsQueryVariables = Types.Exact<{
|
|
717
717
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
718
718
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
719
719
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
@@ -721,7 +721,7 @@ export declare type RewardAddressChangedEventsQueryVariables = Types.Exact<{
|
|
|
721
721
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
722
722
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
723
723
|
}>;
|
|
724
|
-
export
|
|
724
|
+
export type RewardAddressChangedEventsQuery = {
|
|
725
725
|
rewardAddressChangedEvents: Array<{
|
|
726
726
|
__typename: 'RewardAddressChangedEvent';
|
|
727
727
|
id: string;
|
|
@@ -738,7 +738,7 @@ export declare type RewardAddressChangedEventsQuery = {
|
|
|
738
738
|
governanceAddress: string;
|
|
739
739
|
}>;
|
|
740
740
|
};
|
|
741
|
-
export
|
|
741
|
+
export type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
|
|
742
742
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
743
743
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
744
744
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
@@ -746,7 +746,7 @@ export declare type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
|
|
|
746
746
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
747
747
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
748
748
|
}>;
|
|
749
|
-
export
|
|
749
|
+
export type TrustedForwarderChangedEventsQuery = {
|
|
750
750
|
trustedForwarderChangedEvents: Array<{
|
|
751
751
|
__typename: 'TrustedForwarderChangedEvent';
|
|
752
752
|
id: string;
|
|
@@ -764,7 +764,7 @@ export declare type TrustedForwarderChangedEventsQuery = {
|
|
|
764
764
|
superToken: string;
|
|
765
765
|
}>;
|
|
766
766
|
};
|
|
767
|
-
export
|
|
767
|
+
export type AgreementLiquidatedByEventsQueryVariables = Types.Exact<{
|
|
768
768
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
769
769
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
770
770
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
@@ -772,7 +772,7 @@ export declare type AgreementLiquidatedByEventsQueryVariables = Types.Exact<{
|
|
|
772
772
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
773
773
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
774
774
|
}>;
|
|
775
|
-
export
|
|
775
|
+
export type AgreementLiquidatedByEventsQuery = {
|
|
776
776
|
agreementLiquidatedByEvents: Array<{
|
|
777
777
|
__typename: 'AgreementLiquidatedByEvent';
|
|
778
778
|
id: string;
|
|
@@ -792,7 +792,7 @@ export declare type AgreementLiquidatedByEventsQuery = {
|
|
|
792
792
|
agreementClass: string;
|
|
793
793
|
}>;
|
|
794
794
|
};
|
|
795
|
-
export
|
|
795
|
+
export type BurnedEventsQueryVariables = Types.Exact<{
|
|
796
796
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
797
797
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
798
798
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
@@ -800,7 +800,7 @@ export declare type BurnedEventsQueryVariables = Types.Exact<{
|
|
|
800
800
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
801
801
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
802
802
|
}>;
|
|
803
|
-
export
|
|
803
|
+
export type BurnedEventsQuery = {
|
|
804
804
|
burnedEvents: Array<{
|
|
805
805
|
__typename: 'BurnedEvent';
|
|
806
806
|
id: string;
|
|
@@ -818,7 +818,7 @@ export declare type BurnedEventsQuery = {
|
|
|
818
818
|
amount: string;
|
|
819
819
|
}>;
|
|
820
820
|
};
|
|
821
|
-
export
|
|
821
|
+
export type MintedEventsQueryVariables = Types.Exact<{
|
|
822
822
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
823
823
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
824
824
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
@@ -826,7 +826,7 @@ export declare type MintedEventsQueryVariables = Types.Exact<{
|
|
|
826
826
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
827
827
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
828
828
|
}>;
|
|
829
|
-
export
|
|
829
|
+
export type MintedEventsQuery = {
|
|
830
830
|
mintedEvents: Array<{
|
|
831
831
|
__typename: 'MintedEvent';
|
|
832
832
|
id: string;
|
|
@@ -844,7 +844,7 @@ export declare type MintedEventsQuery = {
|
|
|
844
844
|
to: string;
|
|
845
845
|
}>;
|
|
846
846
|
};
|
|
847
|
-
export
|
|
847
|
+
export type SentEventsQueryVariables = Types.Exact<{
|
|
848
848
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
849
849
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
850
850
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
@@ -852,7 +852,7 @@ export declare type SentEventsQueryVariables = Types.Exact<{
|
|
|
852
852
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
853
853
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
854
854
|
}>;
|
|
855
|
-
export
|
|
855
|
+
export type SentEventsQuery = {
|
|
856
856
|
sentEvents: Array<{
|
|
857
857
|
__typename: 'SentEvent';
|
|
858
858
|
id: string;
|
|
@@ -870,7 +870,7 @@ export declare type SentEventsQuery = {
|
|
|
870
870
|
amount: string;
|
|
871
871
|
}>;
|
|
872
872
|
};
|
|
873
|
-
export
|
|
873
|
+
export type CustomSuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
874
874
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
875
875
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
876
876
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
@@ -878,7 +878,7 @@ export declare type CustomSuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
878
878
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
879
879
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
880
880
|
}>;
|
|
881
|
-
export
|
|
881
|
+
export type CustomSuperTokenCreatedEventsQuery = {
|
|
882
882
|
customSuperTokenCreatedEvents: Array<{
|
|
883
883
|
__typename: 'CustomSuperTokenCreatedEvent';
|
|
884
884
|
id: string;
|
|
@@ -891,7 +891,7 @@ export declare type CustomSuperTokenCreatedEventsQuery = {
|
|
|
891
891
|
token: string;
|
|
892
892
|
}>;
|
|
893
893
|
};
|
|
894
|
-
export
|
|
894
|
+
export type SuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
895
895
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
896
896
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
897
897
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
@@ -899,7 +899,7 @@ export declare type SuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
899
899
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
900
900
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
901
901
|
}>;
|
|
902
|
-
export
|
|
902
|
+
export type SuperTokenCreatedEventsQuery = {
|
|
903
903
|
superTokenCreatedEvents: Array<{
|
|
904
904
|
__typename: 'SuperTokenCreatedEvent';
|
|
905
905
|
id: string;
|
|
@@ -912,7 +912,7 @@ export declare type SuperTokenCreatedEventsQuery = {
|
|
|
912
912
|
token: string;
|
|
913
913
|
}>;
|
|
914
914
|
};
|
|
915
|
-
export
|
|
915
|
+
export type SuperTokenLogicCreatedEventsQueryVariables = Types.Exact<{
|
|
916
916
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
917
917
|
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
918
918
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
@@ -920,7 +920,7 @@ export declare type SuperTokenLogicCreatedEventsQueryVariables = Types.Exact<{
|
|
|
920
920
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
921
921
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
922
922
|
}>;
|
|
923
|
-
export
|
|
923
|
+
export type SuperTokenLogicCreatedEventsQuery = {
|
|
924
924
|
superTokenLogicCreatedEvents: Array<{
|
|
925
925
|
__typename: 'SuperTokenLogicCreatedEvent';
|
|
926
926
|
id: string;
|
|
@@ -933,7 +933,75 @@ export declare type SuperTokenLogicCreatedEventsQuery = {
|
|
|
933
933
|
tokenLogic: string;
|
|
934
934
|
}>;
|
|
935
935
|
};
|
|
936
|
-
export
|
|
936
|
+
export type NewPicEventsQueryVariables = Types.Exact<{
|
|
937
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
938
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
939
|
+
where?: Types.InputMaybe<Types.NewPicEvent_Filter>;
|
|
940
|
+
orderBy?: Types.InputMaybe<Types.NewPicEvent_OrderBy>;
|
|
941
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
942
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
943
|
+
}>;
|
|
944
|
+
export type NewPicEventsQuery = {
|
|
945
|
+
newPICEvents: Array<{
|
|
946
|
+
__typename: 'NewPICEvent';
|
|
947
|
+
id: string;
|
|
948
|
+
blockNumber: string;
|
|
949
|
+
transactionHash: string;
|
|
950
|
+
gasPrice: string;
|
|
951
|
+
order: string;
|
|
952
|
+
timestamp: string;
|
|
953
|
+
logIndex: string;
|
|
954
|
+
token: string;
|
|
955
|
+
pic: string;
|
|
956
|
+
bond: string;
|
|
957
|
+
exitRate: string;
|
|
958
|
+
}>;
|
|
959
|
+
};
|
|
960
|
+
export type ExitRateChangedEventsQueryVariables = Types.Exact<{
|
|
961
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
962
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
963
|
+
where?: Types.InputMaybe<Types.ExitRateChangedEvent_Filter>;
|
|
964
|
+
orderBy?: Types.InputMaybe<Types.ExitRateChangedEvent_OrderBy>;
|
|
965
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
966
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
967
|
+
}>;
|
|
968
|
+
export type ExitRateChangedEventsQuery = {
|
|
969
|
+
exitRateChangedEvents: Array<{
|
|
970
|
+
__typename: 'ExitRateChangedEvent';
|
|
971
|
+
id: string;
|
|
972
|
+
blockNumber: string;
|
|
973
|
+
transactionHash: string;
|
|
974
|
+
gasPrice: string;
|
|
975
|
+
order: string;
|
|
976
|
+
timestamp: string;
|
|
977
|
+
logIndex: string;
|
|
978
|
+
token: string;
|
|
979
|
+
exitRate: string;
|
|
980
|
+
}>;
|
|
981
|
+
};
|
|
982
|
+
export type BondIncreasedEventsQueryVariables = Types.Exact<{
|
|
983
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
984
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
985
|
+
where?: Types.InputMaybe<Types.BondIncreasedEvent_Filter>;
|
|
986
|
+
orderBy?: Types.InputMaybe<Types.BondIncreasedEvent_OrderBy>;
|
|
987
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
988
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
989
|
+
}>;
|
|
990
|
+
export type BondIncreasedEventsQuery = {
|
|
991
|
+
bondIncreasedEvents: Array<{
|
|
992
|
+
__typename: 'BondIncreasedEvent';
|
|
993
|
+
id: string;
|
|
994
|
+
blockNumber: string;
|
|
995
|
+
transactionHash: string;
|
|
996
|
+
gasPrice: string;
|
|
997
|
+
order: string;
|
|
998
|
+
timestamp: string;
|
|
999
|
+
logIndex: string;
|
|
1000
|
+
token: string;
|
|
1001
|
+
additionalBond: string;
|
|
1002
|
+
}>;
|
|
1003
|
+
};
|
|
1004
|
+
export type EventsQueryVariables = Types.Exact<{
|
|
937
1005
|
where?: Types.Event_Filter;
|
|
938
1006
|
skip?: Types.Scalars['Int'];
|
|
939
1007
|
first?: Types.Scalars['Int'];
|
|
@@ -941,7 +1009,7 @@ export declare type EventsQueryVariables = Types.Exact<{
|
|
|
941
1009
|
orderDirection?: Types.OrderDirection;
|
|
942
1010
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
943
1011
|
}>;
|
|
944
|
-
export
|
|
1012
|
+
export type EventsQuery = {
|
|
945
1013
|
events: Array<{
|
|
946
1014
|
__typename: 'AgreementClassRegisteredEvent';
|
|
947
1015
|
code: string;
|
|
@@ -1011,6 +1079,17 @@ export declare type EventsQuery = {
|
|
|
1011
1079
|
blockNumber: string;
|
|
1012
1080
|
transactionHash: string;
|
|
1013
1081
|
timestamp: string;
|
|
1082
|
+
} | {
|
|
1083
|
+
__typename: 'BondIncreasedEvent';
|
|
1084
|
+
token: string;
|
|
1085
|
+
additionalBond: string;
|
|
1086
|
+
gasPrice: string;
|
|
1087
|
+
order: string;
|
|
1088
|
+
logIndex: string;
|
|
1089
|
+
id: string;
|
|
1090
|
+
blockNumber: string;
|
|
1091
|
+
transactionHash: string;
|
|
1092
|
+
timestamp: string;
|
|
1014
1093
|
} | {
|
|
1015
1094
|
__typename: 'BurnedEvent';
|
|
1016
1095
|
operatorData: string;
|
|
@@ -1065,6 +1144,17 @@ export declare type EventsQuery = {
|
|
|
1065
1144
|
blockNumber: string;
|
|
1066
1145
|
transactionHash: string;
|
|
1067
1146
|
timestamp: string;
|
|
1147
|
+
} | {
|
|
1148
|
+
__typename: 'ExitRateChangedEvent';
|
|
1149
|
+
token: string;
|
|
1150
|
+
exitRate: string;
|
|
1151
|
+
gasPrice: string;
|
|
1152
|
+
order: string;
|
|
1153
|
+
logIndex: string;
|
|
1154
|
+
id: string;
|
|
1155
|
+
blockNumber: string;
|
|
1156
|
+
transactionHash: string;
|
|
1157
|
+
timestamp: string;
|
|
1068
1158
|
} | {
|
|
1069
1159
|
__typename: 'FlowOperatorUpdatedEvent';
|
|
1070
1160
|
token: string;
|
|
@@ -1238,6 +1328,19 @@ export declare type EventsQuery = {
|
|
|
1238
1328
|
blockNumber: string;
|
|
1239
1329
|
transactionHash: string;
|
|
1240
1330
|
timestamp: string;
|
|
1331
|
+
} | {
|
|
1332
|
+
__typename: 'NewPICEvent';
|
|
1333
|
+
token: string;
|
|
1334
|
+
pic: string;
|
|
1335
|
+
bond: string;
|
|
1336
|
+
exitRate: string;
|
|
1337
|
+
gasPrice: string;
|
|
1338
|
+
order: string;
|
|
1339
|
+
logIndex: string;
|
|
1340
|
+
id: string;
|
|
1341
|
+
blockNumber: string;
|
|
1342
|
+
transactionHash: string;
|
|
1343
|
+
timestamp: string;
|
|
1241
1344
|
} | {
|
|
1242
1345
|
__typename: 'PPPConfigurationChangedEvent';
|
|
1243
1346
|
host: string;
|
|
@@ -1801,6 +1904,30 @@ export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTok
|
|
|
1801
1904
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1802
1905
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1803
1906
|
}>>;
|
|
1907
|
+
export declare const NewPicEventsDocument: DocumentNode<NewPicEventsQuery, Types.Exact<{
|
|
1908
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1909
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1910
|
+
where?: Types.InputMaybe<Types.NewPicEvent_Filter>;
|
|
1911
|
+
orderBy?: Types.InputMaybe<Types.NewPicEvent_OrderBy>;
|
|
1912
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1913
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1914
|
+
}>>;
|
|
1915
|
+
export declare const ExitRateChangedEventsDocument: DocumentNode<ExitRateChangedEventsQuery, Types.Exact<{
|
|
1916
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1917
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1918
|
+
where?: Types.InputMaybe<Types.ExitRateChangedEvent_Filter>;
|
|
1919
|
+
orderBy?: Types.InputMaybe<Types.ExitRateChangedEvent_OrderBy>;
|
|
1920
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1921
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1922
|
+
}>>;
|
|
1923
|
+
export declare const BondIncreasedEventsDocument: DocumentNode<BondIncreasedEventsQuery, Types.Exact<{
|
|
1924
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1925
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1926
|
+
where?: Types.InputMaybe<Types.BondIncreasedEvent_Filter>;
|
|
1927
|
+
orderBy?: Types.InputMaybe<Types.BondIncreasedEvent_OrderBy>;
|
|
1928
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1929
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1930
|
+
}>>;
|
|
1804
1931
|
export declare const EventsDocument: DocumentNode<EventsQuery, Types.Exact<{
|
|
1805
1932
|
where?: Types.Event_Filter | undefined;
|
|
1806
1933
|
skip?: number | undefined;
|