coreum-js 2.16.1 → 2.16.3
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/dist/main/client/index.js +1 -1
- package/dist/main/coreum/asset/ft/v1/event.d.ts +6 -98
- package/dist/main/coreum/asset/ft/v1/genesis.d.ts +4 -500
- package/dist/main/coreum/asset/ft/v1/params.d.ts +2 -54
- package/dist/main/coreum/asset/ft/v1/query.d.ts +28 -1852
- package/dist/main/coreum/asset/ft/v1/token.d.ts +12 -210
- package/dist/main/coreum/asset/ft/v1/token.js +3 -3
- package/dist/main/coreum/asset/ft/v1/tx.d.ts +36 -644
- package/dist/main/coreum/asset/nft/v1/event.d.ts +10 -114
- package/dist/main/coreum/asset/nft/v1/genesis.d.ts +8 -258
- package/dist/main/coreum/asset/nft/v1/nft.d.ts +4 -86
- package/dist/main/coreum/asset/nft/v1/nft.js +3 -3
- package/dist/main/coreum/asset/nft/v1/params.d.ts +2 -28
- package/dist/main/coreum/asset/nft/v1/query.d.ts +20 -638
- package/dist/main/coreum/asset/nft/v1/tx.d.ts +16 -212
- package/dist/main/coreum/asset/nft/v1/types.d.ts +2 -10
- package/dist/main/coreum/customparams/v1/genesis.d.ts +2 -22
- package/dist/main/coreum/customparams/v1/params.d.ts +2 -10
- package/dist/main/coreum/customparams/v1/query.d.ts +4 -24
- package/dist/main/coreum/extensions/ft.js +1 -2
- package/dist/main/coreum/extensions/nft.js +1 -2
- package/dist/main/coreum/extensions/nftbeta.js +1 -2
- package/dist/main/coreum/feemodel/v1/genesis.d.ts +2 -222
- package/dist/main/coreum/feemodel/v1/params.d.ts +4 -320
- package/dist/main/coreum/feemodel/v1/query.d.ts +8 -232
- package/dist/main/coreum/nft/v1beta1/event.d.ts +6 -58
- package/dist/main/coreum/nft/v1beta1/genesis.d.ts +4 -420
- package/dist/main/coreum/nft/v1beta1/nft.d.ts +4 -96
- package/dist/main/coreum/nft/v1beta1/query.d.ts +28 -1532
- package/dist/main/coreum/nft/v1beta1/tx.d.ts +4 -24
- package/dist/main/cosmos/extensions/bank.js +1 -2
- package/dist/main/cosmos/extensions/distribution.js +1 -2
- package/dist/main/cosmos/extensions/gov.js +1 -2
- package/dist/main/google/api/http.d.ts +6 -2636
- package/dist/main/google/protobuf/any.d.ts +2 -14
- package/dist/main/google/protobuf/any.js +3 -3
- package/dist/main/google/protobuf/duration.d.ts +2 -14
- package/dist/main/google/protobuf/timestamp.d.ts +2 -14
- package/dist/main/index.js +17 -7
- package/dist/main/tendermint/abci/types.d.ts +92 -6360
- package/dist/main/tendermint/abci/types.js +12 -12
- package/dist/main/tendermint/crypto/keys.d.ts +2 -14
- package/dist/main/tendermint/crypto/proof.d.ts +10 -152
- package/dist/main/tendermint/types/params.d.ts +12 -196
- package/dist/main/tendermint/types/types.d.ts +26 -1744
- package/dist/main/tendermint/types/types.js +5 -5
- package/dist/main/tendermint/types/validator.d.ts +6 -230
- package/dist/main/tendermint/version/types.d.ts +4 -28
- package/dist/main/types/coreum.js +3 -3
- package/dist/main/utils/convertStringToAny.d.ts +1 -0
- package/dist/main/utils/nft.js +1 -2
- package/dist/main/wasm/v1/authz.d.ts +18 -414
- package/dist/main/wasm/v1/extensions/wasm.js +1 -2
- package/dist/main/wasm/v1/genesis.d.ts +8 -994
- package/dist/main/wasm/v1/ibc.d.ts +6 -42
- package/dist/main/wasm/v1/pagination.d.ts +4 -40
- package/dist/main/wasm/v1/proposal.d.ts +26 -640
- package/dist/main/wasm/v1/query.d.ts +46 -1060
- package/dist/main/wasm/v1/tx.d.ts +52 -630
- package/dist/main/wasm/v1/types.d.ts +16 -246
- package/dist/main/wasm/v1/types.js +5 -5
- package/dist/module/client/index.js +2 -2
- package/dist/module/coreum/asset/ft/v1/event.d.ts +6 -98
- package/dist/module/coreum/asset/ft/v1/genesis.d.ts +4 -500
- package/dist/module/coreum/asset/ft/v1/params.d.ts +2 -54
- package/dist/module/coreum/asset/ft/v1/query.d.ts +28 -1852
- package/dist/module/coreum/asset/ft/v1/token.d.ts +12 -210
- package/dist/module/coreum/asset/ft/v1/tx.d.ts +36 -644
- package/dist/module/coreum/asset/nft/v1/event.d.ts +10 -114
- package/dist/module/coreum/asset/nft/v1/genesis.d.ts +8 -258
- package/dist/module/coreum/asset/nft/v1/nft.d.ts +4 -86
- package/dist/module/coreum/asset/nft/v1/params.d.ts +2 -28
- package/dist/module/coreum/asset/nft/v1/query.d.ts +20 -638
- package/dist/module/coreum/asset/nft/v1/tx.d.ts +16 -212
- package/dist/module/coreum/asset/nft/v1/types.d.ts +2 -10
- package/dist/module/coreum/customparams/v1/genesis.d.ts +2 -22
- package/dist/module/coreum/customparams/v1/params.d.ts +2 -10
- package/dist/module/coreum/customparams/v1/query.d.ts +4 -24
- package/dist/module/coreum/feemodel/v1/genesis.d.ts +2 -222
- package/dist/module/coreum/feemodel/v1/params.d.ts +4 -320
- package/dist/module/coreum/feemodel/v1/query.d.ts +8 -232
- package/dist/module/coreum/nft/v1beta1/event.d.ts +6 -58
- package/dist/module/coreum/nft/v1beta1/genesis.d.ts +4 -420
- package/dist/module/coreum/nft/v1beta1/nft.d.ts +4 -96
- package/dist/module/coreum/nft/v1beta1/query.d.ts +28 -1532
- package/dist/module/coreum/nft/v1beta1/tx.d.ts +4 -24
- package/dist/module/google/api/http.d.ts +6 -2636
- package/dist/module/google/protobuf/any.d.ts +2 -14
- package/dist/module/google/protobuf/duration.d.ts +2 -14
- package/dist/module/google/protobuf/timestamp.d.ts +2 -14
- package/dist/module/tendermint/abci/types.d.ts +92 -6360
- package/dist/module/tendermint/crypto/keys.d.ts +2 -14
- package/dist/module/tendermint/crypto/proof.d.ts +10 -152
- package/dist/module/tendermint/types/params.d.ts +12 -196
- package/dist/module/tendermint/types/types.d.ts +26 -1744
- package/dist/module/tendermint/types/validator.d.ts +6 -230
- package/dist/module/tendermint/version/types.d.ts +4 -28
- package/dist/module/types/coreum.js +3 -3
- package/dist/module/utils/convertStringToAny.d.ts +1 -0
- package/dist/module/wasm/v1/authz.d.ts +18 -414
- package/dist/module/wasm/v1/genesis.d.ts +8 -994
- package/dist/module/wasm/v1/ibc.d.ts +6 -42
- package/dist/module/wasm/v1/pagination.d.ts +4 -40
- package/dist/module/wasm/v1/proposal.d.ts +26 -640
- package/dist/module/wasm/v1/query.d.ts +46 -1060
- package/dist/module/wasm/v1/tx.d.ts +52 -630
- package/dist/module/wasm/v1/types.d.ts +16 -246
- package/package.json +2 -2
|
@@ -94,468 +94,72 @@ export declare const ContractExecutionAuthorization: {
|
|
|
94
94
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContractExecutionAuthorization;
|
|
95
95
|
fromJSON(object: any): ContractExecutionAuthorization;
|
|
96
96
|
toJSON(message: ContractExecutionAuthorization): unknown;
|
|
97
|
-
create<I extends
|
|
98
|
-
|
|
99
|
-
contract?: string;
|
|
100
|
-
limit?: {
|
|
101
|
-
typeUrl?: string;
|
|
102
|
-
value?: Uint8Array;
|
|
103
|
-
};
|
|
104
|
-
filter?: {
|
|
105
|
-
typeUrl?: string;
|
|
106
|
-
value?: Uint8Array;
|
|
107
|
-
};
|
|
108
|
-
}[];
|
|
109
|
-
} & {
|
|
110
|
-
grants?: {
|
|
111
|
-
contract?: string;
|
|
112
|
-
limit?: {
|
|
113
|
-
typeUrl?: string;
|
|
114
|
-
value?: Uint8Array;
|
|
115
|
-
};
|
|
116
|
-
filter?: {
|
|
117
|
-
typeUrl?: string;
|
|
118
|
-
value?: Uint8Array;
|
|
119
|
-
};
|
|
120
|
-
}[] & ({
|
|
121
|
-
contract?: string;
|
|
122
|
-
limit?: {
|
|
123
|
-
typeUrl?: string;
|
|
124
|
-
value?: Uint8Array;
|
|
125
|
-
};
|
|
126
|
-
filter?: {
|
|
127
|
-
typeUrl?: string;
|
|
128
|
-
value?: Uint8Array;
|
|
129
|
-
};
|
|
130
|
-
} & {
|
|
131
|
-
contract?: string;
|
|
132
|
-
limit?: {
|
|
133
|
-
typeUrl?: string;
|
|
134
|
-
value?: Uint8Array;
|
|
135
|
-
} & {
|
|
136
|
-
typeUrl?: string;
|
|
137
|
-
value?: Uint8Array;
|
|
138
|
-
} & { [K in Exclude<keyof I["grants"][number]["limit"], keyof Any>]: never; };
|
|
139
|
-
filter?: {
|
|
140
|
-
typeUrl?: string;
|
|
141
|
-
value?: Uint8Array;
|
|
142
|
-
} & {
|
|
143
|
-
typeUrl?: string;
|
|
144
|
-
value?: Uint8Array;
|
|
145
|
-
} & { [K_1 in Exclude<keyof I["grants"][number]["filter"], keyof Any>]: never; };
|
|
146
|
-
} & { [K_2 in Exclude<keyof I["grants"][number], keyof ContractGrant>]: never; })[] & { [K_3 in Exclude<keyof I["grants"], keyof {
|
|
147
|
-
contract?: string;
|
|
148
|
-
limit?: {
|
|
149
|
-
typeUrl?: string;
|
|
150
|
-
value?: Uint8Array;
|
|
151
|
-
};
|
|
152
|
-
filter?: {
|
|
153
|
-
typeUrl?: string;
|
|
154
|
-
value?: Uint8Array;
|
|
155
|
-
};
|
|
156
|
-
}[]>]: never; };
|
|
157
|
-
} & { [K_4 in Exclude<keyof I, "grants">]: never; }>(base?: I): ContractExecutionAuthorization;
|
|
158
|
-
fromPartial<I_1 extends {
|
|
159
|
-
grants?: {
|
|
160
|
-
contract?: string;
|
|
161
|
-
limit?: {
|
|
162
|
-
typeUrl?: string;
|
|
163
|
-
value?: Uint8Array;
|
|
164
|
-
};
|
|
165
|
-
filter?: {
|
|
166
|
-
typeUrl?: string;
|
|
167
|
-
value?: Uint8Array;
|
|
168
|
-
};
|
|
169
|
-
}[];
|
|
170
|
-
} & {
|
|
171
|
-
grants?: {
|
|
172
|
-
contract?: string;
|
|
173
|
-
limit?: {
|
|
174
|
-
typeUrl?: string;
|
|
175
|
-
value?: Uint8Array;
|
|
176
|
-
};
|
|
177
|
-
filter?: {
|
|
178
|
-
typeUrl?: string;
|
|
179
|
-
value?: Uint8Array;
|
|
180
|
-
};
|
|
181
|
-
}[] & ({
|
|
182
|
-
contract?: string;
|
|
183
|
-
limit?: {
|
|
184
|
-
typeUrl?: string;
|
|
185
|
-
value?: Uint8Array;
|
|
186
|
-
};
|
|
187
|
-
filter?: {
|
|
188
|
-
typeUrl?: string;
|
|
189
|
-
value?: Uint8Array;
|
|
190
|
-
};
|
|
191
|
-
} & {
|
|
192
|
-
contract?: string;
|
|
193
|
-
limit?: {
|
|
194
|
-
typeUrl?: string;
|
|
195
|
-
value?: Uint8Array;
|
|
196
|
-
} & {
|
|
197
|
-
typeUrl?: string;
|
|
198
|
-
value?: Uint8Array;
|
|
199
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["limit"], keyof Any>]: never; };
|
|
200
|
-
filter?: {
|
|
201
|
-
typeUrl?: string;
|
|
202
|
-
value?: Uint8Array;
|
|
203
|
-
} & {
|
|
204
|
-
typeUrl?: string;
|
|
205
|
-
value?: Uint8Array;
|
|
206
|
-
} & { [K_6 in Exclude<keyof I_1["grants"][number]["filter"], keyof Any>]: never; };
|
|
207
|
-
} & { [K_7 in Exclude<keyof I_1["grants"][number], keyof ContractGrant>]: never; })[] & { [K_8 in Exclude<keyof I_1["grants"], keyof {
|
|
208
|
-
contract?: string;
|
|
209
|
-
limit?: {
|
|
210
|
-
typeUrl?: string;
|
|
211
|
-
value?: Uint8Array;
|
|
212
|
-
};
|
|
213
|
-
filter?: {
|
|
214
|
-
typeUrl?: string;
|
|
215
|
-
value?: Uint8Array;
|
|
216
|
-
};
|
|
217
|
-
}[]>]: never; };
|
|
218
|
-
} & { [K_9 in Exclude<keyof I_1, "grants">]: never; }>(object: I_1): ContractExecutionAuthorization;
|
|
97
|
+
create<I extends Exact<DeepPartial<ContractExecutionAuthorization>, I>>(base?: I): ContractExecutionAuthorization;
|
|
98
|
+
fromPartial<I extends Exact<DeepPartial<ContractExecutionAuthorization>, I>>(object: I): ContractExecutionAuthorization;
|
|
219
99
|
};
|
|
220
100
|
export declare const ContractMigrationAuthorization: {
|
|
221
101
|
encode(message: ContractMigrationAuthorization, writer?: _m0.Writer): _m0.Writer;
|
|
222
102
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContractMigrationAuthorization;
|
|
223
103
|
fromJSON(object: any): ContractMigrationAuthorization;
|
|
224
104
|
toJSON(message: ContractMigrationAuthorization): unknown;
|
|
225
|
-
create<I extends
|
|
226
|
-
|
|
227
|
-
contract?: string;
|
|
228
|
-
limit?: {
|
|
229
|
-
typeUrl?: string;
|
|
230
|
-
value?: Uint8Array;
|
|
231
|
-
};
|
|
232
|
-
filter?: {
|
|
233
|
-
typeUrl?: string;
|
|
234
|
-
value?: Uint8Array;
|
|
235
|
-
};
|
|
236
|
-
}[];
|
|
237
|
-
} & {
|
|
238
|
-
grants?: {
|
|
239
|
-
contract?: string;
|
|
240
|
-
limit?: {
|
|
241
|
-
typeUrl?: string;
|
|
242
|
-
value?: Uint8Array;
|
|
243
|
-
};
|
|
244
|
-
filter?: {
|
|
245
|
-
typeUrl?: string;
|
|
246
|
-
value?: Uint8Array;
|
|
247
|
-
};
|
|
248
|
-
}[] & ({
|
|
249
|
-
contract?: string;
|
|
250
|
-
limit?: {
|
|
251
|
-
typeUrl?: string;
|
|
252
|
-
value?: Uint8Array;
|
|
253
|
-
};
|
|
254
|
-
filter?: {
|
|
255
|
-
typeUrl?: string;
|
|
256
|
-
value?: Uint8Array;
|
|
257
|
-
};
|
|
258
|
-
} & {
|
|
259
|
-
contract?: string;
|
|
260
|
-
limit?: {
|
|
261
|
-
typeUrl?: string;
|
|
262
|
-
value?: Uint8Array;
|
|
263
|
-
} & {
|
|
264
|
-
typeUrl?: string;
|
|
265
|
-
value?: Uint8Array;
|
|
266
|
-
} & { [K in Exclude<keyof I["grants"][number]["limit"], keyof Any>]: never; };
|
|
267
|
-
filter?: {
|
|
268
|
-
typeUrl?: string;
|
|
269
|
-
value?: Uint8Array;
|
|
270
|
-
} & {
|
|
271
|
-
typeUrl?: string;
|
|
272
|
-
value?: Uint8Array;
|
|
273
|
-
} & { [K_1 in Exclude<keyof I["grants"][number]["filter"], keyof Any>]: never; };
|
|
274
|
-
} & { [K_2 in Exclude<keyof I["grants"][number], keyof ContractGrant>]: never; })[] & { [K_3 in Exclude<keyof I["grants"], keyof {
|
|
275
|
-
contract?: string;
|
|
276
|
-
limit?: {
|
|
277
|
-
typeUrl?: string;
|
|
278
|
-
value?: Uint8Array;
|
|
279
|
-
};
|
|
280
|
-
filter?: {
|
|
281
|
-
typeUrl?: string;
|
|
282
|
-
value?: Uint8Array;
|
|
283
|
-
};
|
|
284
|
-
}[]>]: never; };
|
|
285
|
-
} & { [K_4 in Exclude<keyof I, "grants">]: never; }>(base?: I): ContractMigrationAuthorization;
|
|
286
|
-
fromPartial<I_1 extends {
|
|
287
|
-
grants?: {
|
|
288
|
-
contract?: string;
|
|
289
|
-
limit?: {
|
|
290
|
-
typeUrl?: string;
|
|
291
|
-
value?: Uint8Array;
|
|
292
|
-
};
|
|
293
|
-
filter?: {
|
|
294
|
-
typeUrl?: string;
|
|
295
|
-
value?: Uint8Array;
|
|
296
|
-
};
|
|
297
|
-
}[];
|
|
298
|
-
} & {
|
|
299
|
-
grants?: {
|
|
300
|
-
contract?: string;
|
|
301
|
-
limit?: {
|
|
302
|
-
typeUrl?: string;
|
|
303
|
-
value?: Uint8Array;
|
|
304
|
-
};
|
|
305
|
-
filter?: {
|
|
306
|
-
typeUrl?: string;
|
|
307
|
-
value?: Uint8Array;
|
|
308
|
-
};
|
|
309
|
-
}[] & ({
|
|
310
|
-
contract?: string;
|
|
311
|
-
limit?: {
|
|
312
|
-
typeUrl?: string;
|
|
313
|
-
value?: Uint8Array;
|
|
314
|
-
};
|
|
315
|
-
filter?: {
|
|
316
|
-
typeUrl?: string;
|
|
317
|
-
value?: Uint8Array;
|
|
318
|
-
};
|
|
319
|
-
} & {
|
|
320
|
-
contract?: string;
|
|
321
|
-
limit?: {
|
|
322
|
-
typeUrl?: string;
|
|
323
|
-
value?: Uint8Array;
|
|
324
|
-
} & {
|
|
325
|
-
typeUrl?: string;
|
|
326
|
-
value?: Uint8Array;
|
|
327
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["limit"], keyof Any>]: never; };
|
|
328
|
-
filter?: {
|
|
329
|
-
typeUrl?: string;
|
|
330
|
-
value?: Uint8Array;
|
|
331
|
-
} & {
|
|
332
|
-
typeUrl?: string;
|
|
333
|
-
value?: Uint8Array;
|
|
334
|
-
} & { [K_6 in Exclude<keyof I_1["grants"][number]["filter"], keyof Any>]: never; };
|
|
335
|
-
} & { [K_7 in Exclude<keyof I_1["grants"][number], keyof ContractGrant>]: never; })[] & { [K_8 in Exclude<keyof I_1["grants"], keyof {
|
|
336
|
-
contract?: string;
|
|
337
|
-
limit?: {
|
|
338
|
-
typeUrl?: string;
|
|
339
|
-
value?: Uint8Array;
|
|
340
|
-
};
|
|
341
|
-
filter?: {
|
|
342
|
-
typeUrl?: string;
|
|
343
|
-
value?: Uint8Array;
|
|
344
|
-
};
|
|
345
|
-
}[]>]: never; };
|
|
346
|
-
} & { [K_9 in Exclude<keyof I_1, "grants">]: never; }>(object: I_1): ContractMigrationAuthorization;
|
|
105
|
+
create<I extends Exact<DeepPartial<ContractMigrationAuthorization>, I>>(base?: I): ContractMigrationAuthorization;
|
|
106
|
+
fromPartial<I extends Exact<DeepPartial<ContractMigrationAuthorization>, I>>(object: I): ContractMigrationAuthorization;
|
|
347
107
|
};
|
|
348
108
|
export declare const ContractGrant: {
|
|
349
109
|
encode(message: ContractGrant, writer?: _m0.Writer): _m0.Writer;
|
|
350
110
|
decode(input: _m0.Reader | Uint8Array, length?: number): ContractGrant;
|
|
351
111
|
fromJSON(object: any): ContractGrant;
|
|
352
112
|
toJSON(message: ContractGrant): unknown;
|
|
353
|
-
create<I extends
|
|
354
|
-
|
|
355
|
-
limit?: {
|
|
356
|
-
typeUrl?: string;
|
|
357
|
-
value?: Uint8Array;
|
|
358
|
-
};
|
|
359
|
-
filter?: {
|
|
360
|
-
typeUrl?: string;
|
|
361
|
-
value?: Uint8Array;
|
|
362
|
-
};
|
|
363
|
-
} & {
|
|
364
|
-
contract?: string;
|
|
365
|
-
limit?: {
|
|
366
|
-
typeUrl?: string;
|
|
367
|
-
value?: Uint8Array;
|
|
368
|
-
} & {
|
|
369
|
-
typeUrl?: string;
|
|
370
|
-
value?: Uint8Array;
|
|
371
|
-
} & { [K in Exclude<keyof I["limit"], keyof Any>]: never; };
|
|
372
|
-
filter?: {
|
|
373
|
-
typeUrl?: string;
|
|
374
|
-
value?: Uint8Array;
|
|
375
|
-
} & {
|
|
376
|
-
typeUrl?: string;
|
|
377
|
-
value?: Uint8Array;
|
|
378
|
-
} & { [K_1 in Exclude<keyof I["filter"], keyof Any>]: never; };
|
|
379
|
-
} & { [K_2 in Exclude<keyof I, keyof ContractGrant>]: never; }>(base?: I): ContractGrant;
|
|
380
|
-
fromPartial<I_1 extends {
|
|
381
|
-
contract?: string;
|
|
382
|
-
limit?: {
|
|
383
|
-
typeUrl?: string;
|
|
384
|
-
value?: Uint8Array;
|
|
385
|
-
};
|
|
386
|
-
filter?: {
|
|
387
|
-
typeUrl?: string;
|
|
388
|
-
value?: Uint8Array;
|
|
389
|
-
};
|
|
390
|
-
} & {
|
|
391
|
-
contract?: string;
|
|
392
|
-
limit?: {
|
|
393
|
-
typeUrl?: string;
|
|
394
|
-
value?: Uint8Array;
|
|
395
|
-
} & {
|
|
396
|
-
typeUrl?: string;
|
|
397
|
-
value?: Uint8Array;
|
|
398
|
-
} & { [K_3 in Exclude<keyof I_1["limit"], keyof Any>]: never; };
|
|
399
|
-
filter?: {
|
|
400
|
-
typeUrl?: string;
|
|
401
|
-
value?: Uint8Array;
|
|
402
|
-
} & {
|
|
403
|
-
typeUrl?: string;
|
|
404
|
-
value?: Uint8Array;
|
|
405
|
-
} & { [K_4 in Exclude<keyof I_1["filter"], keyof Any>]: never; };
|
|
406
|
-
} & { [K_5 in Exclude<keyof I_1, keyof ContractGrant>]: never; }>(object: I_1): ContractGrant;
|
|
113
|
+
create<I extends Exact<DeepPartial<ContractGrant>, I>>(base?: I): ContractGrant;
|
|
114
|
+
fromPartial<I extends Exact<DeepPartial<ContractGrant>, I>>(object: I): ContractGrant;
|
|
407
115
|
};
|
|
408
116
|
export declare const MaxCallsLimit: {
|
|
409
117
|
encode(message: MaxCallsLimit, writer?: _m0.Writer): _m0.Writer;
|
|
410
118
|
decode(input: _m0.Reader | Uint8Array, length?: number): MaxCallsLimit;
|
|
411
119
|
fromJSON(object: any): MaxCallsLimit;
|
|
412
120
|
toJSON(message: MaxCallsLimit): unknown;
|
|
413
|
-
create<I extends
|
|
414
|
-
|
|
415
|
-
} & {
|
|
416
|
-
remaining?: number;
|
|
417
|
-
} & { [K in Exclude<keyof I, "remaining">]: never; }>(base?: I): MaxCallsLimit;
|
|
418
|
-
fromPartial<I_1 extends {
|
|
419
|
-
remaining?: number;
|
|
420
|
-
} & {
|
|
421
|
-
remaining?: number;
|
|
422
|
-
} & { [K_1 in Exclude<keyof I_1, "remaining">]: never; }>(object: I_1): MaxCallsLimit;
|
|
121
|
+
create<I extends Exact<DeepPartial<MaxCallsLimit>, I>>(base?: I): MaxCallsLimit;
|
|
122
|
+
fromPartial<I extends Exact<DeepPartial<MaxCallsLimit>, I>>(object: I): MaxCallsLimit;
|
|
423
123
|
};
|
|
424
124
|
export declare const MaxFundsLimit: {
|
|
425
125
|
encode(message: MaxFundsLimit, writer?: _m0.Writer): _m0.Writer;
|
|
426
126
|
decode(input: _m0.Reader | Uint8Array, length?: number): MaxFundsLimit;
|
|
427
127
|
fromJSON(object: any): MaxFundsLimit;
|
|
428
128
|
toJSON(message: MaxFundsLimit): unknown;
|
|
429
|
-
create<I extends
|
|
430
|
-
|
|
431
|
-
denom?: string;
|
|
432
|
-
amount?: string;
|
|
433
|
-
}[];
|
|
434
|
-
} & {
|
|
435
|
-
amounts?: {
|
|
436
|
-
denom?: string;
|
|
437
|
-
amount?: string;
|
|
438
|
-
}[] & ({
|
|
439
|
-
denom?: string;
|
|
440
|
-
amount?: string;
|
|
441
|
-
} & {
|
|
442
|
-
denom?: string;
|
|
443
|
-
amount?: string;
|
|
444
|
-
} & { [K in Exclude<keyof I["amounts"][number], keyof Coin>]: never; })[] & { [K_1 in Exclude<keyof I["amounts"], keyof {
|
|
445
|
-
denom?: string;
|
|
446
|
-
amount?: string;
|
|
447
|
-
}[]>]: never; };
|
|
448
|
-
} & { [K_2 in Exclude<keyof I, "amounts">]: never; }>(base?: I): MaxFundsLimit;
|
|
449
|
-
fromPartial<I_1 extends {
|
|
450
|
-
amounts?: {
|
|
451
|
-
denom?: string;
|
|
452
|
-
amount?: string;
|
|
453
|
-
}[];
|
|
454
|
-
} & {
|
|
455
|
-
amounts?: {
|
|
456
|
-
denom?: string;
|
|
457
|
-
amount?: string;
|
|
458
|
-
}[] & ({
|
|
459
|
-
denom?: string;
|
|
460
|
-
amount?: string;
|
|
461
|
-
} & {
|
|
462
|
-
denom?: string;
|
|
463
|
-
amount?: string;
|
|
464
|
-
} & { [K_3 in Exclude<keyof I_1["amounts"][number], keyof Coin>]: never; })[] & { [K_4 in Exclude<keyof I_1["amounts"], keyof {
|
|
465
|
-
denom?: string;
|
|
466
|
-
amount?: string;
|
|
467
|
-
}[]>]: never; };
|
|
468
|
-
} & { [K_5 in Exclude<keyof I_1, "amounts">]: never; }>(object: I_1): MaxFundsLimit;
|
|
129
|
+
create<I extends Exact<DeepPartial<MaxFundsLimit>, I>>(base?: I): MaxFundsLimit;
|
|
130
|
+
fromPartial<I extends Exact<DeepPartial<MaxFundsLimit>, I>>(object: I): MaxFundsLimit;
|
|
469
131
|
};
|
|
470
132
|
export declare const CombinedLimit: {
|
|
471
133
|
encode(message: CombinedLimit, writer?: _m0.Writer): _m0.Writer;
|
|
472
134
|
decode(input: _m0.Reader | Uint8Array, length?: number): CombinedLimit;
|
|
473
135
|
fromJSON(object: any): CombinedLimit;
|
|
474
136
|
toJSON(message: CombinedLimit): unknown;
|
|
475
|
-
create<I extends
|
|
476
|
-
|
|
477
|
-
amounts?: {
|
|
478
|
-
denom?: string;
|
|
479
|
-
amount?: string;
|
|
480
|
-
}[];
|
|
481
|
-
} & {
|
|
482
|
-
callsRemaining?: number;
|
|
483
|
-
amounts?: {
|
|
484
|
-
denom?: string;
|
|
485
|
-
amount?: string;
|
|
486
|
-
}[] & ({
|
|
487
|
-
denom?: string;
|
|
488
|
-
amount?: string;
|
|
489
|
-
} & {
|
|
490
|
-
denom?: string;
|
|
491
|
-
amount?: string;
|
|
492
|
-
} & { [K in Exclude<keyof I["amounts"][number], keyof Coin>]: never; })[] & { [K_1 in Exclude<keyof I["amounts"], keyof {
|
|
493
|
-
denom?: string;
|
|
494
|
-
amount?: string;
|
|
495
|
-
}[]>]: never; };
|
|
496
|
-
} & { [K_2 in Exclude<keyof I, keyof CombinedLimit>]: never; }>(base?: I): CombinedLimit;
|
|
497
|
-
fromPartial<I_1 extends {
|
|
498
|
-
callsRemaining?: number;
|
|
499
|
-
amounts?: {
|
|
500
|
-
denom?: string;
|
|
501
|
-
amount?: string;
|
|
502
|
-
}[];
|
|
503
|
-
} & {
|
|
504
|
-
callsRemaining?: number;
|
|
505
|
-
amounts?: {
|
|
506
|
-
denom?: string;
|
|
507
|
-
amount?: string;
|
|
508
|
-
}[] & ({
|
|
509
|
-
denom?: string;
|
|
510
|
-
amount?: string;
|
|
511
|
-
} & {
|
|
512
|
-
denom?: string;
|
|
513
|
-
amount?: string;
|
|
514
|
-
} & { [K_3 in Exclude<keyof I_1["amounts"][number], keyof Coin>]: never; })[] & { [K_4 in Exclude<keyof I_1["amounts"], keyof {
|
|
515
|
-
denom?: string;
|
|
516
|
-
amount?: string;
|
|
517
|
-
}[]>]: never; };
|
|
518
|
-
} & { [K_5 in Exclude<keyof I_1, keyof CombinedLimit>]: never; }>(object: I_1): CombinedLimit;
|
|
137
|
+
create<I extends Exact<DeepPartial<CombinedLimit>, I>>(base?: I): CombinedLimit;
|
|
138
|
+
fromPartial<I extends Exact<DeepPartial<CombinedLimit>, I>>(object: I): CombinedLimit;
|
|
519
139
|
};
|
|
520
140
|
export declare const AllowAllMessagesFilter: {
|
|
521
141
|
encode(_: AllowAllMessagesFilter, writer?: _m0.Writer): _m0.Writer;
|
|
522
142
|
decode(input: _m0.Reader | Uint8Array, length?: number): AllowAllMessagesFilter;
|
|
523
143
|
fromJSON(_: any): AllowAllMessagesFilter;
|
|
524
144
|
toJSON(_: AllowAllMessagesFilter): unknown;
|
|
525
|
-
create<I extends
|
|
526
|
-
fromPartial<
|
|
145
|
+
create<I extends Exact<DeepPartial<AllowAllMessagesFilter>, I>>(base?: I): AllowAllMessagesFilter;
|
|
146
|
+
fromPartial<I extends Exact<DeepPartial<AllowAllMessagesFilter>, I>>(_: I): AllowAllMessagesFilter;
|
|
527
147
|
};
|
|
528
148
|
export declare const AcceptedMessageKeysFilter: {
|
|
529
149
|
encode(message: AcceptedMessageKeysFilter, writer?: _m0.Writer): _m0.Writer;
|
|
530
150
|
decode(input: _m0.Reader | Uint8Array, length?: number): AcceptedMessageKeysFilter;
|
|
531
151
|
fromJSON(object: any): AcceptedMessageKeysFilter;
|
|
532
152
|
toJSON(message: AcceptedMessageKeysFilter): unknown;
|
|
533
|
-
create<I extends
|
|
534
|
-
|
|
535
|
-
} & {
|
|
536
|
-
keys?: string[] & string[] & { [K in Exclude<keyof I["keys"], keyof string[]>]: never; };
|
|
537
|
-
} & { [K_1 in Exclude<keyof I, "keys">]: never; }>(base?: I): AcceptedMessageKeysFilter;
|
|
538
|
-
fromPartial<I_1 extends {
|
|
539
|
-
keys?: string[];
|
|
540
|
-
} & {
|
|
541
|
-
keys?: string[] & string[] & { [K_2 in Exclude<keyof I_1["keys"], keyof string[]>]: never; };
|
|
542
|
-
} & { [K_3 in Exclude<keyof I_1, "keys">]: never; }>(object: I_1): AcceptedMessageKeysFilter;
|
|
153
|
+
create<I extends Exact<DeepPartial<AcceptedMessageKeysFilter>, I>>(base?: I): AcceptedMessageKeysFilter;
|
|
154
|
+
fromPartial<I extends Exact<DeepPartial<AcceptedMessageKeysFilter>, I>>(object: I): AcceptedMessageKeysFilter;
|
|
543
155
|
};
|
|
544
156
|
export declare const AcceptedMessagesFilter: {
|
|
545
157
|
encode(message: AcceptedMessagesFilter, writer?: _m0.Writer): _m0.Writer;
|
|
546
158
|
decode(input: _m0.Reader | Uint8Array, length?: number): AcceptedMessagesFilter;
|
|
547
159
|
fromJSON(object: any): AcceptedMessagesFilter;
|
|
548
160
|
toJSON(message: AcceptedMessagesFilter): unknown;
|
|
549
|
-
create<I extends
|
|
550
|
-
|
|
551
|
-
} & {
|
|
552
|
-
messages?: Uint8Array[] & Uint8Array[] & { [K in Exclude<keyof I["messages"], keyof Uint8Array[]>]: never; };
|
|
553
|
-
} & { [K_1 in Exclude<keyof I, "messages">]: never; }>(base?: I): AcceptedMessagesFilter;
|
|
554
|
-
fromPartial<I_1 extends {
|
|
555
|
-
messages?: Uint8Array[];
|
|
556
|
-
} & {
|
|
557
|
-
messages?: Uint8Array[] & Uint8Array[] & { [K_2 in Exclude<keyof I_1["messages"], keyof Uint8Array[]>]: never; };
|
|
558
|
-
} & { [K_3 in Exclude<keyof I_1, "messages">]: never; }>(object: I_1): AcceptedMessagesFilter;
|
|
161
|
+
create<I extends Exact<DeepPartial<AcceptedMessagesFilter>, I>>(base?: I): AcceptedMessagesFilter;
|
|
162
|
+
fromPartial<I extends Exact<DeepPartial<AcceptedMessagesFilter>, I>>(object: I): AcceptedMessagesFilter;
|
|
559
163
|
};
|
|
560
164
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
561
165
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.setupWasmExtension =
|
|
3
|
+
exports.setupWasmExtension = setupWasmExtension;
|
|
4
4
|
const stargate_1 = require("@cosmjs/stargate");
|
|
5
5
|
const query_1 = require("../query");
|
|
6
6
|
function setupWasmExtension(base) {
|
|
@@ -44,4 +44,3 @@ function setupWasmExtension(base) {
|
|
|
44
44
|
},
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
|
-
exports.setupWasmExtension = setupWasmExtension;
|