@gainsnetwork/sdk 0.2.60-rc1 → 0.2.61-rc1

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.
@@ -53,6 +53,38 @@ export declare class GNSMultiCollatDiamond__factory {
53
53
  type: string;
54
54
  signature: string;
55
55
  anonymous?: undefined;
56
+ } | {
57
+ inputs: ({
58
+ internalType: string;
59
+ name: string;
60
+ type: string;
61
+ components?: undefined;
62
+ } | {
63
+ components: ({
64
+ internalType: string;
65
+ name: string;
66
+ type: string;
67
+ components?: undefined;
68
+ } | {
69
+ components: {
70
+ internalType: string;
71
+ name: string;
72
+ type: string;
73
+ }[];
74
+ internalType: string;
75
+ name: string;
76
+ type: string;
77
+ })[];
78
+ internalType: string;
79
+ name: string;
80
+ type: string;
81
+ })[];
82
+ name: string;
83
+ outputs: never[];
84
+ stateMutability: string;
85
+ type: string;
86
+ signature: string;
87
+ anonymous?: undefined;
56
88
  } | {
57
89
  inputs: {
58
90
  components: ({
@@ -169,12 +201,6 @@ export declare class GNSMultiCollatDiamond__factory {
169
201
  } | {
170
202
  anonymous: boolean;
171
203
  inputs: ({
172
- indexed: boolean;
173
- internalType: string;
174
- name: string;
175
- type: string;
176
- components?: undefined;
177
- } | {
178
204
  components: ({
179
205
  components: {
180
206
  internalType: string;
@@ -194,53 +220,18 @@ export declare class GNSMultiCollatDiamond__factory {
194
220
  internalType: string;
195
221
  name: string;
196
222
  type: string;
197
- })[];
198
- name: string;
199
- type: string;
200
- signature: string;
201
- stateMutability?: undefined;
202
- outputs?: undefined;
203
- } | {
204
- inputs: ({
205
- internalType: string;
206
- name: string;
207
- type: string;
208
- components?: undefined;
209
223
  } | {
210
- components: ({
211
- components: {
212
- internalType: string;
213
- name: string;
214
- type: string;
215
- }[];
216
- internalType: string;
217
- name: string;
218
- type: string;
219
- } | {
220
- internalType: string;
221
- name: string;
222
- type: string;
223
- components?: undefined;
224
- })[];
224
+ indexed: boolean;
225
225
  internalType: string;
226
226
  name: string;
227
227
  type: string;
228
+ components?: undefined;
228
229
  })[];
229
230
  name: string;
230
- outputs: {
231
- components: {
232
- internalType: string;
233
- name: string;
234
- type: string;
235
- }[];
236
- internalType: string;
237
- name: string;
238
- type: string;
239
- }[];
240
- stateMutability: string;
241
231
  type: string;
242
232
  signature: string;
243
- anonymous?: undefined;
233
+ stateMutability?: undefined;
234
+ outputs?: undefined;
244
235
  })[];
245
236
  static createInterface(): GNSMultiCollatDiamondInterface;
246
237
  static connect(address: string, signerOrProvider: Signer | Provider): GNSMultiCollatDiamond;