@requestnetwork/payment-detection 0.59.1-next.ba2344ff.0 → 0.59.1-next.f220532d.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.
|
@@ -43,10 +43,6 @@ export type Scalars = {
|
|
|
43
43
|
input: number;
|
|
44
44
|
output: number;
|
|
45
45
|
};
|
|
46
|
-
BigDecimal: {
|
|
47
|
-
input: any;
|
|
48
|
-
output: any;
|
|
49
|
-
};
|
|
50
46
|
BigInt: {
|
|
51
47
|
input: any;
|
|
52
48
|
output: any;
|
|
@@ -55,833 +51,74 @@ export type Scalars = {
|
|
|
55
51
|
input: any;
|
|
56
52
|
output: any;
|
|
57
53
|
};
|
|
58
|
-
Int8: {
|
|
59
|
-
input: any;
|
|
60
|
-
output: any;
|
|
61
|
-
};
|
|
62
|
-
Timestamp: {
|
|
63
|
-
input: any;
|
|
64
|
-
output: any;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
/** Indicates whether the current, partially filled bucket should be included in the response. Defaults to `exclude` */
|
|
68
|
-
export declare enum Aggregation_Current {
|
|
69
|
-
/** Exclude the current, partially filled bucket from the response */
|
|
70
|
-
Exclude = "exclude",
|
|
71
|
-
/** Include the current, partially filled bucket in the response */
|
|
72
|
-
Include = "include"
|
|
73
|
-
}
|
|
74
|
-
export declare enum Aggregation_Interval {
|
|
75
|
-
Day = "day",
|
|
76
|
-
Hour = "hour"
|
|
77
|
-
}
|
|
78
|
-
export type BlockChangedFilter = {
|
|
79
|
-
number_gte: Scalars['Int']['input'];
|
|
80
|
-
};
|
|
81
|
-
export type Block_Height = {
|
|
82
|
-
hash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
83
|
-
number?: InputMaybe<Scalars['Int']['input']>;
|
|
84
|
-
number_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
85
|
-
};
|
|
86
|
-
export type Escrow = {
|
|
87
|
-
__typename?: 'Escrow';
|
|
88
|
-
amount: Scalars['BigDecimal']['output'];
|
|
89
|
-
contractAddress: Scalars['Bytes']['output'];
|
|
90
|
-
creationBlock: Scalars['Int']['output'];
|
|
91
|
-
creationTimestamp: Scalars['Int']['output'];
|
|
92
|
-
escrowState: EscrowState;
|
|
93
|
-
events?: Maybe<Array<EscrowEvent>>;
|
|
94
|
-
feeAddress: Scalars['Bytes']['output'];
|
|
95
|
-
feeAmount: Scalars['BigDecimal']['output'];
|
|
96
|
-
from: Scalars['Bytes']['output'];
|
|
97
|
-
id: Scalars['ID']['output'];
|
|
98
|
-
paymentProxyAddress: Scalars['Bytes']['output'];
|
|
99
|
-
reference: Scalars['Bytes']['output'];
|
|
100
|
-
to?: Maybe<Scalars['Bytes']['output']>;
|
|
101
|
-
tokenAddress: Scalars['Bytes']['output'];
|
|
102
|
-
};
|
|
103
|
-
export type EscrowEventsArgs = {
|
|
104
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105
|
-
orderBy?: InputMaybe<EscrowEvent_OrderBy>;
|
|
106
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
107
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
108
|
-
where?: InputMaybe<EscrowEvent_Filter>;
|
|
109
|
-
};
|
|
110
|
-
export type EscrowEvent = {
|
|
111
|
-
__typename?: 'EscrowEvent';
|
|
112
|
-
block: Scalars['Int']['output'];
|
|
113
|
-
contractAddress: Scalars['Bytes']['output'];
|
|
114
|
-
escrow: Escrow;
|
|
115
|
-
eventName: EventName;
|
|
116
|
-
from: Scalars['Bytes']['output'];
|
|
117
|
-
gasPrice: Scalars['BigInt']['output'];
|
|
118
|
-
gasUsed: Scalars['BigInt']['output'];
|
|
119
|
-
id: Scalars['ID']['output'];
|
|
120
|
-
reference: Scalars['Bytes']['output'];
|
|
121
|
-
timestamp: Scalars['Int']['output'];
|
|
122
|
-
txHash: Scalars['Bytes']['output'];
|
|
123
|
-
};
|
|
124
|
-
export type EscrowEvent_Filter = {
|
|
125
|
-
/** Filter for the block changed event. */
|
|
126
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
127
|
-
and?: InputMaybe<Array<InputMaybe<EscrowEvent_Filter>>>;
|
|
128
|
-
block?: InputMaybe<Scalars['Int']['input']>;
|
|
129
|
-
block_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
130
|
-
block_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
131
|
-
block_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
132
|
-
block_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
133
|
-
block_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
134
|
-
block_not?: InputMaybe<Scalars['Int']['input']>;
|
|
135
|
-
block_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
136
|
-
contractAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
137
|
-
contractAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
138
|
-
contractAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
139
|
-
contractAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
140
|
-
contractAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
141
|
-
contractAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
142
|
-
contractAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
143
|
-
contractAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
144
|
-
contractAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
145
|
-
contractAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
146
|
-
escrow?: InputMaybe<Scalars['String']['input']>;
|
|
147
|
-
escrow_?: InputMaybe<Escrow_Filter>;
|
|
148
|
-
escrow_contains?: InputMaybe<Scalars['String']['input']>;
|
|
149
|
-
escrow_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
150
|
-
escrow_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
151
|
-
escrow_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
152
|
-
escrow_gt?: InputMaybe<Scalars['String']['input']>;
|
|
153
|
-
escrow_gte?: InputMaybe<Scalars['String']['input']>;
|
|
154
|
-
escrow_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
155
|
-
escrow_lt?: InputMaybe<Scalars['String']['input']>;
|
|
156
|
-
escrow_lte?: InputMaybe<Scalars['String']['input']>;
|
|
157
|
-
escrow_not?: InputMaybe<Scalars['String']['input']>;
|
|
158
|
-
escrow_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
159
|
-
escrow_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
160
|
-
escrow_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
161
|
-
escrow_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
162
|
-
escrow_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
163
|
-
escrow_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
164
|
-
escrow_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
165
|
-
escrow_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
166
|
-
escrow_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
167
|
-
eventName?: InputMaybe<EventName>;
|
|
168
|
-
eventName_in?: InputMaybe<Array<EventName>>;
|
|
169
|
-
eventName_not?: InputMaybe<EventName>;
|
|
170
|
-
eventName_not_in?: InputMaybe<Array<EventName>>;
|
|
171
|
-
from?: InputMaybe<Scalars['Bytes']['input']>;
|
|
172
|
-
from_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
173
|
-
from_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
174
|
-
from_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
175
|
-
from_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
176
|
-
from_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
177
|
-
from_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
178
|
-
from_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
179
|
-
from_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
180
|
-
from_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
181
|
-
gasPrice?: InputMaybe<Scalars['BigInt']['input']>;
|
|
182
|
-
gasPrice_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
183
|
-
gasPrice_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
184
|
-
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
185
|
-
gasPrice_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
186
|
-
gasPrice_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
187
|
-
gasPrice_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
188
|
-
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
189
|
-
gasUsed?: InputMaybe<Scalars['BigInt']['input']>;
|
|
190
|
-
gasUsed_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
191
|
-
gasUsed_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
192
|
-
gasUsed_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
193
|
-
gasUsed_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
194
|
-
gasUsed_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
195
|
-
gasUsed_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
196
|
-
gasUsed_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
197
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
198
|
-
id_gt?: InputMaybe<Scalars['ID']['input']>;
|
|
199
|
-
id_gte?: InputMaybe<Scalars['ID']['input']>;
|
|
200
|
-
id_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
201
|
-
id_lt?: InputMaybe<Scalars['ID']['input']>;
|
|
202
|
-
id_lte?: InputMaybe<Scalars['ID']['input']>;
|
|
203
|
-
id_not?: InputMaybe<Scalars['ID']['input']>;
|
|
204
|
-
id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
205
|
-
or?: InputMaybe<Array<InputMaybe<EscrowEvent_Filter>>>;
|
|
206
|
-
reference?: InputMaybe<Scalars['Bytes']['input']>;
|
|
207
|
-
reference_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
208
|
-
reference_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
209
|
-
reference_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
210
|
-
reference_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
211
|
-
reference_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
212
|
-
reference_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
213
|
-
reference_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
214
|
-
reference_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
215
|
-
reference_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
216
|
-
timestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
217
|
-
timestamp_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
218
|
-
timestamp_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
219
|
-
timestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
220
|
-
timestamp_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
221
|
-
timestamp_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
222
|
-
timestamp_not?: InputMaybe<Scalars['Int']['input']>;
|
|
223
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
224
|
-
txHash?: InputMaybe<Scalars['Bytes']['input']>;
|
|
225
|
-
txHash_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
226
|
-
txHash_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
227
|
-
txHash_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
228
|
-
txHash_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
229
|
-
txHash_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
230
|
-
txHash_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
231
|
-
txHash_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
232
|
-
txHash_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
233
|
-
txHash_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
234
|
-
};
|
|
235
|
-
export declare enum EscrowEvent_OrderBy {
|
|
236
|
-
Block = "block",
|
|
237
|
-
ContractAddress = "contractAddress",
|
|
238
|
-
Escrow = "escrow",
|
|
239
|
-
EscrowAmount = "escrow__amount",
|
|
240
|
-
EscrowContractAddress = "escrow__contractAddress",
|
|
241
|
-
EscrowCreationBlock = "escrow__creationBlock",
|
|
242
|
-
EscrowCreationTimestamp = "escrow__creationTimestamp",
|
|
243
|
-
EscrowEscrowState = "escrow__escrowState",
|
|
244
|
-
EscrowFeeAddress = "escrow__feeAddress",
|
|
245
|
-
EscrowFeeAmount = "escrow__feeAmount",
|
|
246
|
-
EscrowFrom = "escrow__from",
|
|
247
|
-
EscrowId = "escrow__id",
|
|
248
|
-
EscrowPaymentProxyAddress = "escrow__paymentProxyAddress",
|
|
249
|
-
EscrowReference = "escrow__reference",
|
|
250
|
-
EscrowTo = "escrow__to",
|
|
251
|
-
EscrowTokenAddress = "escrow__tokenAddress",
|
|
252
|
-
EventName = "eventName",
|
|
253
|
-
From = "from",
|
|
254
|
-
GasPrice = "gasPrice",
|
|
255
|
-
GasUsed = "gasUsed",
|
|
256
|
-
Id = "id",
|
|
257
|
-
Reference = "reference",
|
|
258
|
-
Timestamp = "timestamp",
|
|
259
|
-
TxHash = "txHash"
|
|
260
|
-
}
|
|
261
|
-
export declare enum EscrowState {
|
|
262
|
-
Emergency = "emergency",
|
|
263
|
-
Frozen = "frozen",
|
|
264
|
-
PaidEscrow = "paidEscrow",
|
|
265
|
-
PaidIssuer = "paidIssuer"
|
|
266
|
-
}
|
|
267
|
-
export type Escrow_Filter = {
|
|
268
|
-
/** Filter for the block changed event. */
|
|
269
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
270
|
-
amount?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
271
|
-
amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
272
|
-
amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
273
|
-
amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
274
|
-
amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
275
|
-
amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
276
|
-
amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
277
|
-
amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
278
|
-
and?: InputMaybe<Array<InputMaybe<Escrow_Filter>>>;
|
|
279
|
-
contractAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
280
|
-
contractAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
281
|
-
contractAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
282
|
-
contractAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
283
|
-
contractAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
284
|
-
contractAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
285
|
-
contractAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
286
|
-
contractAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
287
|
-
contractAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
288
|
-
contractAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
289
|
-
creationBlock?: InputMaybe<Scalars['Int']['input']>;
|
|
290
|
-
creationBlock_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
291
|
-
creationBlock_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
292
|
-
creationBlock_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
293
|
-
creationBlock_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
294
|
-
creationBlock_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
295
|
-
creationBlock_not?: InputMaybe<Scalars['Int']['input']>;
|
|
296
|
-
creationBlock_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
297
|
-
creationTimestamp?: InputMaybe<Scalars['Int']['input']>;
|
|
298
|
-
creationTimestamp_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
299
|
-
creationTimestamp_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
300
|
-
creationTimestamp_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
301
|
-
creationTimestamp_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
302
|
-
creationTimestamp_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
303
|
-
creationTimestamp_not?: InputMaybe<Scalars['Int']['input']>;
|
|
304
|
-
creationTimestamp_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
305
|
-
escrowState?: InputMaybe<EscrowState>;
|
|
306
|
-
escrowState_in?: InputMaybe<Array<EscrowState>>;
|
|
307
|
-
escrowState_not?: InputMaybe<EscrowState>;
|
|
308
|
-
escrowState_not_in?: InputMaybe<Array<EscrowState>>;
|
|
309
|
-
events_?: InputMaybe<EscrowEvent_Filter>;
|
|
310
|
-
feeAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
311
|
-
feeAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
312
|
-
feeAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
313
|
-
feeAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
314
|
-
feeAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
315
|
-
feeAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
316
|
-
feeAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
317
|
-
feeAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
318
|
-
feeAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
319
|
-
feeAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
320
|
-
feeAmount?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
321
|
-
feeAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
322
|
-
feeAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
323
|
-
feeAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
324
|
-
feeAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
325
|
-
feeAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
326
|
-
feeAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
327
|
-
feeAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
328
|
-
from?: InputMaybe<Scalars['Bytes']['input']>;
|
|
329
|
-
from_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
330
|
-
from_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
331
|
-
from_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
332
|
-
from_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
333
|
-
from_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
334
|
-
from_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
335
|
-
from_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
336
|
-
from_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
337
|
-
from_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
338
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
339
|
-
id_gt?: InputMaybe<Scalars['ID']['input']>;
|
|
340
|
-
id_gte?: InputMaybe<Scalars['ID']['input']>;
|
|
341
|
-
id_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
342
|
-
id_lt?: InputMaybe<Scalars['ID']['input']>;
|
|
343
|
-
id_lte?: InputMaybe<Scalars['ID']['input']>;
|
|
344
|
-
id_not?: InputMaybe<Scalars['ID']['input']>;
|
|
345
|
-
id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
346
|
-
or?: InputMaybe<Array<InputMaybe<Escrow_Filter>>>;
|
|
347
|
-
paymentProxyAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
348
|
-
paymentProxyAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
349
|
-
paymentProxyAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
350
|
-
paymentProxyAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
351
|
-
paymentProxyAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
352
|
-
paymentProxyAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
353
|
-
paymentProxyAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
354
|
-
paymentProxyAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
355
|
-
paymentProxyAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
356
|
-
paymentProxyAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
357
|
-
reference?: InputMaybe<Scalars['Bytes']['input']>;
|
|
358
|
-
reference_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
359
|
-
reference_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
360
|
-
reference_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
361
|
-
reference_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
362
|
-
reference_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
363
|
-
reference_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
364
|
-
reference_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
365
|
-
reference_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
366
|
-
reference_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
367
|
-
to?: InputMaybe<Scalars['Bytes']['input']>;
|
|
368
|
-
to_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
369
|
-
to_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
370
|
-
to_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
371
|
-
to_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
372
|
-
to_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
373
|
-
to_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
374
|
-
to_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
375
|
-
to_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
376
|
-
to_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
377
|
-
tokenAddress?: InputMaybe<Scalars['Bytes']['input']>;
|
|
378
|
-
tokenAddress_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
379
|
-
tokenAddress_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
380
|
-
tokenAddress_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
381
|
-
tokenAddress_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
382
|
-
tokenAddress_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
383
|
-
tokenAddress_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
384
|
-
tokenAddress_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
385
|
-
tokenAddress_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
386
|
-
tokenAddress_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
387
54
|
};
|
|
388
|
-
export declare enum Escrow_OrderBy {
|
|
389
|
-
Amount = "amount",
|
|
390
|
-
ContractAddress = "contractAddress",
|
|
391
|
-
CreationBlock = "creationBlock",
|
|
392
|
-
CreationTimestamp = "creationTimestamp",
|
|
393
|
-
EscrowState = "escrowState",
|
|
394
|
-
Events = "events",
|
|
395
|
-
FeeAddress = "feeAddress",
|
|
396
|
-
FeeAmount = "feeAmount",
|
|
397
|
-
From = "from",
|
|
398
|
-
Id = "id",
|
|
399
|
-
PaymentProxyAddress = "paymentProxyAddress",
|
|
400
|
-
Reference = "reference",
|
|
401
|
-
To = "to",
|
|
402
|
-
TokenAddress = "tokenAddress"
|
|
403
|
-
}
|
|
404
|
-
export declare enum EventName {
|
|
405
|
-
FreezeEscrow = "freezeEscrow",
|
|
406
|
-
InitiateEmergencyClaim = "initiateEmergencyClaim",
|
|
407
|
-
PaidEscrow = "paidEscrow",
|
|
408
|
-
PaidIssuer = "paidIssuer",
|
|
409
|
-
RevertEmergencyClaim = "revertEmergencyClaim"
|
|
410
|
-
}
|
|
411
|
-
/**
|
|
412
|
-
* The severity level of a log entry.
|
|
413
|
-
* Log levels are ordered from most to least severe: CRITICAL > ERROR > WARNING > INFO > DEBUG
|
|
414
|
-
*/
|
|
415
|
-
export declare enum LogLevel {
|
|
416
|
-
/** Critical errors that require immediate attention */
|
|
417
|
-
Critical = "CRITICAL",
|
|
418
|
-
/** Detailed diagnostic information for debugging */
|
|
419
|
-
Debug = "DEBUG",
|
|
420
|
-
/** Error conditions that indicate a failure */
|
|
421
|
-
Error = "ERROR",
|
|
422
|
-
/** Informational messages about normal operations */
|
|
423
|
-
Info = "INFO",
|
|
424
|
-
/** Warning conditions that may require attention */
|
|
425
|
-
Warning = "WARNING"
|
|
426
|
-
}
|
|
427
|
-
/** Defines the order direction, either ascending or descending */
|
|
428
55
|
export declare enum OrderDirection {
|
|
429
56
|
Asc = "asc",
|
|
430
57
|
Desc = "desc"
|
|
431
58
|
}
|
|
432
59
|
export type Payment = {
|
|
433
60
|
__typename?: 'Payment';
|
|
434
|
-
amount
|
|
435
|
-
|
|
61
|
+
/** The payment amount */
|
|
62
|
+
amount: Scalars['BigInt']['output'];
|
|
63
|
+
/** Amount in crypto (for conversion payments) */
|
|
64
|
+
amountInCrypto?: Maybe<Scalars['String']['output']>;
|
|
65
|
+
/** Block number */
|
|
436
66
|
block: Scalars['Int']['output'];
|
|
67
|
+
/** The contract address */
|
|
437
68
|
contractAddress: Scalars['String']['output'];
|
|
438
|
-
currency
|
|
69
|
+
/** The currency symbol (for conversion payments) */
|
|
70
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
71
|
+
/** The fee recipient address */
|
|
439
72
|
feeAddress?: Maybe<Scalars['String']['output']>;
|
|
440
|
-
|
|
441
|
-
|
|
73
|
+
/** The fee amount */
|
|
74
|
+
feeAmount?: Maybe<Scalars['BigInt']['output']>;
|
|
75
|
+
/** Fee amount in crypto (for conversion payments) */
|
|
76
|
+
feeAmountInCrypto?: Maybe<Scalars['String']['output']>;
|
|
77
|
+
/** The sender address */
|
|
442
78
|
from: Scalars['String']['output'];
|
|
443
|
-
|
|
444
|
-
|
|
79
|
+
/** Gas price */
|
|
80
|
+
gasPrice?: Maybe<Scalars['String']['output']>;
|
|
81
|
+
/** Gas used */
|
|
82
|
+
gasUsed?: Maybe<Scalars['String']['output']>;
|
|
83
|
+
/** Unique identifier */
|
|
445
84
|
id: Scalars['ID']['output'];
|
|
85
|
+
/** Max rate timespan (for conversion payments) */
|
|
446
86
|
maxRateTimespan?: Maybe<Scalars['Int']['output']>;
|
|
87
|
+
/** Receipt ID (NEAR transaction identifier) */
|
|
447
88
|
receiptId: Scalars['String']['output'];
|
|
89
|
+
/** The indexed payment reference */
|
|
448
90
|
reference: Scalars['String']['output'];
|
|
449
|
-
timestamp
|
|
91
|
+
/** Block timestamp (Unix seconds) */
|
|
92
|
+
timestamp: Scalars['Int']['output'];
|
|
93
|
+
/** The payment recipient address */
|
|
450
94
|
to: Scalars['String']['output'];
|
|
95
|
+
/** The token address (null for native NEAR payments) */
|
|
451
96
|
tokenAddress?: Maybe<Scalars['String']['output']>;
|
|
97
|
+
/** Transaction hash */
|
|
452
98
|
txHash?: Maybe<Scalars['String']['output']>;
|
|
453
99
|
};
|
|
454
100
|
export type Payment_Filter = {
|
|
455
|
-
/** Filter for the block changed event. */
|
|
456
|
-
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
457
|
-
amount?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
458
|
-
amountInCrypto?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
459
|
-
amountInCrypto_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
460
|
-
amountInCrypto_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
461
|
-
amountInCrypto_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
462
|
-
amountInCrypto_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
463
|
-
amountInCrypto_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
464
|
-
amountInCrypto_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
465
|
-
amountInCrypto_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
466
|
-
amount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
467
|
-
amount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
468
|
-
amount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
469
|
-
amount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
470
|
-
amount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
471
|
-
amount_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
472
|
-
amount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
473
|
-
and?: InputMaybe<Array<InputMaybe<Payment_Filter>>>;
|
|
474
|
-
block?: InputMaybe<Scalars['Int']['input']>;
|
|
475
|
-
block_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
476
|
-
block_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
477
|
-
block_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
478
|
-
block_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
479
|
-
block_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
480
|
-
block_not?: InputMaybe<Scalars['Int']['input']>;
|
|
481
|
-
block_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
482
101
|
contractAddress?: InputMaybe<Scalars['String']['input']>;
|
|
483
|
-
contractAddress_contains?: InputMaybe<Scalars['String']['input']>;
|
|
484
|
-
contractAddress_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
485
|
-
contractAddress_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
486
|
-
contractAddress_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
487
|
-
contractAddress_gt?: InputMaybe<Scalars['String']['input']>;
|
|
488
|
-
contractAddress_gte?: InputMaybe<Scalars['String']['input']>;
|
|
489
|
-
contractAddress_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
490
|
-
contractAddress_lt?: InputMaybe<Scalars['String']['input']>;
|
|
491
|
-
contractAddress_lte?: InputMaybe<Scalars['String']['input']>;
|
|
492
|
-
contractAddress_not?: InputMaybe<Scalars['String']['input']>;
|
|
493
|
-
contractAddress_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
494
|
-
contractAddress_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
495
|
-
contractAddress_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
496
|
-
contractAddress_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
497
|
-
contractAddress_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
498
|
-
contractAddress_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
499
|
-
contractAddress_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
500
|
-
contractAddress_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
501
|
-
contractAddress_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
502
102
|
currency?: InputMaybe<Scalars['String']['input']>;
|
|
503
|
-
currency_contains?: InputMaybe<Scalars['String']['input']>;
|
|
504
|
-
currency_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
505
|
-
currency_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
506
|
-
currency_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
507
|
-
currency_gt?: InputMaybe<Scalars['String']['input']>;
|
|
508
|
-
currency_gte?: InputMaybe<Scalars['String']['input']>;
|
|
509
|
-
currency_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
510
|
-
currency_lt?: InputMaybe<Scalars['String']['input']>;
|
|
511
|
-
currency_lte?: InputMaybe<Scalars['String']['input']>;
|
|
512
|
-
currency_not?: InputMaybe<Scalars['String']['input']>;
|
|
513
|
-
currency_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
514
|
-
currency_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
515
|
-
currency_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
516
|
-
currency_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
517
|
-
currency_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
518
|
-
currency_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
519
|
-
currency_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
520
|
-
currency_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
521
|
-
currency_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
522
|
-
feeAddress?: InputMaybe<Scalars['String']['input']>;
|
|
523
|
-
feeAddress_contains?: InputMaybe<Scalars['String']['input']>;
|
|
524
|
-
feeAddress_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
525
|
-
feeAddress_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
526
|
-
feeAddress_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
527
|
-
feeAddress_gt?: InputMaybe<Scalars['String']['input']>;
|
|
528
|
-
feeAddress_gte?: InputMaybe<Scalars['String']['input']>;
|
|
529
|
-
feeAddress_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
530
|
-
feeAddress_lt?: InputMaybe<Scalars['String']['input']>;
|
|
531
|
-
feeAddress_lte?: InputMaybe<Scalars['String']['input']>;
|
|
532
|
-
feeAddress_not?: InputMaybe<Scalars['String']['input']>;
|
|
533
|
-
feeAddress_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
534
|
-
feeAddress_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
535
|
-
feeAddress_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
536
|
-
feeAddress_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
537
|
-
feeAddress_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
538
|
-
feeAddress_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
539
|
-
feeAddress_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
540
|
-
feeAddress_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
541
|
-
feeAddress_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
542
|
-
feeAmount?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
543
|
-
feeAmountInCrypto?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
544
|
-
feeAmountInCrypto_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
545
|
-
feeAmountInCrypto_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
546
|
-
feeAmountInCrypto_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
547
|
-
feeAmountInCrypto_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
548
|
-
feeAmountInCrypto_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
549
|
-
feeAmountInCrypto_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
550
|
-
feeAmountInCrypto_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
551
|
-
feeAmount_gt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
552
|
-
feeAmount_gte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
553
|
-
feeAmount_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
554
|
-
feeAmount_lt?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
555
|
-
feeAmount_lte?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
556
|
-
feeAmount_not?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
557
|
-
feeAmount_not_in?: InputMaybe<Array<Scalars['BigDecimal']['input']>>;
|
|
558
|
-
from?: InputMaybe<Scalars['String']['input']>;
|
|
559
|
-
from_contains?: InputMaybe<Scalars['String']['input']>;
|
|
560
|
-
from_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
561
|
-
from_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
562
|
-
from_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
563
|
-
from_gt?: InputMaybe<Scalars['String']['input']>;
|
|
564
|
-
from_gte?: InputMaybe<Scalars['String']['input']>;
|
|
565
|
-
from_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
566
|
-
from_lt?: InputMaybe<Scalars['String']['input']>;
|
|
567
|
-
from_lte?: InputMaybe<Scalars['String']['input']>;
|
|
568
|
-
from_not?: InputMaybe<Scalars['String']['input']>;
|
|
569
|
-
from_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
570
|
-
from_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
571
|
-
from_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
572
|
-
from_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
573
|
-
from_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
574
|
-
from_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
575
|
-
from_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
576
|
-
from_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
577
|
-
from_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
578
|
-
gasPrice?: InputMaybe<Scalars['BigInt']['input']>;
|
|
579
|
-
gasPrice_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
580
|
-
gasPrice_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
581
|
-
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
582
|
-
gasPrice_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
583
|
-
gasPrice_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
584
|
-
gasPrice_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
585
|
-
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
586
|
-
gasUsed?: InputMaybe<Scalars['BigInt']['input']>;
|
|
587
|
-
gasUsed_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
588
|
-
gasUsed_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
589
|
-
gasUsed_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
590
|
-
gasUsed_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
591
|
-
gasUsed_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
592
|
-
gasUsed_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
593
|
-
gasUsed_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
594
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
595
|
-
id_gt?: InputMaybe<Scalars['ID']['input']>;
|
|
596
|
-
id_gte?: InputMaybe<Scalars['ID']['input']>;
|
|
597
|
-
id_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
598
|
-
id_lt?: InputMaybe<Scalars['ID']['input']>;
|
|
599
|
-
id_lte?: InputMaybe<Scalars['ID']['input']>;
|
|
600
|
-
id_not?: InputMaybe<Scalars['ID']['input']>;
|
|
601
|
-
id_not_in?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
602
|
-
maxRateTimespan?: InputMaybe<Scalars['Int']['input']>;
|
|
603
|
-
maxRateTimespan_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
604
103
|
maxRateTimespan_gte?: InputMaybe<Scalars['Int']['input']>;
|
|
605
|
-
maxRateTimespan_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
606
|
-
maxRateTimespan_lt?: InputMaybe<Scalars['Int']['input']>;
|
|
607
|
-
maxRateTimespan_lte?: InputMaybe<Scalars['Int']['input']>;
|
|
608
|
-
maxRateTimespan_not?: InputMaybe<Scalars['Int']['input']>;
|
|
609
|
-
maxRateTimespan_not_in?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
610
|
-
or?: InputMaybe<Array<InputMaybe<Payment_Filter>>>;
|
|
611
|
-
receiptId?: InputMaybe<Scalars['String']['input']>;
|
|
612
|
-
receiptId_contains?: InputMaybe<Scalars['String']['input']>;
|
|
613
|
-
receiptId_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
614
|
-
receiptId_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
615
|
-
receiptId_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
616
|
-
receiptId_gt?: InputMaybe<Scalars['String']['input']>;
|
|
617
|
-
receiptId_gte?: InputMaybe<Scalars['String']['input']>;
|
|
618
|
-
receiptId_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
619
|
-
receiptId_lt?: InputMaybe<Scalars['String']['input']>;
|
|
620
|
-
receiptId_lte?: InputMaybe<Scalars['String']['input']>;
|
|
621
|
-
receiptId_not?: InputMaybe<Scalars['String']['input']>;
|
|
622
|
-
receiptId_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
623
|
-
receiptId_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
624
|
-
receiptId_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
625
|
-
receiptId_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
626
|
-
receiptId_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
627
|
-
receiptId_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
628
|
-
receiptId_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
629
|
-
receiptId_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
630
|
-
receiptId_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
631
104
|
reference?: InputMaybe<Scalars['String']['input']>;
|
|
632
|
-
reference_contains?: InputMaybe<Scalars['String']['input']>;
|
|
633
|
-
reference_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
634
|
-
reference_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
635
|
-
reference_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
636
|
-
reference_gt?: InputMaybe<Scalars['String']['input']>;
|
|
637
|
-
reference_gte?: InputMaybe<Scalars['String']['input']>;
|
|
638
|
-
reference_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
639
|
-
reference_lt?: InputMaybe<Scalars['String']['input']>;
|
|
640
|
-
reference_lte?: InputMaybe<Scalars['String']['input']>;
|
|
641
|
-
reference_not?: InputMaybe<Scalars['String']['input']>;
|
|
642
|
-
reference_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
643
|
-
reference_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
644
|
-
reference_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
645
|
-
reference_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
646
|
-
reference_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
647
|
-
reference_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
648
|
-
reference_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
649
|
-
reference_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
650
|
-
reference_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
651
|
-
timestamp?: InputMaybe<Scalars['BigInt']['input']>;
|
|
652
|
-
timestamp_gt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
653
|
-
timestamp_gte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
654
|
-
timestamp_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
655
|
-
timestamp_lt?: InputMaybe<Scalars['BigInt']['input']>;
|
|
656
|
-
timestamp_lte?: InputMaybe<Scalars['BigInt']['input']>;
|
|
657
|
-
timestamp_not?: InputMaybe<Scalars['BigInt']['input']>;
|
|
658
|
-
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']['input']>>;
|
|
659
105
|
to?: InputMaybe<Scalars['String']['input']>;
|
|
660
|
-
to_contains?: InputMaybe<Scalars['String']['input']>;
|
|
661
|
-
to_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
662
|
-
to_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
663
|
-
to_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
664
|
-
to_gt?: InputMaybe<Scalars['String']['input']>;
|
|
665
|
-
to_gte?: InputMaybe<Scalars['String']['input']>;
|
|
666
|
-
to_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
667
|
-
to_lt?: InputMaybe<Scalars['String']['input']>;
|
|
668
|
-
to_lte?: InputMaybe<Scalars['String']['input']>;
|
|
669
|
-
to_not?: InputMaybe<Scalars['String']['input']>;
|
|
670
|
-
to_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
671
|
-
to_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
672
|
-
to_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
673
|
-
to_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
674
|
-
to_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
675
|
-
to_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
676
|
-
to_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
677
|
-
to_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
678
|
-
to_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
679
106
|
tokenAddress?: InputMaybe<Scalars['String']['input']>;
|
|
680
|
-
tokenAddress_contains?: InputMaybe<Scalars['String']['input']>;
|
|
681
|
-
tokenAddress_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
682
|
-
tokenAddress_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
683
|
-
tokenAddress_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
684
|
-
tokenAddress_gt?: InputMaybe<Scalars['String']['input']>;
|
|
685
|
-
tokenAddress_gte?: InputMaybe<Scalars['String']['input']>;
|
|
686
|
-
tokenAddress_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
687
|
-
tokenAddress_lt?: InputMaybe<Scalars['String']['input']>;
|
|
688
|
-
tokenAddress_lte?: InputMaybe<Scalars['String']['input']>;
|
|
689
|
-
tokenAddress_not?: InputMaybe<Scalars['String']['input']>;
|
|
690
|
-
tokenAddress_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
691
|
-
tokenAddress_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
692
|
-
tokenAddress_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
693
|
-
tokenAddress_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
694
|
-
tokenAddress_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
695
|
-
tokenAddress_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
696
|
-
tokenAddress_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
697
|
-
tokenAddress_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
698
|
-
tokenAddress_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
699
|
-
txHash?: InputMaybe<Scalars['String']['input']>;
|
|
700
|
-
txHash_contains?: InputMaybe<Scalars['String']['input']>;
|
|
701
|
-
txHash_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
702
|
-
txHash_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
703
|
-
txHash_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
704
|
-
txHash_gt?: InputMaybe<Scalars['String']['input']>;
|
|
705
|
-
txHash_gte?: InputMaybe<Scalars['String']['input']>;
|
|
706
|
-
txHash_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
707
|
-
txHash_lt?: InputMaybe<Scalars['String']['input']>;
|
|
708
|
-
txHash_lte?: InputMaybe<Scalars['String']['input']>;
|
|
709
|
-
txHash_not?: InputMaybe<Scalars['String']['input']>;
|
|
710
|
-
txHash_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
711
|
-
txHash_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
712
|
-
txHash_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
713
|
-
txHash_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
714
|
-
txHash_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
715
|
-
txHash_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
716
|
-
txHash_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
717
|
-
txHash_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
718
|
-
txHash_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
719
107
|
};
|
|
720
108
|
export declare enum Payment_OrderBy {
|
|
721
109
|
Amount = "amount",
|
|
722
|
-
AmountInCrypto = "amountInCrypto",
|
|
723
110
|
Block = "block",
|
|
724
|
-
|
|
725
|
-
Currency = "currency",
|
|
726
|
-
FeeAddress = "feeAddress",
|
|
727
|
-
FeeAmount = "feeAmount",
|
|
728
|
-
FeeAmountInCrypto = "feeAmountInCrypto",
|
|
729
|
-
From = "from",
|
|
730
|
-
GasPrice = "gasPrice",
|
|
731
|
-
GasUsed = "gasUsed",
|
|
732
|
-
Id = "id",
|
|
733
|
-
MaxRateTimespan = "maxRateTimespan",
|
|
734
|
-
ReceiptId = "receiptId",
|
|
735
|
-
Reference = "reference",
|
|
736
|
-
Timestamp = "timestamp",
|
|
737
|
-
To = "to",
|
|
738
|
-
TokenAddress = "tokenAddress",
|
|
739
|
-
TxHash = "txHash"
|
|
111
|
+
Timestamp = "timestamp"
|
|
740
112
|
}
|
|
741
113
|
export type Query = {
|
|
742
114
|
__typename?: 'Query';
|
|
743
|
-
/** Query execution logs emitted by the subgraph during indexing. Results are sorted by timestamp in descending order (newest first). */
|
|
744
|
-
_logs: Array<_Log_>;
|
|
745
|
-
/** Access to subgraph metadata */
|
|
746
|
-
_meta?: Maybe<_Meta_>;
|
|
747
|
-
escrow?: Maybe<Escrow>;
|
|
748
|
-
escrowEvent?: Maybe<EscrowEvent>;
|
|
749
|
-
escrowEvents: Array<EscrowEvent>;
|
|
750
|
-
escrows: Array<Escrow>;
|
|
751
|
-
payment?: Maybe<Payment>;
|
|
752
115
|
payments: Array<Payment>;
|
|
753
116
|
};
|
|
754
|
-
export type Query_LogsArgs = {
|
|
755
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
756
|
-
from?: InputMaybe<Scalars['String']['input']>;
|
|
757
|
-
level?: InputMaybe<LogLevel>;
|
|
758
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
759
|
-
search?: InputMaybe<Scalars['String']['input']>;
|
|
760
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
761
|
-
to?: InputMaybe<Scalars['String']['input']>;
|
|
762
|
-
};
|
|
763
|
-
export type Query_MetaArgs = {
|
|
764
|
-
block?: InputMaybe<Block_Height>;
|
|
765
|
-
};
|
|
766
|
-
export type QueryEscrowArgs = {
|
|
767
|
-
block?: InputMaybe<Block_Height>;
|
|
768
|
-
id: Scalars['ID']['input'];
|
|
769
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
770
|
-
};
|
|
771
|
-
export type QueryEscrowEventArgs = {
|
|
772
|
-
block?: InputMaybe<Block_Height>;
|
|
773
|
-
id: Scalars['ID']['input'];
|
|
774
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
775
|
-
};
|
|
776
|
-
export type QueryEscrowEventsArgs = {
|
|
777
|
-
block?: InputMaybe<Block_Height>;
|
|
778
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
779
|
-
orderBy?: InputMaybe<EscrowEvent_OrderBy>;
|
|
780
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
781
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
782
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
783
|
-
where?: InputMaybe<EscrowEvent_Filter>;
|
|
784
|
-
};
|
|
785
|
-
export type QueryEscrowsArgs = {
|
|
786
|
-
block?: InputMaybe<Block_Height>;
|
|
787
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
788
|
-
orderBy?: InputMaybe<Escrow_OrderBy>;
|
|
789
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
790
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
791
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
792
|
-
where?: InputMaybe<Escrow_Filter>;
|
|
793
|
-
};
|
|
794
|
-
export type QueryPaymentArgs = {
|
|
795
|
-
block?: InputMaybe<Block_Height>;
|
|
796
|
-
id: Scalars['ID']['input'];
|
|
797
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
798
|
-
};
|
|
799
117
|
export type QueryPaymentsArgs = {
|
|
800
|
-
block?: InputMaybe<Block_Height>;
|
|
801
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
802
118
|
orderBy?: InputMaybe<Payment_OrderBy>;
|
|
803
119
|
orderDirection?: InputMaybe<OrderDirection>;
|
|
804
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
805
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
806
120
|
where?: InputMaybe<Payment_Filter>;
|
|
807
121
|
};
|
|
808
|
-
export type _Block_ = {
|
|
809
|
-
__typename?: '_Block_';
|
|
810
|
-
/** The hash of the block */
|
|
811
|
-
hash?: Maybe<Scalars['Bytes']['output']>;
|
|
812
|
-
/** The block number */
|
|
813
|
-
number: Scalars['Int']['output'];
|
|
814
|
-
/** The hash of the parent block */
|
|
815
|
-
parentHash?: Maybe<Scalars['Bytes']['output']>;
|
|
816
|
-
/** Integer representation of the timestamp stored in blocks for the chain */
|
|
817
|
-
timestamp?: Maybe<Scalars['Int']['output']>;
|
|
818
|
-
};
|
|
819
|
-
/**
|
|
820
|
-
* A key-value pair of additional data associated with a log entry.
|
|
821
|
-
* These correspond to arguments passed to the log function in the subgraph code.
|
|
822
|
-
*/
|
|
823
|
-
export type _LogArgument_ = {
|
|
824
|
-
__typename?: '_LogArgument_';
|
|
825
|
-
/** The parameter name */
|
|
826
|
-
key: Scalars['String']['output'];
|
|
827
|
-
/** The parameter value, serialized as a string */
|
|
828
|
-
value: Scalars['String']['output'];
|
|
829
|
-
};
|
|
830
|
-
/**
|
|
831
|
-
* Source code location metadata for a log entry.
|
|
832
|
-
* Indicates where in the subgraph's AssemblyScript code the log statement was executed.
|
|
833
|
-
*/
|
|
834
|
-
export type _LogMeta_ = {
|
|
835
|
-
__typename?: '_LogMeta_';
|
|
836
|
-
/** The column number in the source file */
|
|
837
|
-
column: Scalars['Int']['output'];
|
|
838
|
-
/** The line number in the source file */
|
|
839
|
-
line: Scalars['Int']['output'];
|
|
840
|
-
/** The module or file path where the log was emitted */
|
|
841
|
-
module: Scalars['String']['output'];
|
|
842
|
-
};
|
|
843
|
-
/**
|
|
844
|
-
* A log entry emitted by a subgraph during indexing.
|
|
845
|
-
* Logs can be generated by the subgraph's AssemblyScript code using the `log.*` functions.
|
|
846
|
-
*/
|
|
847
|
-
export type _Log_ = {
|
|
848
|
-
__typename?: '_Log_';
|
|
849
|
-
/** Additional structured data passed to the log function as key-value pairs */
|
|
850
|
-
arguments: Array<_LogArgument_>;
|
|
851
|
-
/** Unique identifier for this log entry */
|
|
852
|
-
id: Scalars['String']['output'];
|
|
853
|
-
/** The severity level of the log entry */
|
|
854
|
-
level: LogLevel;
|
|
855
|
-
/** Metadata about the source location in the subgraph code where the log was emitted */
|
|
856
|
-
meta: _LogMeta_;
|
|
857
|
-
/** The deployment hash of the subgraph that emitted this log */
|
|
858
|
-
subgraphId: Scalars['String']['output'];
|
|
859
|
-
/** The log message text */
|
|
860
|
-
text: Scalars['String']['output'];
|
|
861
|
-
/** The timestamp when the log was emitted, in RFC3339 format (e.g., '2024-01-15T10:30:00Z') */
|
|
862
|
-
timestamp: Scalars['String']['output'];
|
|
863
|
-
};
|
|
864
|
-
/** The type for the top-level _meta field */
|
|
865
|
-
export type _Meta_ = {
|
|
866
|
-
__typename?: '_Meta_';
|
|
867
|
-
/**
|
|
868
|
-
* Information about a specific subgraph block. The hash of the block
|
|
869
|
-
* will be null if the _meta field has a block constraint that asks for
|
|
870
|
-
* a block number. It will be filled if the _meta field has no block constraint
|
|
871
|
-
* and therefore asks for the latest block
|
|
872
|
-
*/
|
|
873
|
-
block: _Block_;
|
|
874
|
-
/** The deployment ID */
|
|
875
|
-
deployment: Scalars['String']['output'];
|
|
876
|
-
/** If `true`, the subgraph encountered indexing errors at some past block */
|
|
877
|
-
hasIndexingErrors: Scalars['Boolean']['output'];
|
|
878
|
-
};
|
|
879
|
-
export declare enum _SubgraphErrorPolicy_ {
|
|
880
|
-
/** Data will be returned even if the subgraph has indexing errors */
|
|
881
|
-
Allow = "allow",
|
|
882
|
-
/** If the subgraph has indexing errors, data will be omitted. The default. */
|
|
883
|
-
Deny = "deny"
|
|
884
|
-
}
|
|
885
122
|
export type GetAnyToNativePaymentsQueryVariables = Exact<{
|
|
886
123
|
reference: Scalars['String']['input'];
|
|
887
124
|
to: Scalars['String']['input'];
|
|
@@ -899,13 +136,13 @@ export type GetAnyToNativePaymentsQuery = {
|
|
|
899
136
|
feeAmount?: any | null;
|
|
900
137
|
feeAddress?: string | null;
|
|
901
138
|
from: string;
|
|
902
|
-
timestamp:
|
|
903
|
-
currency
|
|
904
|
-
gasPrice
|
|
905
|
-
gasUsed
|
|
139
|
+
timestamp: number;
|
|
140
|
+
currency?: string | null;
|
|
141
|
+
gasPrice?: string | null;
|
|
142
|
+
gasUsed?: string | null;
|
|
906
143
|
maxRateTimespan?: number | null;
|
|
907
|
-
amountInCrypto?:
|
|
908
|
-
feeAmountInCrypto?:
|
|
144
|
+
amountInCrypto?: string | null;
|
|
145
|
+
feeAmountInCrypto?: string | null;
|
|
909
146
|
}>;
|
|
910
147
|
};
|
|
911
148
|
export type NearPaymentEventResultFragment = {
|
|
@@ -917,15 +154,15 @@ export type NearPaymentEventResultFragment = {
|
|
|
917
154
|
feeAmount?: any | null;
|
|
918
155
|
feeAddress?: string | null;
|
|
919
156
|
from: string;
|
|
920
|
-
gasUsed
|
|
921
|
-
gasPrice
|
|
922
|
-
timestamp:
|
|
157
|
+
gasUsed?: string | null;
|
|
158
|
+
gasPrice?: string | null;
|
|
159
|
+
timestamp: number;
|
|
923
160
|
contractAddress: string;
|
|
924
161
|
to: string;
|
|
925
162
|
tokenAddress?: string | null;
|
|
926
|
-
currency
|
|
927
|
-
amountInCrypto?:
|
|
928
|
-
feeAmountInCrypto?:
|
|
163
|
+
currency?: string | null;
|
|
164
|
+
amountInCrypto?: string | null;
|
|
165
|
+
feeAmountInCrypto?: string | null;
|
|
929
166
|
maxRateTimespan?: number | null;
|
|
930
167
|
};
|
|
931
168
|
export type GetFungibleTokenPaymentsQueryVariables = Exact<{
|
|
@@ -945,15 +182,15 @@ export type GetFungibleTokenPaymentsQuery = {
|
|
|
945
182
|
feeAmount?: any | null;
|
|
946
183
|
feeAddress?: string | null;
|
|
947
184
|
from: string;
|
|
948
|
-
gasUsed
|
|
949
|
-
gasPrice
|
|
950
|
-
timestamp:
|
|
185
|
+
gasUsed?: string | null;
|
|
186
|
+
gasPrice?: string | null;
|
|
187
|
+
timestamp: number;
|
|
951
188
|
contractAddress: string;
|
|
952
189
|
to: string;
|
|
953
190
|
tokenAddress?: string | null;
|
|
954
|
-
currency
|
|
955
|
-
amountInCrypto?:
|
|
956
|
-
feeAmountInCrypto?:
|
|
191
|
+
currency?: string | null;
|
|
192
|
+
amountInCrypto?: string | null;
|
|
193
|
+
feeAmountInCrypto?: string | null;
|
|
957
194
|
maxRateTimespan?: number | null;
|
|
958
195
|
}>;
|
|
959
196
|
};
|
|
@@ -967,15 +204,15 @@ export type GetNearPaymentsQuery = {
|
|
|
967
204
|
payments: Array<{
|
|
968
205
|
__typename?: 'Payment';
|
|
969
206
|
amount: any;
|
|
970
|
-
currency
|
|
207
|
+
currency?: string | null;
|
|
971
208
|
block: number;
|
|
972
209
|
receiptId: string;
|
|
973
210
|
feeAmount?: any | null;
|
|
974
211
|
feeAddress?: string | null;
|
|
975
212
|
from: string;
|
|
976
|
-
timestamp:
|
|
977
|
-
gasPrice
|
|
978
|
-
gasUsed
|
|
213
|
+
timestamp: number;
|
|
214
|
+
gasPrice?: string | null;
|
|
215
|
+
gasUsed?: string | null;
|
|
979
216
|
}>;
|
|
980
217
|
};
|
|
981
218
|
export declare const NearPaymentEventResultFragmentDoc: import("graphql").DocumentNode;
|