coreum-js 2.16.2 → 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/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/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 +1 -1
|
@@ -290,786 +290,208 @@ export declare const MsgStoreCode: {
|
|
|
290
290
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgStoreCode;
|
|
291
291
|
fromJSON(object: any): MsgStoreCode;
|
|
292
292
|
toJSON(message: MsgStoreCode): unknown;
|
|
293
|
-
create<I extends
|
|
294
|
-
|
|
295
|
-
wasmByteCode?: Uint8Array;
|
|
296
|
-
instantiatePermission?: {
|
|
297
|
-
permission?: import("./types").AccessType;
|
|
298
|
-
address?: string;
|
|
299
|
-
addresses?: string[];
|
|
300
|
-
};
|
|
301
|
-
} & {
|
|
302
|
-
sender?: string;
|
|
303
|
-
wasmByteCode?: Uint8Array;
|
|
304
|
-
instantiatePermission?: {
|
|
305
|
-
permission?: import("./types").AccessType;
|
|
306
|
-
address?: string;
|
|
307
|
-
addresses?: string[];
|
|
308
|
-
} & {
|
|
309
|
-
permission?: import("./types").AccessType;
|
|
310
|
-
address?: string;
|
|
311
|
-
addresses?: string[] & string[] & { [K in Exclude<keyof I["instantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
312
|
-
} & { [K_1 in Exclude<keyof I["instantiatePermission"], keyof AccessConfig>]: never; };
|
|
313
|
-
} & { [K_2 in Exclude<keyof I, keyof MsgStoreCode>]: never; }>(base?: I): MsgStoreCode;
|
|
314
|
-
fromPartial<I_1 extends {
|
|
315
|
-
sender?: string;
|
|
316
|
-
wasmByteCode?: Uint8Array;
|
|
317
|
-
instantiatePermission?: {
|
|
318
|
-
permission?: import("./types").AccessType;
|
|
319
|
-
address?: string;
|
|
320
|
-
addresses?: string[];
|
|
321
|
-
};
|
|
322
|
-
} & {
|
|
323
|
-
sender?: string;
|
|
324
|
-
wasmByteCode?: Uint8Array;
|
|
325
|
-
instantiatePermission?: {
|
|
326
|
-
permission?: import("./types").AccessType;
|
|
327
|
-
address?: string;
|
|
328
|
-
addresses?: string[];
|
|
329
|
-
} & {
|
|
330
|
-
permission?: import("./types").AccessType;
|
|
331
|
-
address?: string;
|
|
332
|
-
addresses?: string[] & string[] & { [K_3 in Exclude<keyof I_1["instantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
333
|
-
} & { [K_4 in Exclude<keyof I_1["instantiatePermission"], keyof AccessConfig>]: never; };
|
|
334
|
-
} & { [K_5 in Exclude<keyof I_1, keyof MsgStoreCode>]: never; }>(object: I_1): MsgStoreCode;
|
|
293
|
+
create<I extends Exact<DeepPartial<MsgStoreCode>, I>>(base?: I): MsgStoreCode;
|
|
294
|
+
fromPartial<I extends Exact<DeepPartial<MsgStoreCode>, I>>(object: I): MsgStoreCode;
|
|
335
295
|
};
|
|
336
296
|
export declare const MsgStoreCodeResponse: {
|
|
337
297
|
encode(message: MsgStoreCodeResponse, writer?: _m0.Writer): _m0.Writer;
|
|
338
298
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgStoreCodeResponse;
|
|
339
299
|
fromJSON(object: any): MsgStoreCodeResponse;
|
|
340
300
|
toJSON(message: MsgStoreCodeResponse): unknown;
|
|
341
|
-
create<I extends
|
|
342
|
-
|
|
343
|
-
checksum?: Uint8Array;
|
|
344
|
-
} & {
|
|
345
|
-
codeId?: number;
|
|
346
|
-
checksum?: Uint8Array;
|
|
347
|
-
} & { [K in Exclude<keyof I, keyof MsgStoreCodeResponse>]: never; }>(base?: I): MsgStoreCodeResponse;
|
|
348
|
-
fromPartial<I_1 extends {
|
|
349
|
-
codeId?: number;
|
|
350
|
-
checksum?: Uint8Array;
|
|
351
|
-
} & {
|
|
352
|
-
codeId?: number;
|
|
353
|
-
checksum?: Uint8Array;
|
|
354
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgStoreCodeResponse>]: never; }>(object: I_1): MsgStoreCodeResponse;
|
|
301
|
+
create<I extends Exact<DeepPartial<MsgStoreCodeResponse>, I>>(base?: I): MsgStoreCodeResponse;
|
|
302
|
+
fromPartial<I extends Exact<DeepPartial<MsgStoreCodeResponse>, I>>(object: I): MsgStoreCodeResponse;
|
|
355
303
|
};
|
|
356
304
|
export declare const MsgInstantiateContract: {
|
|
357
305
|
encode(message: MsgInstantiateContract, writer?: _m0.Writer): _m0.Writer;
|
|
358
306
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantiateContract;
|
|
359
307
|
fromJSON(object: any): MsgInstantiateContract;
|
|
360
308
|
toJSON(message: MsgInstantiateContract): unknown;
|
|
361
|
-
create<I extends
|
|
362
|
-
|
|
363
|
-
admin?: string;
|
|
364
|
-
codeId?: number;
|
|
365
|
-
label?: string;
|
|
366
|
-
msg?: Uint8Array;
|
|
367
|
-
funds?: {
|
|
368
|
-
denom?: string;
|
|
369
|
-
amount?: string;
|
|
370
|
-
}[];
|
|
371
|
-
} & {
|
|
372
|
-
sender?: string;
|
|
373
|
-
admin?: string;
|
|
374
|
-
codeId?: number;
|
|
375
|
-
label?: string;
|
|
376
|
-
msg?: Uint8Array;
|
|
377
|
-
funds?: {
|
|
378
|
-
denom?: string;
|
|
379
|
-
amount?: string;
|
|
380
|
-
}[] & ({
|
|
381
|
-
denom?: string;
|
|
382
|
-
amount?: string;
|
|
383
|
-
} & {
|
|
384
|
-
denom?: string;
|
|
385
|
-
amount?: string;
|
|
386
|
-
} & { [K in Exclude<keyof I["funds"][number], keyof Coin>]: never; })[] & { [K_1 in Exclude<keyof I["funds"], keyof {
|
|
387
|
-
denom?: string;
|
|
388
|
-
amount?: string;
|
|
389
|
-
}[]>]: never; };
|
|
390
|
-
} & { [K_2 in Exclude<keyof I, keyof MsgInstantiateContract>]: never; }>(base?: I): MsgInstantiateContract;
|
|
391
|
-
fromPartial<I_1 extends {
|
|
392
|
-
sender?: string;
|
|
393
|
-
admin?: string;
|
|
394
|
-
codeId?: number;
|
|
395
|
-
label?: string;
|
|
396
|
-
msg?: Uint8Array;
|
|
397
|
-
funds?: {
|
|
398
|
-
denom?: string;
|
|
399
|
-
amount?: string;
|
|
400
|
-
}[];
|
|
401
|
-
} & {
|
|
402
|
-
sender?: string;
|
|
403
|
-
admin?: string;
|
|
404
|
-
codeId?: number;
|
|
405
|
-
label?: string;
|
|
406
|
-
msg?: Uint8Array;
|
|
407
|
-
funds?: {
|
|
408
|
-
denom?: string;
|
|
409
|
-
amount?: string;
|
|
410
|
-
}[] & ({
|
|
411
|
-
denom?: string;
|
|
412
|
-
amount?: string;
|
|
413
|
-
} & {
|
|
414
|
-
denom?: string;
|
|
415
|
-
amount?: string;
|
|
416
|
-
} & { [K_3 in Exclude<keyof I_1["funds"][number], keyof Coin>]: never; })[] & { [K_4 in Exclude<keyof I_1["funds"], keyof {
|
|
417
|
-
denom?: string;
|
|
418
|
-
amount?: string;
|
|
419
|
-
}[]>]: never; };
|
|
420
|
-
} & { [K_5 in Exclude<keyof I_1, keyof MsgInstantiateContract>]: never; }>(object: I_1): MsgInstantiateContract;
|
|
309
|
+
create<I extends Exact<DeepPartial<MsgInstantiateContract>, I>>(base?: I): MsgInstantiateContract;
|
|
310
|
+
fromPartial<I extends Exact<DeepPartial<MsgInstantiateContract>, I>>(object: I): MsgInstantiateContract;
|
|
421
311
|
};
|
|
422
312
|
export declare const MsgInstantiateContractResponse: {
|
|
423
313
|
encode(message: MsgInstantiateContractResponse, writer?: _m0.Writer): _m0.Writer;
|
|
424
314
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantiateContractResponse;
|
|
425
315
|
fromJSON(object: any): MsgInstantiateContractResponse;
|
|
426
316
|
toJSON(message: MsgInstantiateContractResponse): unknown;
|
|
427
|
-
create<I extends
|
|
428
|
-
|
|
429
|
-
data?: Uint8Array;
|
|
430
|
-
} & {
|
|
431
|
-
address?: string;
|
|
432
|
-
data?: Uint8Array;
|
|
433
|
-
} & { [K in Exclude<keyof I, keyof MsgInstantiateContractResponse>]: never; }>(base?: I): MsgInstantiateContractResponse;
|
|
434
|
-
fromPartial<I_1 extends {
|
|
435
|
-
address?: string;
|
|
436
|
-
data?: Uint8Array;
|
|
437
|
-
} & {
|
|
438
|
-
address?: string;
|
|
439
|
-
data?: Uint8Array;
|
|
440
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgInstantiateContractResponse>]: never; }>(object: I_1): MsgInstantiateContractResponse;
|
|
317
|
+
create<I extends Exact<DeepPartial<MsgInstantiateContractResponse>, I>>(base?: I): MsgInstantiateContractResponse;
|
|
318
|
+
fromPartial<I extends Exact<DeepPartial<MsgInstantiateContractResponse>, I>>(object: I): MsgInstantiateContractResponse;
|
|
441
319
|
};
|
|
442
320
|
export declare const MsgInstantiateContract2: {
|
|
443
321
|
encode(message: MsgInstantiateContract2, writer?: _m0.Writer): _m0.Writer;
|
|
444
322
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantiateContract2;
|
|
445
323
|
fromJSON(object: any): MsgInstantiateContract2;
|
|
446
324
|
toJSON(message: MsgInstantiateContract2): unknown;
|
|
447
|
-
create<I extends
|
|
448
|
-
|
|
449
|
-
admin?: string;
|
|
450
|
-
codeId?: number;
|
|
451
|
-
label?: string;
|
|
452
|
-
msg?: Uint8Array;
|
|
453
|
-
funds?: {
|
|
454
|
-
denom?: string;
|
|
455
|
-
amount?: string;
|
|
456
|
-
}[];
|
|
457
|
-
salt?: Uint8Array;
|
|
458
|
-
fixMsg?: boolean;
|
|
459
|
-
} & {
|
|
460
|
-
sender?: string;
|
|
461
|
-
admin?: string;
|
|
462
|
-
codeId?: number;
|
|
463
|
-
label?: string;
|
|
464
|
-
msg?: Uint8Array;
|
|
465
|
-
funds?: {
|
|
466
|
-
denom?: string;
|
|
467
|
-
amount?: string;
|
|
468
|
-
}[] & ({
|
|
469
|
-
denom?: string;
|
|
470
|
-
amount?: string;
|
|
471
|
-
} & {
|
|
472
|
-
denom?: string;
|
|
473
|
-
amount?: string;
|
|
474
|
-
} & { [K in Exclude<keyof I["funds"][number], keyof Coin>]: never; })[] & { [K_1 in Exclude<keyof I["funds"], keyof {
|
|
475
|
-
denom?: string;
|
|
476
|
-
amount?: string;
|
|
477
|
-
}[]>]: never; };
|
|
478
|
-
salt?: Uint8Array;
|
|
479
|
-
fixMsg?: boolean;
|
|
480
|
-
} & { [K_2 in Exclude<keyof I, keyof MsgInstantiateContract2>]: never; }>(base?: I): MsgInstantiateContract2;
|
|
481
|
-
fromPartial<I_1 extends {
|
|
482
|
-
sender?: string;
|
|
483
|
-
admin?: string;
|
|
484
|
-
codeId?: number;
|
|
485
|
-
label?: string;
|
|
486
|
-
msg?: Uint8Array;
|
|
487
|
-
funds?: {
|
|
488
|
-
denom?: string;
|
|
489
|
-
amount?: string;
|
|
490
|
-
}[];
|
|
491
|
-
salt?: Uint8Array;
|
|
492
|
-
fixMsg?: boolean;
|
|
493
|
-
} & {
|
|
494
|
-
sender?: string;
|
|
495
|
-
admin?: string;
|
|
496
|
-
codeId?: number;
|
|
497
|
-
label?: string;
|
|
498
|
-
msg?: Uint8Array;
|
|
499
|
-
funds?: {
|
|
500
|
-
denom?: string;
|
|
501
|
-
amount?: string;
|
|
502
|
-
}[] & ({
|
|
503
|
-
denom?: string;
|
|
504
|
-
amount?: string;
|
|
505
|
-
} & {
|
|
506
|
-
denom?: string;
|
|
507
|
-
amount?: string;
|
|
508
|
-
} & { [K_3 in Exclude<keyof I_1["funds"][number], keyof Coin>]: never; })[] & { [K_4 in Exclude<keyof I_1["funds"], keyof {
|
|
509
|
-
denom?: string;
|
|
510
|
-
amount?: string;
|
|
511
|
-
}[]>]: never; };
|
|
512
|
-
salt?: Uint8Array;
|
|
513
|
-
fixMsg?: boolean;
|
|
514
|
-
} & { [K_5 in Exclude<keyof I_1, keyof MsgInstantiateContract2>]: never; }>(object: I_1): MsgInstantiateContract2;
|
|
325
|
+
create<I extends Exact<DeepPartial<MsgInstantiateContract2>, I>>(base?: I): MsgInstantiateContract2;
|
|
326
|
+
fromPartial<I extends Exact<DeepPartial<MsgInstantiateContract2>, I>>(object: I): MsgInstantiateContract2;
|
|
515
327
|
};
|
|
516
328
|
export declare const MsgInstantiateContract2Response: {
|
|
517
329
|
encode(message: MsgInstantiateContract2Response, writer?: _m0.Writer): _m0.Writer;
|
|
518
330
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgInstantiateContract2Response;
|
|
519
331
|
fromJSON(object: any): MsgInstantiateContract2Response;
|
|
520
332
|
toJSON(message: MsgInstantiateContract2Response): unknown;
|
|
521
|
-
create<I extends
|
|
522
|
-
|
|
523
|
-
data?: Uint8Array;
|
|
524
|
-
} & {
|
|
525
|
-
address?: string;
|
|
526
|
-
data?: Uint8Array;
|
|
527
|
-
} & { [K in Exclude<keyof I, keyof MsgInstantiateContract2Response>]: never; }>(base?: I): MsgInstantiateContract2Response;
|
|
528
|
-
fromPartial<I_1 extends {
|
|
529
|
-
address?: string;
|
|
530
|
-
data?: Uint8Array;
|
|
531
|
-
} & {
|
|
532
|
-
address?: string;
|
|
533
|
-
data?: Uint8Array;
|
|
534
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgInstantiateContract2Response>]: never; }>(object: I_1): MsgInstantiateContract2Response;
|
|
333
|
+
create<I extends Exact<DeepPartial<MsgInstantiateContract2Response>, I>>(base?: I): MsgInstantiateContract2Response;
|
|
334
|
+
fromPartial<I extends Exact<DeepPartial<MsgInstantiateContract2Response>, I>>(object: I): MsgInstantiateContract2Response;
|
|
535
335
|
};
|
|
536
336
|
export declare const MsgExecuteContract: {
|
|
537
337
|
encode(message: MsgExecuteContract, writer?: _m0.Writer): _m0.Writer;
|
|
538
338
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExecuteContract;
|
|
539
339
|
fromJSON(object: any): MsgExecuteContract;
|
|
540
340
|
toJSON(message: MsgExecuteContract): unknown;
|
|
541
|
-
create<I extends
|
|
542
|
-
|
|
543
|
-
contract?: string;
|
|
544
|
-
msg?: Uint8Array;
|
|
545
|
-
funds?: {
|
|
546
|
-
denom?: string;
|
|
547
|
-
amount?: string;
|
|
548
|
-
}[];
|
|
549
|
-
} & {
|
|
550
|
-
sender?: string;
|
|
551
|
-
contract?: string;
|
|
552
|
-
msg?: Uint8Array;
|
|
553
|
-
funds?: {
|
|
554
|
-
denom?: string;
|
|
555
|
-
amount?: string;
|
|
556
|
-
}[] & ({
|
|
557
|
-
denom?: string;
|
|
558
|
-
amount?: string;
|
|
559
|
-
} & {
|
|
560
|
-
denom?: string;
|
|
561
|
-
amount?: string;
|
|
562
|
-
} & { [K in Exclude<keyof I["funds"][number], keyof Coin>]: never; })[] & { [K_1 in Exclude<keyof I["funds"], keyof {
|
|
563
|
-
denom?: string;
|
|
564
|
-
amount?: string;
|
|
565
|
-
}[]>]: never; };
|
|
566
|
-
} & { [K_2 in Exclude<keyof I, keyof MsgExecuteContract>]: never; }>(base?: I): MsgExecuteContract;
|
|
567
|
-
fromPartial<I_1 extends {
|
|
568
|
-
sender?: string;
|
|
569
|
-
contract?: string;
|
|
570
|
-
msg?: Uint8Array;
|
|
571
|
-
funds?: {
|
|
572
|
-
denom?: string;
|
|
573
|
-
amount?: string;
|
|
574
|
-
}[];
|
|
575
|
-
} & {
|
|
576
|
-
sender?: string;
|
|
577
|
-
contract?: string;
|
|
578
|
-
msg?: Uint8Array;
|
|
579
|
-
funds?: {
|
|
580
|
-
denom?: string;
|
|
581
|
-
amount?: string;
|
|
582
|
-
}[] & ({
|
|
583
|
-
denom?: string;
|
|
584
|
-
amount?: string;
|
|
585
|
-
} & {
|
|
586
|
-
denom?: string;
|
|
587
|
-
amount?: string;
|
|
588
|
-
} & { [K_3 in Exclude<keyof I_1["funds"][number], keyof Coin>]: never; })[] & { [K_4 in Exclude<keyof I_1["funds"], keyof {
|
|
589
|
-
denom?: string;
|
|
590
|
-
amount?: string;
|
|
591
|
-
}[]>]: never; };
|
|
592
|
-
} & { [K_5 in Exclude<keyof I_1, keyof MsgExecuteContract>]: never; }>(object: I_1): MsgExecuteContract;
|
|
341
|
+
create<I extends Exact<DeepPartial<MsgExecuteContract>, I>>(base?: I): MsgExecuteContract;
|
|
342
|
+
fromPartial<I extends Exact<DeepPartial<MsgExecuteContract>, I>>(object: I): MsgExecuteContract;
|
|
593
343
|
};
|
|
594
344
|
export declare const MsgExecuteContractResponse: {
|
|
595
345
|
encode(message: MsgExecuteContractResponse, writer?: _m0.Writer): _m0.Writer;
|
|
596
346
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgExecuteContractResponse;
|
|
597
347
|
fromJSON(object: any): MsgExecuteContractResponse;
|
|
598
348
|
toJSON(message: MsgExecuteContractResponse): unknown;
|
|
599
|
-
create<I extends
|
|
600
|
-
|
|
601
|
-
} & {
|
|
602
|
-
data?: Uint8Array;
|
|
603
|
-
} & { [K in Exclude<keyof I, "data">]: never; }>(base?: I): MsgExecuteContractResponse;
|
|
604
|
-
fromPartial<I_1 extends {
|
|
605
|
-
data?: Uint8Array;
|
|
606
|
-
} & {
|
|
607
|
-
data?: Uint8Array;
|
|
608
|
-
} & { [K_1 in Exclude<keyof I_1, "data">]: never; }>(object: I_1): MsgExecuteContractResponse;
|
|
349
|
+
create<I extends Exact<DeepPartial<MsgExecuteContractResponse>, I>>(base?: I): MsgExecuteContractResponse;
|
|
350
|
+
fromPartial<I extends Exact<DeepPartial<MsgExecuteContractResponse>, I>>(object: I): MsgExecuteContractResponse;
|
|
609
351
|
};
|
|
610
352
|
export declare const MsgMigrateContract: {
|
|
611
353
|
encode(message: MsgMigrateContract, writer?: _m0.Writer): _m0.Writer;
|
|
612
354
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMigrateContract;
|
|
613
355
|
fromJSON(object: any): MsgMigrateContract;
|
|
614
356
|
toJSON(message: MsgMigrateContract): unknown;
|
|
615
|
-
create<I extends
|
|
616
|
-
|
|
617
|
-
contract?: string;
|
|
618
|
-
codeId?: number;
|
|
619
|
-
msg?: Uint8Array;
|
|
620
|
-
} & {
|
|
621
|
-
sender?: string;
|
|
622
|
-
contract?: string;
|
|
623
|
-
codeId?: number;
|
|
624
|
-
msg?: Uint8Array;
|
|
625
|
-
} & { [K in Exclude<keyof I, keyof MsgMigrateContract>]: never; }>(base?: I): MsgMigrateContract;
|
|
626
|
-
fromPartial<I_1 extends {
|
|
627
|
-
sender?: string;
|
|
628
|
-
contract?: string;
|
|
629
|
-
codeId?: number;
|
|
630
|
-
msg?: Uint8Array;
|
|
631
|
-
} & {
|
|
632
|
-
sender?: string;
|
|
633
|
-
contract?: string;
|
|
634
|
-
codeId?: number;
|
|
635
|
-
msg?: Uint8Array;
|
|
636
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgMigrateContract>]: never; }>(object: I_1): MsgMigrateContract;
|
|
357
|
+
create<I extends Exact<DeepPartial<MsgMigrateContract>, I>>(base?: I): MsgMigrateContract;
|
|
358
|
+
fromPartial<I extends Exact<DeepPartial<MsgMigrateContract>, I>>(object: I): MsgMigrateContract;
|
|
637
359
|
};
|
|
638
360
|
export declare const MsgMigrateContractResponse: {
|
|
639
361
|
encode(message: MsgMigrateContractResponse, writer?: _m0.Writer): _m0.Writer;
|
|
640
362
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgMigrateContractResponse;
|
|
641
363
|
fromJSON(object: any): MsgMigrateContractResponse;
|
|
642
364
|
toJSON(message: MsgMigrateContractResponse): unknown;
|
|
643
|
-
create<I extends
|
|
644
|
-
|
|
645
|
-
} & {
|
|
646
|
-
data?: Uint8Array;
|
|
647
|
-
} & { [K in Exclude<keyof I, "data">]: never; }>(base?: I): MsgMigrateContractResponse;
|
|
648
|
-
fromPartial<I_1 extends {
|
|
649
|
-
data?: Uint8Array;
|
|
650
|
-
} & {
|
|
651
|
-
data?: Uint8Array;
|
|
652
|
-
} & { [K_1 in Exclude<keyof I_1, "data">]: never; }>(object: I_1): MsgMigrateContractResponse;
|
|
365
|
+
create<I extends Exact<DeepPartial<MsgMigrateContractResponse>, I>>(base?: I): MsgMigrateContractResponse;
|
|
366
|
+
fromPartial<I extends Exact<DeepPartial<MsgMigrateContractResponse>, I>>(object: I): MsgMigrateContractResponse;
|
|
653
367
|
};
|
|
654
368
|
export declare const MsgUpdateAdmin: {
|
|
655
369
|
encode(message: MsgUpdateAdmin, writer?: _m0.Writer): _m0.Writer;
|
|
656
370
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateAdmin;
|
|
657
371
|
fromJSON(object: any): MsgUpdateAdmin;
|
|
658
372
|
toJSON(message: MsgUpdateAdmin): unknown;
|
|
659
|
-
create<I extends
|
|
660
|
-
|
|
661
|
-
newAdmin?: string;
|
|
662
|
-
contract?: string;
|
|
663
|
-
} & {
|
|
664
|
-
sender?: string;
|
|
665
|
-
newAdmin?: string;
|
|
666
|
-
contract?: string;
|
|
667
|
-
} & { [K in Exclude<keyof I, keyof MsgUpdateAdmin>]: never; }>(base?: I): MsgUpdateAdmin;
|
|
668
|
-
fromPartial<I_1 extends {
|
|
669
|
-
sender?: string;
|
|
670
|
-
newAdmin?: string;
|
|
671
|
-
contract?: string;
|
|
672
|
-
} & {
|
|
673
|
-
sender?: string;
|
|
674
|
-
newAdmin?: string;
|
|
675
|
-
contract?: string;
|
|
676
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgUpdateAdmin>]: never; }>(object: I_1): MsgUpdateAdmin;
|
|
373
|
+
create<I extends Exact<DeepPartial<MsgUpdateAdmin>, I>>(base?: I): MsgUpdateAdmin;
|
|
374
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateAdmin>, I>>(object: I): MsgUpdateAdmin;
|
|
677
375
|
};
|
|
678
376
|
export declare const MsgUpdateAdminResponse: {
|
|
679
377
|
encode(_: MsgUpdateAdminResponse, writer?: _m0.Writer): _m0.Writer;
|
|
680
378
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateAdminResponse;
|
|
681
379
|
fromJSON(_: any): MsgUpdateAdminResponse;
|
|
682
380
|
toJSON(_: MsgUpdateAdminResponse): unknown;
|
|
683
|
-
create<I extends
|
|
684
|
-
fromPartial<
|
|
381
|
+
create<I extends Exact<DeepPartial<MsgUpdateAdminResponse>, I>>(base?: I): MsgUpdateAdminResponse;
|
|
382
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateAdminResponse>, I>>(_: I): MsgUpdateAdminResponse;
|
|
685
383
|
};
|
|
686
384
|
export declare const MsgClearAdmin: {
|
|
687
385
|
encode(message: MsgClearAdmin, writer?: _m0.Writer): _m0.Writer;
|
|
688
386
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgClearAdmin;
|
|
689
387
|
fromJSON(object: any): MsgClearAdmin;
|
|
690
388
|
toJSON(message: MsgClearAdmin): unknown;
|
|
691
|
-
create<I extends
|
|
692
|
-
|
|
693
|
-
contract?: string;
|
|
694
|
-
} & {
|
|
695
|
-
sender?: string;
|
|
696
|
-
contract?: string;
|
|
697
|
-
} & { [K in Exclude<keyof I, keyof MsgClearAdmin>]: never; }>(base?: I): MsgClearAdmin;
|
|
698
|
-
fromPartial<I_1 extends {
|
|
699
|
-
sender?: string;
|
|
700
|
-
contract?: string;
|
|
701
|
-
} & {
|
|
702
|
-
sender?: string;
|
|
703
|
-
contract?: string;
|
|
704
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgClearAdmin>]: never; }>(object: I_1): MsgClearAdmin;
|
|
389
|
+
create<I extends Exact<DeepPartial<MsgClearAdmin>, I>>(base?: I): MsgClearAdmin;
|
|
390
|
+
fromPartial<I extends Exact<DeepPartial<MsgClearAdmin>, I>>(object: I): MsgClearAdmin;
|
|
705
391
|
};
|
|
706
392
|
export declare const MsgClearAdminResponse: {
|
|
707
393
|
encode(_: MsgClearAdminResponse, writer?: _m0.Writer): _m0.Writer;
|
|
708
394
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgClearAdminResponse;
|
|
709
395
|
fromJSON(_: any): MsgClearAdminResponse;
|
|
710
396
|
toJSON(_: MsgClearAdminResponse): unknown;
|
|
711
|
-
create<I extends
|
|
712
|
-
fromPartial<
|
|
397
|
+
create<I extends Exact<DeepPartial<MsgClearAdminResponse>, I>>(base?: I): MsgClearAdminResponse;
|
|
398
|
+
fromPartial<I extends Exact<DeepPartial<MsgClearAdminResponse>, I>>(_: I): MsgClearAdminResponse;
|
|
713
399
|
};
|
|
714
400
|
export declare const MsgUpdateInstantiateConfig: {
|
|
715
401
|
encode(message: MsgUpdateInstantiateConfig, writer?: _m0.Writer): _m0.Writer;
|
|
716
402
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateInstantiateConfig;
|
|
717
403
|
fromJSON(object: any): MsgUpdateInstantiateConfig;
|
|
718
404
|
toJSON(message: MsgUpdateInstantiateConfig): unknown;
|
|
719
|
-
create<I extends
|
|
720
|
-
|
|
721
|
-
codeId?: number;
|
|
722
|
-
newInstantiatePermission?: {
|
|
723
|
-
permission?: import("./types").AccessType;
|
|
724
|
-
address?: string;
|
|
725
|
-
addresses?: string[];
|
|
726
|
-
};
|
|
727
|
-
} & {
|
|
728
|
-
sender?: string;
|
|
729
|
-
codeId?: number;
|
|
730
|
-
newInstantiatePermission?: {
|
|
731
|
-
permission?: import("./types").AccessType;
|
|
732
|
-
address?: string;
|
|
733
|
-
addresses?: string[];
|
|
734
|
-
} & {
|
|
735
|
-
permission?: import("./types").AccessType;
|
|
736
|
-
address?: string;
|
|
737
|
-
addresses?: string[] & string[] & { [K in Exclude<keyof I["newInstantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
738
|
-
} & { [K_1 in Exclude<keyof I["newInstantiatePermission"], keyof AccessConfig>]: never; };
|
|
739
|
-
} & { [K_2 in Exclude<keyof I, keyof MsgUpdateInstantiateConfig>]: never; }>(base?: I): MsgUpdateInstantiateConfig;
|
|
740
|
-
fromPartial<I_1 extends {
|
|
741
|
-
sender?: string;
|
|
742
|
-
codeId?: number;
|
|
743
|
-
newInstantiatePermission?: {
|
|
744
|
-
permission?: import("./types").AccessType;
|
|
745
|
-
address?: string;
|
|
746
|
-
addresses?: string[];
|
|
747
|
-
};
|
|
748
|
-
} & {
|
|
749
|
-
sender?: string;
|
|
750
|
-
codeId?: number;
|
|
751
|
-
newInstantiatePermission?: {
|
|
752
|
-
permission?: import("./types").AccessType;
|
|
753
|
-
address?: string;
|
|
754
|
-
addresses?: string[];
|
|
755
|
-
} & {
|
|
756
|
-
permission?: import("./types").AccessType;
|
|
757
|
-
address?: string;
|
|
758
|
-
addresses?: string[] & string[] & { [K_3 in Exclude<keyof I_1["newInstantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
759
|
-
} & { [K_4 in Exclude<keyof I_1["newInstantiatePermission"], keyof AccessConfig>]: never; };
|
|
760
|
-
} & { [K_5 in Exclude<keyof I_1, keyof MsgUpdateInstantiateConfig>]: never; }>(object: I_1): MsgUpdateInstantiateConfig;
|
|
405
|
+
create<I extends Exact<DeepPartial<MsgUpdateInstantiateConfig>, I>>(base?: I): MsgUpdateInstantiateConfig;
|
|
406
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateInstantiateConfig>, I>>(object: I): MsgUpdateInstantiateConfig;
|
|
761
407
|
};
|
|
762
408
|
export declare const MsgUpdateInstantiateConfigResponse: {
|
|
763
409
|
encode(_: MsgUpdateInstantiateConfigResponse, writer?: _m0.Writer): _m0.Writer;
|
|
764
410
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateInstantiateConfigResponse;
|
|
765
411
|
fromJSON(_: any): MsgUpdateInstantiateConfigResponse;
|
|
766
412
|
toJSON(_: MsgUpdateInstantiateConfigResponse): unknown;
|
|
767
|
-
create<I extends
|
|
768
|
-
fromPartial<
|
|
413
|
+
create<I extends Exact<DeepPartial<MsgUpdateInstantiateConfigResponse>, I>>(base?: I): MsgUpdateInstantiateConfigResponse;
|
|
414
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateInstantiateConfigResponse>, I>>(_: I): MsgUpdateInstantiateConfigResponse;
|
|
769
415
|
};
|
|
770
416
|
export declare const MsgUpdateParams: {
|
|
771
417
|
encode(message: MsgUpdateParams, writer?: _m0.Writer): _m0.Writer;
|
|
772
418
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParams;
|
|
773
419
|
fromJSON(object: any): MsgUpdateParams;
|
|
774
420
|
toJSON(message: MsgUpdateParams): unknown;
|
|
775
|
-
create<I extends
|
|
776
|
-
|
|
777
|
-
params?: {
|
|
778
|
-
codeUploadAccess?: {
|
|
779
|
-
permission?: import("./types").AccessType;
|
|
780
|
-
address?: string;
|
|
781
|
-
addresses?: string[];
|
|
782
|
-
};
|
|
783
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
784
|
-
};
|
|
785
|
-
} & {
|
|
786
|
-
authority?: string;
|
|
787
|
-
params?: {
|
|
788
|
-
codeUploadAccess?: {
|
|
789
|
-
permission?: import("./types").AccessType;
|
|
790
|
-
address?: string;
|
|
791
|
-
addresses?: string[];
|
|
792
|
-
};
|
|
793
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
794
|
-
} & {
|
|
795
|
-
codeUploadAccess?: {
|
|
796
|
-
permission?: import("./types").AccessType;
|
|
797
|
-
address?: string;
|
|
798
|
-
addresses?: string[];
|
|
799
|
-
} & {
|
|
800
|
-
permission?: import("./types").AccessType;
|
|
801
|
-
address?: string;
|
|
802
|
-
addresses?: string[] & string[] & { [K in Exclude<keyof I["params"]["codeUploadAccess"]["addresses"], keyof string[]>]: never; };
|
|
803
|
-
} & { [K_1 in Exclude<keyof I["params"]["codeUploadAccess"], keyof AccessConfig>]: never; };
|
|
804
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
805
|
-
} & { [K_2 in Exclude<keyof I["params"], keyof Params>]: never; };
|
|
806
|
-
} & { [K_3 in Exclude<keyof I, keyof MsgUpdateParams>]: never; }>(base?: I): MsgUpdateParams;
|
|
807
|
-
fromPartial<I_1 extends {
|
|
808
|
-
authority?: string;
|
|
809
|
-
params?: {
|
|
810
|
-
codeUploadAccess?: {
|
|
811
|
-
permission?: import("./types").AccessType;
|
|
812
|
-
address?: string;
|
|
813
|
-
addresses?: string[];
|
|
814
|
-
};
|
|
815
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
816
|
-
};
|
|
817
|
-
} & {
|
|
818
|
-
authority?: string;
|
|
819
|
-
params?: {
|
|
820
|
-
codeUploadAccess?: {
|
|
821
|
-
permission?: import("./types").AccessType;
|
|
822
|
-
address?: string;
|
|
823
|
-
addresses?: string[];
|
|
824
|
-
};
|
|
825
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
826
|
-
} & {
|
|
827
|
-
codeUploadAccess?: {
|
|
828
|
-
permission?: import("./types").AccessType;
|
|
829
|
-
address?: string;
|
|
830
|
-
addresses?: string[];
|
|
831
|
-
} & {
|
|
832
|
-
permission?: import("./types").AccessType;
|
|
833
|
-
address?: string;
|
|
834
|
-
addresses?: string[] & string[] & { [K_4 in Exclude<keyof I_1["params"]["codeUploadAccess"]["addresses"], keyof string[]>]: never; };
|
|
835
|
-
} & { [K_5 in Exclude<keyof I_1["params"]["codeUploadAccess"], keyof AccessConfig>]: never; };
|
|
836
|
-
instantiateDefaultPermission?: import("./types").AccessType;
|
|
837
|
-
} & { [K_6 in Exclude<keyof I_1["params"], keyof Params>]: never; };
|
|
838
|
-
} & { [K_7 in Exclude<keyof I_1, keyof MsgUpdateParams>]: never; }>(object: I_1): MsgUpdateParams;
|
|
421
|
+
create<I extends Exact<DeepPartial<MsgUpdateParams>, I>>(base?: I): MsgUpdateParams;
|
|
422
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateParams>, I>>(object: I): MsgUpdateParams;
|
|
839
423
|
};
|
|
840
424
|
export declare const MsgUpdateParamsResponse: {
|
|
841
425
|
encode(_: MsgUpdateParamsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
842
426
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
843
427
|
fromJSON(_: any): MsgUpdateParamsResponse;
|
|
844
428
|
toJSON(_: MsgUpdateParamsResponse): unknown;
|
|
845
|
-
create<I extends
|
|
846
|
-
fromPartial<
|
|
429
|
+
create<I extends Exact<DeepPartial<MsgUpdateParamsResponse>, I>>(base?: I): MsgUpdateParamsResponse;
|
|
430
|
+
fromPartial<I extends Exact<DeepPartial<MsgUpdateParamsResponse>, I>>(_: I): MsgUpdateParamsResponse;
|
|
847
431
|
};
|
|
848
432
|
export declare const MsgSudoContract: {
|
|
849
433
|
encode(message: MsgSudoContract, writer?: _m0.Writer): _m0.Writer;
|
|
850
434
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSudoContract;
|
|
851
435
|
fromJSON(object: any): MsgSudoContract;
|
|
852
436
|
toJSON(message: MsgSudoContract): unknown;
|
|
853
|
-
create<I extends
|
|
854
|
-
|
|
855
|
-
contract?: string;
|
|
856
|
-
msg?: Uint8Array;
|
|
857
|
-
} & {
|
|
858
|
-
authority?: string;
|
|
859
|
-
contract?: string;
|
|
860
|
-
msg?: Uint8Array;
|
|
861
|
-
} & { [K in Exclude<keyof I, keyof MsgSudoContract>]: never; }>(base?: I): MsgSudoContract;
|
|
862
|
-
fromPartial<I_1 extends {
|
|
863
|
-
authority?: string;
|
|
864
|
-
contract?: string;
|
|
865
|
-
msg?: Uint8Array;
|
|
866
|
-
} & {
|
|
867
|
-
authority?: string;
|
|
868
|
-
contract?: string;
|
|
869
|
-
msg?: Uint8Array;
|
|
870
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgSudoContract>]: never; }>(object: I_1): MsgSudoContract;
|
|
437
|
+
create<I extends Exact<DeepPartial<MsgSudoContract>, I>>(base?: I): MsgSudoContract;
|
|
438
|
+
fromPartial<I extends Exact<DeepPartial<MsgSudoContract>, I>>(object: I): MsgSudoContract;
|
|
871
439
|
};
|
|
872
440
|
export declare const MsgSudoContractResponse: {
|
|
873
441
|
encode(message: MsgSudoContractResponse, writer?: _m0.Writer): _m0.Writer;
|
|
874
442
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgSudoContractResponse;
|
|
875
443
|
fromJSON(object: any): MsgSudoContractResponse;
|
|
876
444
|
toJSON(message: MsgSudoContractResponse): unknown;
|
|
877
|
-
create<I extends
|
|
878
|
-
|
|
879
|
-
} & {
|
|
880
|
-
data?: Uint8Array;
|
|
881
|
-
} & { [K in Exclude<keyof I, "data">]: never; }>(base?: I): MsgSudoContractResponse;
|
|
882
|
-
fromPartial<I_1 extends {
|
|
883
|
-
data?: Uint8Array;
|
|
884
|
-
} & {
|
|
885
|
-
data?: Uint8Array;
|
|
886
|
-
} & { [K_1 in Exclude<keyof I_1, "data">]: never; }>(object: I_1): MsgSudoContractResponse;
|
|
445
|
+
create<I extends Exact<DeepPartial<MsgSudoContractResponse>, I>>(base?: I): MsgSudoContractResponse;
|
|
446
|
+
fromPartial<I extends Exact<DeepPartial<MsgSudoContractResponse>, I>>(object: I): MsgSudoContractResponse;
|
|
887
447
|
};
|
|
888
448
|
export declare const MsgPinCodes: {
|
|
889
449
|
encode(message: MsgPinCodes, writer?: _m0.Writer): _m0.Writer;
|
|
890
450
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgPinCodes;
|
|
891
451
|
fromJSON(object: any): MsgPinCodes;
|
|
892
452
|
toJSON(message: MsgPinCodes): unknown;
|
|
893
|
-
create<I extends
|
|
894
|
-
|
|
895
|
-
codeIds?: number[];
|
|
896
|
-
} & {
|
|
897
|
-
authority?: string;
|
|
898
|
-
codeIds?: number[] & number[] & { [K in Exclude<keyof I["codeIds"], keyof number[]>]: never; };
|
|
899
|
-
} & { [K_1 in Exclude<keyof I, keyof MsgPinCodes>]: never; }>(base?: I): MsgPinCodes;
|
|
900
|
-
fromPartial<I_1 extends {
|
|
901
|
-
authority?: string;
|
|
902
|
-
codeIds?: number[];
|
|
903
|
-
} & {
|
|
904
|
-
authority?: string;
|
|
905
|
-
codeIds?: number[] & number[] & { [K_2 in Exclude<keyof I_1["codeIds"], keyof number[]>]: never; };
|
|
906
|
-
} & { [K_3 in Exclude<keyof I_1, keyof MsgPinCodes>]: never; }>(object: I_1): MsgPinCodes;
|
|
453
|
+
create<I extends Exact<DeepPartial<MsgPinCodes>, I>>(base?: I): MsgPinCodes;
|
|
454
|
+
fromPartial<I extends Exact<DeepPartial<MsgPinCodes>, I>>(object: I): MsgPinCodes;
|
|
907
455
|
};
|
|
908
456
|
export declare const MsgPinCodesResponse: {
|
|
909
457
|
encode(_: MsgPinCodesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
910
458
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgPinCodesResponse;
|
|
911
459
|
fromJSON(_: any): MsgPinCodesResponse;
|
|
912
460
|
toJSON(_: MsgPinCodesResponse): unknown;
|
|
913
|
-
create<I extends
|
|
914
|
-
fromPartial<
|
|
461
|
+
create<I extends Exact<DeepPartial<MsgPinCodesResponse>, I>>(base?: I): MsgPinCodesResponse;
|
|
462
|
+
fromPartial<I extends Exact<DeepPartial<MsgPinCodesResponse>, I>>(_: I): MsgPinCodesResponse;
|
|
915
463
|
};
|
|
916
464
|
export declare const MsgUnpinCodes: {
|
|
917
465
|
encode(message: MsgUnpinCodes, writer?: _m0.Writer): _m0.Writer;
|
|
918
466
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnpinCodes;
|
|
919
467
|
fromJSON(object: any): MsgUnpinCodes;
|
|
920
468
|
toJSON(message: MsgUnpinCodes): unknown;
|
|
921
|
-
create<I extends
|
|
922
|
-
|
|
923
|
-
codeIds?: number[];
|
|
924
|
-
} & {
|
|
925
|
-
authority?: string;
|
|
926
|
-
codeIds?: number[] & number[] & { [K in Exclude<keyof I["codeIds"], keyof number[]>]: never; };
|
|
927
|
-
} & { [K_1 in Exclude<keyof I, keyof MsgUnpinCodes>]: never; }>(base?: I): MsgUnpinCodes;
|
|
928
|
-
fromPartial<I_1 extends {
|
|
929
|
-
authority?: string;
|
|
930
|
-
codeIds?: number[];
|
|
931
|
-
} & {
|
|
932
|
-
authority?: string;
|
|
933
|
-
codeIds?: number[] & number[] & { [K_2 in Exclude<keyof I_1["codeIds"], keyof number[]>]: never; };
|
|
934
|
-
} & { [K_3 in Exclude<keyof I_1, keyof MsgUnpinCodes>]: never; }>(object: I_1): MsgUnpinCodes;
|
|
469
|
+
create<I extends Exact<DeepPartial<MsgUnpinCodes>, I>>(base?: I): MsgUnpinCodes;
|
|
470
|
+
fromPartial<I extends Exact<DeepPartial<MsgUnpinCodes>, I>>(object: I): MsgUnpinCodes;
|
|
935
471
|
};
|
|
936
472
|
export declare const MsgUnpinCodesResponse: {
|
|
937
473
|
encode(_: MsgUnpinCodesResponse, writer?: _m0.Writer): _m0.Writer;
|
|
938
474
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgUnpinCodesResponse;
|
|
939
475
|
fromJSON(_: any): MsgUnpinCodesResponse;
|
|
940
476
|
toJSON(_: MsgUnpinCodesResponse): unknown;
|
|
941
|
-
create<I extends
|
|
942
|
-
fromPartial<
|
|
477
|
+
create<I extends Exact<DeepPartial<MsgUnpinCodesResponse>, I>>(base?: I): MsgUnpinCodesResponse;
|
|
478
|
+
fromPartial<I extends Exact<DeepPartial<MsgUnpinCodesResponse>, I>>(_: I): MsgUnpinCodesResponse;
|
|
943
479
|
};
|
|
944
480
|
export declare const MsgStoreAndInstantiateContract: {
|
|
945
481
|
encode(message: MsgStoreAndInstantiateContract, writer?: _m0.Writer): _m0.Writer;
|
|
946
482
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgStoreAndInstantiateContract;
|
|
947
483
|
fromJSON(object: any): MsgStoreAndInstantiateContract;
|
|
948
484
|
toJSON(message: MsgStoreAndInstantiateContract): unknown;
|
|
949
|
-
create<I extends
|
|
950
|
-
|
|
951
|
-
wasmByteCode?: Uint8Array;
|
|
952
|
-
instantiatePermission?: {
|
|
953
|
-
permission?: import("./types").AccessType;
|
|
954
|
-
address?: string;
|
|
955
|
-
addresses?: string[];
|
|
956
|
-
};
|
|
957
|
-
unpinCode?: boolean;
|
|
958
|
-
admin?: string;
|
|
959
|
-
label?: string;
|
|
960
|
-
msg?: Uint8Array;
|
|
961
|
-
funds?: {
|
|
962
|
-
denom?: string;
|
|
963
|
-
amount?: string;
|
|
964
|
-
}[];
|
|
965
|
-
source?: string;
|
|
966
|
-
builder?: string;
|
|
967
|
-
codeHash?: Uint8Array;
|
|
968
|
-
} & {
|
|
969
|
-
authority?: string;
|
|
970
|
-
wasmByteCode?: Uint8Array;
|
|
971
|
-
instantiatePermission?: {
|
|
972
|
-
permission?: import("./types").AccessType;
|
|
973
|
-
address?: string;
|
|
974
|
-
addresses?: string[];
|
|
975
|
-
} & {
|
|
976
|
-
permission?: import("./types").AccessType;
|
|
977
|
-
address?: string;
|
|
978
|
-
addresses?: string[] & string[] & { [K in Exclude<keyof I["instantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
979
|
-
} & { [K_1 in Exclude<keyof I["instantiatePermission"], keyof AccessConfig>]: never; };
|
|
980
|
-
unpinCode?: boolean;
|
|
981
|
-
admin?: string;
|
|
982
|
-
label?: string;
|
|
983
|
-
msg?: Uint8Array;
|
|
984
|
-
funds?: {
|
|
985
|
-
denom?: string;
|
|
986
|
-
amount?: string;
|
|
987
|
-
}[] & ({
|
|
988
|
-
denom?: string;
|
|
989
|
-
amount?: string;
|
|
990
|
-
} & {
|
|
991
|
-
denom?: string;
|
|
992
|
-
amount?: string;
|
|
993
|
-
} & { [K_2 in Exclude<keyof I["funds"][number], keyof Coin>]: never; })[] & { [K_3 in Exclude<keyof I["funds"], keyof {
|
|
994
|
-
denom?: string;
|
|
995
|
-
amount?: string;
|
|
996
|
-
}[]>]: never; };
|
|
997
|
-
source?: string;
|
|
998
|
-
builder?: string;
|
|
999
|
-
codeHash?: Uint8Array;
|
|
1000
|
-
} & { [K_4 in Exclude<keyof I, keyof MsgStoreAndInstantiateContract>]: never; }>(base?: I): MsgStoreAndInstantiateContract;
|
|
1001
|
-
fromPartial<I_1 extends {
|
|
1002
|
-
authority?: string;
|
|
1003
|
-
wasmByteCode?: Uint8Array;
|
|
1004
|
-
instantiatePermission?: {
|
|
1005
|
-
permission?: import("./types").AccessType;
|
|
1006
|
-
address?: string;
|
|
1007
|
-
addresses?: string[];
|
|
1008
|
-
};
|
|
1009
|
-
unpinCode?: boolean;
|
|
1010
|
-
admin?: string;
|
|
1011
|
-
label?: string;
|
|
1012
|
-
msg?: Uint8Array;
|
|
1013
|
-
funds?: {
|
|
1014
|
-
denom?: string;
|
|
1015
|
-
amount?: string;
|
|
1016
|
-
}[];
|
|
1017
|
-
source?: string;
|
|
1018
|
-
builder?: string;
|
|
1019
|
-
codeHash?: Uint8Array;
|
|
1020
|
-
} & {
|
|
1021
|
-
authority?: string;
|
|
1022
|
-
wasmByteCode?: Uint8Array;
|
|
1023
|
-
instantiatePermission?: {
|
|
1024
|
-
permission?: import("./types").AccessType;
|
|
1025
|
-
address?: string;
|
|
1026
|
-
addresses?: string[];
|
|
1027
|
-
} & {
|
|
1028
|
-
permission?: import("./types").AccessType;
|
|
1029
|
-
address?: string;
|
|
1030
|
-
addresses?: string[] & string[] & { [K_5 in Exclude<keyof I_1["instantiatePermission"]["addresses"], keyof string[]>]: never; };
|
|
1031
|
-
} & { [K_6 in Exclude<keyof I_1["instantiatePermission"], keyof AccessConfig>]: never; };
|
|
1032
|
-
unpinCode?: boolean;
|
|
1033
|
-
admin?: string;
|
|
1034
|
-
label?: string;
|
|
1035
|
-
msg?: Uint8Array;
|
|
1036
|
-
funds?: {
|
|
1037
|
-
denom?: string;
|
|
1038
|
-
amount?: string;
|
|
1039
|
-
}[] & ({
|
|
1040
|
-
denom?: string;
|
|
1041
|
-
amount?: string;
|
|
1042
|
-
} & {
|
|
1043
|
-
denom?: string;
|
|
1044
|
-
amount?: string;
|
|
1045
|
-
} & { [K_7 in Exclude<keyof I_1["funds"][number], keyof Coin>]: never; })[] & { [K_8 in Exclude<keyof I_1["funds"], keyof {
|
|
1046
|
-
denom?: string;
|
|
1047
|
-
amount?: string;
|
|
1048
|
-
}[]>]: never; };
|
|
1049
|
-
source?: string;
|
|
1050
|
-
builder?: string;
|
|
1051
|
-
codeHash?: Uint8Array;
|
|
1052
|
-
} & { [K_9 in Exclude<keyof I_1, keyof MsgStoreAndInstantiateContract>]: never; }>(object: I_1): MsgStoreAndInstantiateContract;
|
|
485
|
+
create<I extends Exact<DeepPartial<MsgStoreAndInstantiateContract>, I>>(base?: I): MsgStoreAndInstantiateContract;
|
|
486
|
+
fromPartial<I extends Exact<DeepPartial<MsgStoreAndInstantiateContract>, I>>(object: I): MsgStoreAndInstantiateContract;
|
|
1053
487
|
};
|
|
1054
488
|
export declare const MsgStoreAndInstantiateContractResponse: {
|
|
1055
489
|
encode(message: MsgStoreAndInstantiateContractResponse, writer?: _m0.Writer): _m0.Writer;
|
|
1056
490
|
decode(input: _m0.Reader | Uint8Array, length?: number): MsgStoreAndInstantiateContractResponse;
|
|
1057
491
|
fromJSON(object: any): MsgStoreAndInstantiateContractResponse;
|
|
1058
492
|
toJSON(message: MsgStoreAndInstantiateContractResponse): unknown;
|
|
1059
|
-
create<I extends
|
|
1060
|
-
|
|
1061
|
-
data?: Uint8Array;
|
|
1062
|
-
} & {
|
|
1063
|
-
address?: string;
|
|
1064
|
-
data?: Uint8Array;
|
|
1065
|
-
} & { [K in Exclude<keyof I, keyof MsgStoreAndInstantiateContractResponse>]: never; }>(base?: I): MsgStoreAndInstantiateContractResponse;
|
|
1066
|
-
fromPartial<I_1 extends {
|
|
1067
|
-
address?: string;
|
|
1068
|
-
data?: Uint8Array;
|
|
1069
|
-
} & {
|
|
1070
|
-
address?: string;
|
|
1071
|
-
data?: Uint8Array;
|
|
1072
|
-
} & { [K_1 in Exclude<keyof I_1, keyof MsgStoreAndInstantiateContractResponse>]: never; }>(object: I_1): MsgStoreAndInstantiateContractResponse;
|
|
493
|
+
create<I extends Exact<DeepPartial<MsgStoreAndInstantiateContractResponse>, I>>(base?: I): MsgStoreAndInstantiateContractResponse;
|
|
494
|
+
fromPartial<I extends Exact<DeepPartial<MsgStoreAndInstantiateContractResponse>, I>>(object: I): MsgStoreAndInstantiateContractResponse;
|
|
1073
495
|
};
|
|
1074
496
|
/** Msg defines the wasm Msg service. */
|
|
1075
497
|
export interface Msg {
|