@gainsnetwork/sdk 0.2.62-rc1 → 0.2.63-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,38 +53,6 @@ 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;
88
56
  } | {
89
57
  inputs: {
90
58
  components: ({
@@ -201,6 +169,12 @@ export declare class GNSMultiCollatDiamond__factory {
201
169
  } | {
202
170
  anonymous: boolean;
203
171
  inputs: ({
172
+ indexed: boolean;
173
+ internalType: string;
174
+ name: string;
175
+ type: string;
176
+ components?: undefined;
177
+ } | {
204
178
  components: ({
205
179
  components: {
206
180
  internalType: string;
@@ -220,18 +194,53 @@ export declare class GNSMultiCollatDiamond__factory {
220
194
  internalType: string;
221
195
  name: string;
222
196
  type: string;
223
- } | {
224
- indexed: boolean;
197
+ })[];
198
+ name: string;
199
+ type: string;
200
+ signature: string;
201
+ stateMutability?: undefined;
202
+ outputs?: undefined;
203
+ } | {
204
+ inputs: ({
225
205
  internalType: string;
226
206
  name: string;
227
207
  type: string;
228
208
  components?: undefined;
209
+ } | {
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
+ })[];
225
+ internalType: string;
226
+ name: string;
227
+ type: string;
229
228
  })[];
230
229
  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;
231
241
  type: string;
232
242
  signature: string;
233
- stateMutability?: undefined;
234
- outputs?: undefined;
243
+ anonymous?: undefined;
235
244
  })[];
236
245
  static createInterface(): GNSMultiCollatDiamondInterface;
237
246
  static connect(address: string, signerOrProvider: Signer | Provider): GNSMultiCollatDiamond;