@requestnetwork/payment-detection 0.54.1-next.0e12025a.0 → 0.54.1-next.0ebcb253.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.
|
@@ -1721,7 +1721,7 @@ export type AgreementClassRegisteredEvent = Event & {
|
|
|
1721
1721
|
blockNumber: Scalars['BigInt']['output'];
|
|
1722
1722
|
code: Scalars['Bytes']['output'];
|
|
1723
1723
|
gasPrice: Scalars['BigInt']['output'];
|
|
1724
|
-
gasUsed
|
|
1724
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
1725
1725
|
id: Scalars['ID']['output'];
|
|
1726
1726
|
logIndex: Scalars['BigInt']['output'];
|
|
1727
1727
|
name: Scalars['String']['output'];
|
|
@@ -1873,7 +1873,7 @@ export type AgreementClassUpdatedEvent = Event & {
|
|
|
1873
1873
|
blockNumber: Scalars['BigInt']['output'];
|
|
1874
1874
|
code: Scalars['Bytes']['output'];
|
|
1875
1875
|
gasPrice: Scalars['BigInt']['output'];
|
|
1876
|
-
gasUsed
|
|
1876
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
1877
1877
|
id: Scalars['ID']['output'];
|
|
1878
1878
|
logIndex: Scalars['BigInt']['output'];
|
|
1879
1879
|
name: Scalars['String']['output'];
|
|
@@ -2047,7 +2047,7 @@ export type AgreementLiquidatedByEvent = Event & {
|
|
|
2047
2047
|
*/
|
|
2048
2048
|
flowRateAtLiquidation: Scalars['BigInt']['output'];
|
|
2049
2049
|
gasPrice: Scalars['BigInt']['output'];
|
|
2050
|
-
gasUsed
|
|
2050
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
2051
2051
|
id: Scalars['ID']['output'];
|
|
2052
2052
|
liquidatorAccount: Scalars['Bytes']['output'];
|
|
2053
2053
|
logIndex: Scalars['BigInt']['output'];
|
|
@@ -2296,7 +2296,7 @@ export type AgreementLiquidatedV2Event = Event & {
|
|
|
2296
2296
|
*/
|
|
2297
2297
|
flowRateAtLiquidation: Scalars['BigInt']['output'];
|
|
2298
2298
|
gasPrice: Scalars['BigInt']['output'];
|
|
2299
|
-
gasUsed
|
|
2299
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
2300
2300
|
id: Scalars['ID']['output'];
|
|
2301
2301
|
liquidationType: Scalars['Int']['output'];
|
|
2302
2302
|
liquidatorAccount: Scalars['Bytes']['output'];
|
|
@@ -2569,7 +2569,7 @@ export type AppRegisteredEvent = Event & {
|
|
|
2569
2569
|
app: Scalars['Bytes']['output'];
|
|
2570
2570
|
blockNumber: Scalars['BigInt']['output'];
|
|
2571
2571
|
gasPrice: Scalars['BigInt']['output'];
|
|
2572
|
-
gasUsed
|
|
2572
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
2573
2573
|
id: Scalars['ID']['output'];
|
|
2574
2574
|
logIndex: Scalars['BigInt']['output'];
|
|
2575
2575
|
name: Scalars['String']['output'];
|
|
@@ -2716,7 +2716,7 @@ export type ApprovalEvent = Event & {
|
|
|
2716
2716
|
amount: Scalars['BigInt']['output'];
|
|
2717
2717
|
blockNumber: Scalars['BigInt']['output'];
|
|
2718
2718
|
gasPrice: Scalars['BigInt']['output'];
|
|
2719
|
-
gasUsed
|
|
2719
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
2720
2720
|
id: Scalars['ID']['output'];
|
|
2721
2721
|
logIndex: Scalars['BigInt']['output'];
|
|
2722
2722
|
name: Scalars['String']['output'];
|
|
@@ -2932,7 +2932,7 @@ export type BondIncreasedEvent = Event & {
|
|
|
2932
2932
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
2933
2933
|
blockNumber: Scalars['BigInt']['output'];
|
|
2934
2934
|
gasPrice: Scalars['BigInt']['output'];
|
|
2935
|
-
gasUsed
|
|
2935
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
2936
2936
|
id: Scalars['ID']['output'];
|
|
2937
2937
|
logIndex: Scalars['BigInt']['output'];
|
|
2938
2938
|
name: Scalars['String']['output'];
|
|
@@ -3089,7 +3089,7 @@ export type BufferAdjustedEvent = Event & {
|
|
|
3089
3089
|
blockNumber: Scalars['BigInt']['output'];
|
|
3090
3090
|
bufferDelta: Scalars['BigInt']['output'];
|
|
3091
3091
|
gasPrice: Scalars['BigInt']['output'];
|
|
3092
|
-
gasUsed
|
|
3092
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
3093
3093
|
id: Scalars['ID']['output'];
|
|
3094
3094
|
logIndex: Scalars['BigInt']['output'];
|
|
3095
3095
|
name: Scalars['String']['output'];
|
|
@@ -3338,7 +3338,7 @@ export type BurnedEvent = Event & {
|
|
|
3338
3338
|
data: Scalars['Bytes']['output'];
|
|
3339
3339
|
from: Scalars['Bytes']['output'];
|
|
3340
3340
|
gasPrice: Scalars['BigInt']['output'];
|
|
3341
|
-
gasUsed
|
|
3341
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
3342
3342
|
id: Scalars['ID']['output'];
|
|
3343
3343
|
logIndex: Scalars['BigInt']['output'];
|
|
3344
3344
|
name: Scalars['String']['output'];
|
|
@@ -3535,7 +3535,7 @@ export type CfAv1LiquidationPeriodChangedEvent = Event & {
|
|
|
3535
3535
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
3536
3536
|
blockNumber: Scalars['BigInt']['output'];
|
|
3537
3537
|
gasPrice: Scalars['BigInt']['output'];
|
|
3538
|
-
gasUsed
|
|
3538
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* The address of the governance contract the event was emitted from.
|
|
3541
3541
|
*
|
|
@@ -3721,7 +3721,7 @@ export type ConfigChangedEvent = Event & {
|
|
|
3721
3721
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
3722
3722
|
blockNumber: Scalars['BigInt']['output'];
|
|
3723
3723
|
gasPrice: Scalars['BigInt']['output'];
|
|
3724
|
-
gasUsed
|
|
3724
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
3725
3725
|
/**
|
|
3726
3726
|
* The address of the governance contract the event was emitted from.
|
|
3727
3727
|
*
|
|
@@ -3917,7 +3917,7 @@ export type CustomSuperTokenCreatedEvent = Event & {
|
|
|
3917
3917
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
3918
3918
|
blockNumber: Scalars['BigInt']['output'];
|
|
3919
3919
|
gasPrice: Scalars['BigInt']['output'];
|
|
3920
|
-
gasUsed
|
|
3920
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
3921
3921
|
id: Scalars['ID']['output'];
|
|
3922
3922
|
logIndex: Scalars['BigInt']['output'];
|
|
3923
3923
|
name: Scalars['String']['output'];
|
|
@@ -4060,7 +4060,7 @@ export type DistributionClaimedEvent = Event & {
|
|
|
4060
4060
|
blockNumber: Scalars['BigInt']['output'];
|
|
4061
4061
|
claimedAmount: Scalars['BigInt']['output'];
|
|
4062
4062
|
gasPrice: Scalars['BigInt']['output'];
|
|
4063
|
-
gasUsed
|
|
4063
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
4064
4064
|
id: Scalars['ID']['output'];
|
|
4065
4065
|
logIndex: Scalars['BigInt']['output'];
|
|
4066
4066
|
name: Scalars['String']['output'];
|
|
@@ -4312,7 +4312,7 @@ export type Event = {
|
|
|
4312
4312
|
* The gas used for this transaction.
|
|
4313
4313
|
*
|
|
4314
4314
|
*/
|
|
4315
|
-
gasUsed
|
|
4315
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
4316
4316
|
/**
|
|
4317
4317
|
* The id of the event entity.
|
|
4318
4318
|
*
|
|
@@ -4471,7 +4471,7 @@ export type ExitRateChangedEvent = Event & {
|
|
|
4471
4471
|
*/
|
|
4472
4472
|
exitRate: Scalars['BigInt']['output'];
|
|
4473
4473
|
gasPrice: Scalars['BigInt']['output'];
|
|
4474
|
-
gasUsed
|
|
4474
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
4475
4475
|
id: Scalars['ID']['output'];
|
|
4476
4476
|
logIndex: Scalars['BigInt']['output'];
|
|
4477
4477
|
name: Scalars['String']['output'];
|
|
@@ -4629,7 +4629,7 @@ export type FlowDistributionUpdatedEvent = Event & {
|
|
|
4629
4629
|
adjustmentFlowRecipient: Scalars['Bytes']['output'];
|
|
4630
4630
|
blockNumber: Scalars['BigInt']['output'];
|
|
4631
4631
|
gasPrice: Scalars['BigInt']['output'];
|
|
4632
|
-
gasUsed
|
|
4632
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
4633
4633
|
id: Scalars['ID']['output'];
|
|
4634
4634
|
logIndex: Scalars['BigInt']['output'];
|
|
4635
4635
|
name: Scalars['String']['output'];
|
|
@@ -4992,7 +4992,7 @@ export type FlowOperatorUpdatedEvent = Event & {
|
|
|
4992
4992
|
flowOperator: FlowOperator;
|
|
4993
4993
|
flowRateAllowance: Scalars['BigInt']['output'];
|
|
4994
4994
|
gasPrice: Scalars['BigInt']['output'];
|
|
4995
|
-
gasUsed
|
|
4995
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
4996
4996
|
id: Scalars['ID']['output'];
|
|
4997
4997
|
logIndex: Scalars['BigInt']['output'];
|
|
4998
4998
|
name: Scalars['String']['output'];
|
|
@@ -5454,7 +5454,7 @@ export type FlowUpdatedEvent = Event & {
|
|
|
5454
5454
|
*/
|
|
5455
5455
|
flowRate: Scalars['BigInt']['output'];
|
|
5456
5456
|
gasPrice: Scalars['BigInt']['output'];
|
|
5457
|
-
gasUsed
|
|
5457
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
5458
5458
|
id: Scalars['ID']['output'];
|
|
5459
5459
|
logIndex: Scalars['BigInt']['output'];
|
|
5460
5460
|
name: Scalars['String']['output'];
|
|
@@ -5786,7 +5786,7 @@ export type GovernanceReplacedEvent = Event & {
|
|
|
5786
5786
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
5787
5787
|
blockNumber: Scalars['BigInt']['output'];
|
|
5788
5788
|
gasPrice: Scalars['BigInt']['output'];
|
|
5789
|
-
gasUsed
|
|
5789
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
5790
5790
|
id: Scalars['ID']['output'];
|
|
5791
5791
|
logIndex: Scalars['BigInt']['output'];
|
|
5792
5792
|
name: Scalars['String']['output'];
|
|
@@ -6073,7 +6073,7 @@ export type IndexCreatedEvent = Event & {
|
|
|
6073
6073
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
6074
6074
|
blockNumber: Scalars['BigInt']['output'];
|
|
6075
6075
|
gasPrice: Scalars['BigInt']['output'];
|
|
6076
|
-
gasUsed
|
|
6076
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
6077
6077
|
id: Scalars['ID']['output'];
|
|
6078
6078
|
index: Index;
|
|
6079
6079
|
/**
|
|
@@ -6293,7 +6293,7 @@ export type IndexDistributionClaimedEvent = Event & {
|
|
|
6293
6293
|
amount: Scalars['BigInt']['output'];
|
|
6294
6294
|
blockNumber: Scalars['BigInt']['output'];
|
|
6295
6295
|
gasPrice: Scalars['BigInt']['output'];
|
|
6296
|
-
gasUsed
|
|
6296
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
6297
6297
|
id: Scalars['ID']['output'];
|
|
6298
6298
|
index: Index;
|
|
6299
6299
|
/**
|
|
@@ -6526,7 +6526,7 @@ export type IndexSubscribedEvent = Event & {
|
|
|
6526
6526
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
6527
6527
|
blockNumber: Scalars['BigInt']['output'];
|
|
6528
6528
|
gasPrice: Scalars['BigInt']['output'];
|
|
6529
|
-
gasUsed
|
|
6529
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
6530
6530
|
id: Scalars['ID']['output'];
|
|
6531
6531
|
index: Index;
|
|
6532
6532
|
/**
|
|
@@ -7011,7 +7011,7 @@ export type IndexUnitsUpdatedEvent = Event & {
|
|
|
7011
7011
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
7012
7012
|
blockNumber: Scalars['BigInt']['output'];
|
|
7013
7013
|
gasPrice: Scalars['BigInt']['output'];
|
|
7014
|
-
gasUsed
|
|
7014
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
7015
7015
|
id: Scalars['ID']['output'];
|
|
7016
7016
|
index: Index;
|
|
7017
7017
|
/**
|
|
@@ -7267,7 +7267,7 @@ export type IndexUnsubscribedEvent = Event & {
|
|
|
7267
7267
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
7268
7268
|
blockNumber: Scalars['BigInt']['output'];
|
|
7269
7269
|
gasPrice: Scalars['BigInt']['output'];
|
|
7270
|
-
gasUsed
|
|
7270
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
7271
7271
|
id: Scalars['ID']['output'];
|
|
7272
7272
|
index: Index;
|
|
7273
7273
|
/**
|
|
@@ -7502,7 +7502,7 @@ export type IndexUpdatedEvent = Event & {
|
|
|
7502
7502
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
7503
7503
|
blockNumber: Scalars['BigInt']['output'];
|
|
7504
7504
|
gasPrice: Scalars['BigInt']['output'];
|
|
7505
|
-
gasUsed
|
|
7505
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
7506
7506
|
id: Scalars['ID']['output'];
|
|
7507
7507
|
index: Index;
|
|
7508
7508
|
/**
|
|
@@ -7986,7 +7986,7 @@ export type InstantDistributionUpdatedEvent = Event & {
|
|
|
7986
7986
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
7987
7987
|
blockNumber: Scalars['BigInt']['output'];
|
|
7988
7988
|
gasPrice: Scalars['BigInt']['output'];
|
|
7989
|
-
gasUsed
|
|
7989
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
7990
7990
|
id: Scalars['ID']['output'];
|
|
7991
7991
|
logIndex: Scalars['BigInt']['output'];
|
|
7992
7992
|
name: Scalars['String']['output'];
|
|
@@ -8256,7 +8256,7 @@ export type JailEvent = Event & {
|
|
|
8256
8256
|
app: Scalars['Bytes']['output'];
|
|
8257
8257
|
blockNumber: Scalars['BigInt']['output'];
|
|
8258
8258
|
gasPrice: Scalars['BigInt']['output'];
|
|
8259
|
-
gasUsed
|
|
8259
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
8260
8260
|
id: Scalars['ID']['output'];
|
|
8261
8261
|
logIndex: Scalars['BigInt']['output'];
|
|
8262
8262
|
name: Scalars['String']['output'];
|
|
@@ -8407,7 +8407,7 @@ export type MemberUnitsUpdatedEvent = Event & {
|
|
|
8407
8407
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
8408
8408
|
blockNumber: Scalars['BigInt']['output'];
|
|
8409
8409
|
gasPrice: Scalars['BigInt']['output'];
|
|
8410
|
-
gasUsed
|
|
8410
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
8411
8411
|
id: Scalars['ID']['output'];
|
|
8412
8412
|
logIndex: Scalars['BigInt']['output'];
|
|
8413
8413
|
name: Scalars['String']['output'];
|
|
@@ -8659,7 +8659,7 @@ export type MintedEvent = Event & {
|
|
|
8659
8659
|
blockNumber: Scalars['BigInt']['output'];
|
|
8660
8660
|
data: Scalars['Bytes']['output'];
|
|
8661
8661
|
gasPrice: Scalars['BigInt']['output'];
|
|
8662
|
-
gasUsed
|
|
8662
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
8663
8663
|
id: Scalars['ID']['output'];
|
|
8664
8664
|
logIndex: Scalars['BigInt']['output'];
|
|
8665
8665
|
name: Scalars['String']['output'];
|
|
@@ -8866,7 +8866,7 @@ export type NewPicEvent = Event & {
|
|
|
8866
8866
|
*/
|
|
8867
8867
|
exitRate: Scalars['BigInt']['output'];
|
|
8868
8868
|
gasPrice: Scalars['BigInt']['output'];
|
|
8869
|
-
gasUsed
|
|
8869
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
8870
8870
|
id: Scalars['ID']['output'];
|
|
8871
8871
|
logIndex: Scalars['BigInt']['output'];
|
|
8872
8872
|
name: Scalars['String']['output'];
|
|
@@ -9051,7 +9051,7 @@ export type PppConfigurationChangedEvent = Event & {
|
|
|
9051
9051
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
9052
9052
|
blockNumber: Scalars['BigInt']['output'];
|
|
9053
9053
|
gasPrice: Scalars['BigInt']['output'];
|
|
9054
|
-
gasUsed
|
|
9054
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
9055
9055
|
/**
|
|
9056
9056
|
* The address of the governance contract the event was emitted from.
|
|
9057
9057
|
*
|
|
@@ -9354,7 +9354,7 @@ export type PoolConnectionUpdatedEvent = Event & {
|
|
|
9354
9354
|
blockNumber: Scalars['BigInt']['output'];
|
|
9355
9355
|
connected: Scalars['Boolean']['output'];
|
|
9356
9356
|
gasPrice: Scalars['BigInt']['output'];
|
|
9357
|
-
gasUsed
|
|
9357
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
9358
9358
|
id: Scalars['ID']['output'];
|
|
9359
9359
|
logIndex: Scalars['BigInt']['output'];
|
|
9360
9360
|
name: Scalars['String']['output'];
|
|
@@ -9594,7 +9594,7 @@ export type PoolCreatedEvent = Event & {
|
|
|
9594
9594
|
blockNumber: Scalars['BigInt']['output'];
|
|
9595
9595
|
caller: Scalars['Bytes']['output'];
|
|
9596
9596
|
gasPrice: Scalars['BigInt']['output'];
|
|
9597
|
-
gasUsed
|
|
9597
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
9598
9598
|
id: Scalars['ID']['output'];
|
|
9599
9599
|
logIndex: Scalars['BigInt']['output'];
|
|
9600
9600
|
name: Scalars['String']['output'];
|
|
@@ -11757,7 +11757,7 @@ export type RewardAddressChangedEvent = Event & {
|
|
|
11757
11757
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
11758
11758
|
blockNumber: Scalars['BigInt']['output'];
|
|
11759
11759
|
gasPrice: Scalars['BigInt']['output'];
|
|
11760
|
-
gasUsed
|
|
11760
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
11761
11761
|
/**
|
|
11762
11762
|
* The address of the governance contract the event was emitted from.
|
|
11763
11763
|
*
|
|
@@ -11944,7 +11944,7 @@ export type RoleAdminChangedEvent = Event & {
|
|
|
11944
11944
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
11945
11945
|
blockNumber: Scalars['BigInt']['output'];
|
|
11946
11946
|
gasPrice: Scalars['BigInt']['output'];
|
|
11947
|
-
gasUsed
|
|
11947
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
11948
11948
|
id: Scalars['ID']['output'];
|
|
11949
11949
|
logIndex: Scalars['BigInt']['output'];
|
|
11950
11950
|
name: Scalars['String']['output'];
|
|
@@ -12110,7 +12110,7 @@ export type RoleGrantedEvent = Event & {
|
|
|
12110
12110
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
12111
12111
|
blockNumber: Scalars['BigInt']['output'];
|
|
12112
12112
|
gasPrice: Scalars['BigInt']['output'];
|
|
12113
|
-
gasUsed
|
|
12113
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
12114
12114
|
id: Scalars['ID']['output'];
|
|
12115
12115
|
logIndex: Scalars['BigInt']['output'];
|
|
12116
12116
|
name: Scalars['String']['output'];
|
|
@@ -12275,7 +12275,7 @@ export type RoleRevokedEvent = Event & {
|
|
|
12275
12275
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
12276
12276
|
blockNumber: Scalars['BigInt']['output'];
|
|
12277
12277
|
gasPrice: Scalars['BigInt']['output'];
|
|
12278
|
-
gasUsed
|
|
12278
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
12279
12279
|
id: Scalars['ID']['output'];
|
|
12280
12280
|
logIndex: Scalars['BigInt']['output'];
|
|
12281
12281
|
name: Scalars['String']['output'];
|
|
@@ -12551,6 +12551,10 @@ export declare enum SfMeta_OrderBy {
|
|
|
12551
12551
|
PackageVersion = "packageVersion",
|
|
12552
12552
|
Timestamp = "timestamp"
|
|
12553
12553
|
}
|
|
12554
|
+
/**
|
|
12555
|
+
* WARNING: This event has been deprecated. It is not indexed anymore. It's kept in schema to avoid breakage in the schema.
|
|
12556
|
+
*
|
|
12557
|
+
*/
|
|
12554
12558
|
export type SentEvent = Event & {
|
|
12555
12559
|
__typename?: 'SentEvent';
|
|
12556
12560
|
/**
|
|
@@ -12566,7 +12570,7 @@ export type SentEvent = Event & {
|
|
|
12566
12570
|
data: Scalars['Bytes']['output'];
|
|
12567
12571
|
from: Scalars['Bytes']['output'];
|
|
12568
12572
|
gasPrice: Scalars['BigInt']['output'];
|
|
12569
|
-
gasUsed
|
|
12573
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
12570
12574
|
id: Scalars['ID']['output'];
|
|
12571
12575
|
logIndex: Scalars['BigInt']['output'];
|
|
12572
12576
|
name: Scalars['String']['output'];
|
|
@@ -12772,7 +12776,7 @@ export type SetEvent = Event & {
|
|
|
12772
12776
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
12773
12777
|
blockNumber: Scalars['BigInt']['output'];
|
|
12774
12778
|
gasPrice: Scalars['BigInt']['output'];
|
|
12775
|
-
gasUsed
|
|
12779
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
12776
12780
|
/**
|
|
12777
12781
|
* Because the name property is indexed, the
|
|
12778
12782
|
* returned value will be a keccak256 hash
|
|
@@ -14737,7 +14741,7 @@ export type SubscriptionApprovedEvent = Event & {
|
|
|
14737
14741
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
14738
14742
|
blockNumber: Scalars['BigInt']['output'];
|
|
14739
14743
|
gasPrice: Scalars['BigInt']['output'];
|
|
14740
|
-
gasUsed
|
|
14744
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
14741
14745
|
id: Scalars['ID']['output'];
|
|
14742
14746
|
/**
|
|
14743
14747
|
* An arbitrary uint32 value used to allow a publisher to create multiple indexes for a specific `token`.
|
|
@@ -14971,7 +14975,7 @@ export type SubscriptionDistributionClaimedEvent = Event & {
|
|
|
14971
14975
|
amount: Scalars['BigInt']['output'];
|
|
14972
14976
|
blockNumber: Scalars['BigInt']['output'];
|
|
14973
14977
|
gasPrice: Scalars['BigInt']['output'];
|
|
14974
|
-
gasUsed
|
|
14978
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
14975
14979
|
id: Scalars['ID']['output'];
|
|
14976
14980
|
/**
|
|
14977
14981
|
* An arbitrary uint32 value used to allow a publisher to create multiple indexes for a specific `token`.
|
|
@@ -15201,7 +15205,7 @@ export type SubscriptionRevokedEvent = Event & {
|
|
|
15201
15205
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
15202
15206
|
blockNumber: Scalars['BigInt']['output'];
|
|
15203
15207
|
gasPrice: Scalars['BigInt']['output'];
|
|
15204
|
-
gasUsed
|
|
15208
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
15205
15209
|
id: Scalars['ID']['output'];
|
|
15206
15210
|
/**
|
|
15207
15211
|
* An arbitrary uint32 value used to allow a publisher to create multiple indexes for a specific `token`.
|
|
@@ -15434,7 +15438,7 @@ export type SubscriptionUnitsUpdatedEvent = Event & {
|
|
|
15434
15438
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
15435
15439
|
blockNumber: Scalars['BigInt']['output'];
|
|
15436
15440
|
gasPrice: Scalars['BigInt']['output'];
|
|
15437
|
-
gasUsed
|
|
15441
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
15438
15442
|
id: Scalars['ID']['output'];
|
|
15439
15443
|
/**
|
|
15440
15444
|
* An arbitrary uint32 value used to allow a publisher to create multiple indexes for a specific `token`.
|
|
@@ -15685,7 +15689,7 @@ export type SuperTokenCreatedEvent = Event & {
|
|
|
15685
15689
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
15686
15690
|
blockNumber: Scalars['BigInt']['output'];
|
|
15687
15691
|
gasPrice: Scalars['BigInt']['output'];
|
|
15688
|
-
gasUsed
|
|
15692
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
15689
15693
|
id: Scalars['ID']['output'];
|
|
15690
15694
|
logIndex: Scalars['BigInt']['output'];
|
|
15691
15695
|
name: Scalars['String']['output'];
|
|
@@ -15825,7 +15829,7 @@ export type SuperTokenFactoryUpdatedEvent = Event & {
|
|
|
15825
15829
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
15826
15830
|
blockNumber: Scalars['BigInt']['output'];
|
|
15827
15831
|
gasPrice: Scalars['BigInt']['output'];
|
|
15828
|
-
gasUsed
|
|
15832
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
15829
15833
|
id: Scalars['ID']['output'];
|
|
15830
15834
|
logIndex: Scalars['BigInt']['output'];
|
|
15831
15835
|
name: Scalars['String']['output'];
|
|
@@ -15965,7 +15969,7 @@ export type SuperTokenLogicCreatedEvent = Event & {
|
|
|
15965
15969
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
15966
15970
|
blockNumber: Scalars['BigInt']['output'];
|
|
15967
15971
|
gasPrice: Scalars['BigInt']['output'];
|
|
15968
|
-
gasUsed
|
|
15972
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
15969
15973
|
id: Scalars['ID']['output'];
|
|
15970
15974
|
logIndex: Scalars['BigInt']['output'];
|
|
15971
15975
|
name: Scalars['String']['output'];
|
|
@@ -16107,7 +16111,7 @@ export type SuperTokenLogicUpdatedEvent = Event & {
|
|
|
16107
16111
|
blockNumber: Scalars['BigInt']['output'];
|
|
16108
16112
|
code: Scalars['Bytes']['output'];
|
|
16109
16113
|
gasPrice: Scalars['BigInt']['output'];
|
|
16110
|
-
gasUsed
|
|
16114
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
16111
16115
|
id: Scalars['ID']['output'];
|
|
16112
16116
|
logIndex: Scalars['BigInt']['output'];
|
|
16113
16117
|
name: Scalars['String']['output'];
|
|
@@ -16260,7 +16264,7 @@ export type SuperTokenMinimumDepositChangedEvent = Event & {
|
|
|
16260
16264
|
addresses: Array<Scalars['Bytes']['output']>;
|
|
16261
16265
|
blockNumber: Scalars['BigInt']['output'];
|
|
16262
16266
|
gasPrice: Scalars['BigInt']['output'];
|
|
16263
|
-
gasUsed
|
|
16267
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
16264
16268
|
/**
|
|
16265
16269
|
* The address of the governance contract the event was emitted from.
|
|
16266
16270
|
*
|
|
@@ -16490,7 +16494,7 @@ export type TokenDowngradedEvent = Event & {
|
|
|
16490
16494
|
amount: Scalars['BigInt']['output'];
|
|
16491
16495
|
blockNumber: Scalars['BigInt']['output'];
|
|
16492
16496
|
gasPrice: Scalars['BigInt']['output'];
|
|
16493
|
-
gasUsed
|
|
16497
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
16494
16498
|
id: Scalars['ID']['output'];
|
|
16495
16499
|
logIndex: Scalars['BigInt']['output'];
|
|
16496
16500
|
name: Scalars['String']['output'];
|
|
@@ -16999,6 +17003,7 @@ export type TokenStatisticTokenStatisticLogsArgs = {
|
|
|
16999
17003
|
};
|
|
17000
17004
|
/**
|
|
17001
17005
|
* TokenStatisticLog: Historical entries of `TokenStatistic` updates.
|
|
17006
|
+
* WARNING: This entity has been deprecated. It is not indexed anymore. It's kept in schema to avoid breakage in the schema.
|
|
17002
17007
|
*
|
|
17003
17008
|
*/
|
|
17004
17009
|
export type TokenStatisticLog = {
|
|
@@ -17885,7 +17890,7 @@ export type TokenUpgradedEvent = Event & {
|
|
|
17885
17890
|
amount: Scalars['BigInt']['output'];
|
|
17886
17891
|
blockNumber: Scalars['BigInt']['output'];
|
|
17887
17892
|
gasPrice: Scalars['BigInt']['output'];
|
|
17888
|
-
gasUsed
|
|
17893
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
17889
17894
|
id: Scalars['ID']['output'];
|
|
17890
17895
|
logIndex: Scalars['BigInt']['output'];
|
|
17891
17896
|
name: Scalars['String']['output'];
|
|
@@ -18241,7 +18246,7 @@ export type TransferEvent = Event & {
|
|
|
18241
18246
|
blockNumber: Scalars['BigInt']['output'];
|
|
18242
18247
|
from: Account;
|
|
18243
18248
|
gasPrice: Scalars['BigInt']['output'];
|
|
18244
|
-
gasUsed
|
|
18249
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
18245
18250
|
id: Scalars['ID']['output'];
|
|
18246
18251
|
logIndex: Scalars['BigInt']['output'];
|
|
18247
18252
|
name: Scalars['String']['output'];
|
|
@@ -18453,7 +18458,7 @@ export type TrustedForwarderChangedEvent = Event & {
|
|
|
18453
18458
|
enabled: Scalars['Boolean']['output'];
|
|
18454
18459
|
forwarder: Scalars['Bytes']['output'];
|
|
18455
18460
|
gasPrice: Scalars['BigInt']['output'];
|
|
18456
|
-
gasUsed
|
|
18461
|
+
gasUsed?: Maybe<Scalars['BigInt']['output']>;
|
|
18457
18462
|
/**
|
|
18458
18463
|
* The address of the governance contract the event was emitted from.
|
|
18459
18464
|
*
|