injectivejs 1.16.7 → 1.17.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.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +2 -0
- package/cosmos/auth/v1beta1/auth.js +2 -0
- package/cosmos/authz/v1beta1/authz.d.ts +1 -0
- package/cosmos/authz/v1beta1/authz.js +1 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/bank.d.ts +1 -0
- package/cosmos/bank/v1beta1/bank.js +1 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bundle.d.ts +13 -13
- package/cosmos/bundle.js +45 -45
- package/cosmos/distribution/v1beta1/distribution.d.ts +2 -0
- package/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1beta1/gov.d.ts +1 -0
- package/cosmos/gov/v1beta1/gov.js +1 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.d.ts +2 -0
- package/cosmos/group/v1/types.js +2 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +2 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmwasm/wasm/v1/authz.d.ts +9 -0
- package/cosmwasm/wasm/v1/authz.js +11 -1
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +12 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +2 -0
- package/esm/cosmos/authz/v1beta1/authz.js +1 -0
- package/esm/cosmos/bank/v1beta1/bank.js +1 -0
- package/esm/cosmos/bundle.js +13 -13
- package/esm/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/esm/cosmos/gov/v1beta1/gov.js +1 -0
- package/esm/cosmos/group/v1/types.js +2 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/esm/cosmwasm/wasm/v1/authz.js +11 -1
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/esm/extern.js +1 -1
- package/esm/google/protobuf/any.js +1 -0
- package/esm/helper-func-types.js +2 -2
- package/esm/helpers.js +2 -2
- package/esm/ibc/bundle.js +1 -1
- package/esm/index.js +1 -1
- package/esm/injective/bundle.js +13 -13
- package/esm/injective/exchange/v1beta1/authz.js +11 -0
- package/esm/injective/exchange/v1beta1/proposal.js +17 -0
- package/esm/injective/ocr/v1beta1/ocr.js +2 -0
- package/esm/injective/oracle/v1beta1/proposal.js +11 -0
- package/esm/injective/types/v1beta1/account.js +1 -0
- package/esm/injective/wasmx/v1/authz.js +1 -0
- package/esm/injective/wasmx/v1/proposal.js +5 -0
- package/esm/registry.js +1 -1
- package/esm/tendermint/bundle.js +2 -2
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +1 -0
- package/helper-func-types.d.ts +2 -2
- package/helper-func-types.js +4 -4
- package/helpers.d.ts +2 -2
- package/helpers.js +4 -4
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/bundle.d.ts +1 -1
- package/ibc/bundle.js +4 -4
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
- package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/bundle.d.ts +13 -13
- package/injective/bundle.js +33 -33
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +11 -0
- package/injective/exchange/v1beta1/proposal.d.ts +17 -0
- package/injective/exchange/v1beta1/proposal.js +17 -0
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +36 -36
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/ocr/v1beta1/ocr.d.ts +2 -0
- package/injective/ocr/v1beta1/ocr.js +2 -0
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +11 -0
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +5 -5
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/txfees/v1beta1/tx.rpc.func.d.ts +1 -1
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +1 -0
- package/injective/wasmx/v1/authz.d.ts +1 -0
- package/injective/wasmx/v1/authz.js +1 -0
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +5 -0
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/package.json +17 -9
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/bundle.d.ts +2 -2
- package/tendermint/bundle.js +4 -4
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -10,6 +10,7 @@ const registry_1 = require("../../../registry");
|
|
|
10
10
|
const encoding_1 = require("@interchainjs/encoding");
|
|
11
11
|
function createBaseStoreCodeAuthorization() {
|
|
12
12
|
return {
|
|
13
|
+
$typeUrl: "/cosmwasm.wasm.v1.StoreCodeAuthorization",
|
|
13
14
|
grants: []
|
|
14
15
|
};
|
|
15
16
|
}
|
|
@@ -104,6 +105,7 @@ exports.StoreCodeAuthorization = {
|
|
|
104
105
|
};
|
|
105
106
|
function createBaseContractExecutionAuthorization() {
|
|
106
107
|
return {
|
|
108
|
+
$typeUrl: "/cosmwasm.wasm.v1.ContractExecutionAuthorization",
|
|
107
109
|
grants: []
|
|
108
110
|
};
|
|
109
111
|
}
|
|
@@ -198,6 +200,7 @@ exports.ContractExecutionAuthorization = {
|
|
|
198
200
|
};
|
|
199
201
|
function createBaseContractMigrationAuthorization() {
|
|
200
202
|
return {
|
|
203
|
+
$typeUrl: "/cosmwasm.wasm.v1.ContractMigrationAuthorization",
|
|
201
204
|
grants: []
|
|
202
205
|
};
|
|
203
206
|
}
|
|
@@ -507,6 +510,7 @@ exports.ContractGrant = {
|
|
|
507
510
|
};
|
|
508
511
|
function createBaseMaxCallsLimit() {
|
|
509
512
|
return {
|
|
513
|
+
$typeUrl: "/cosmwasm.wasm.v1.MaxCallsLimit",
|
|
510
514
|
remaining: BigInt(0)
|
|
511
515
|
};
|
|
512
516
|
}
|
|
@@ -597,6 +601,7 @@ exports.MaxCallsLimit = {
|
|
|
597
601
|
};
|
|
598
602
|
function createBaseMaxFundsLimit() {
|
|
599
603
|
return {
|
|
604
|
+
$typeUrl: "/cosmwasm.wasm.v1.MaxFundsLimit",
|
|
600
605
|
amounts: []
|
|
601
606
|
};
|
|
602
607
|
}
|
|
@@ -691,6 +696,7 @@ exports.MaxFundsLimit = {
|
|
|
691
696
|
};
|
|
692
697
|
function createBaseCombinedLimit() {
|
|
693
698
|
return {
|
|
699
|
+
$typeUrl: "/cosmwasm.wasm.v1.CombinedLimit",
|
|
694
700
|
callsRemaining: BigInt(0),
|
|
695
701
|
amounts: []
|
|
696
702
|
};
|
|
@@ -797,7 +803,9 @@ exports.CombinedLimit = {
|
|
|
797
803
|
}
|
|
798
804
|
};
|
|
799
805
|
function createBaseAllowAllMessagesFilter() {
|
|
800
|
-
return {
|
|
806
|
+
return {
|
|
807
|
+
$typeUrl: "/cosmwasm.wasm.v1.AllowAllMessagesFilter"
|
|
808
|
+
};
|
|
801
809
|
}
|
|
802
810
|
/**
|
|
803
811
|
* AllowAllMessagesFilter is a wildcard to allow any type of contract payload
|
|
@@ -876,6 +884,7 @@ exports.AllowAllMessagesFilter = {
|
|
|
876
884
|
};
|
|
877
885
|
function createBaseAcceptedMessageKeysFilter() {
|
|
878
886
|
return {
|
|
887
|
+
$typeUrl: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter",
|
|
879
888
|
keys: []
|
|
880
889
|
};
|
|
881
890
|
}
|
|
@@ -970,6 +979,7 @@ exports.AcceptedMessageKeysFilter = {
|
|
|
970
979
|
};
|
|
971
980
|
function createBaseAcceptedMessagesFilter() {
|
|
972
981
|
return {
|
|
982
|
+
$typeUrl: "/cosmwasm.wasm.v1.AcceptedMessagesFilter",
|
|
973
983
|
messages: []
|
|
974
984
|
};
|
|
975
985
|
}
|
|
@@ -13,6 +13,7 @@ import { DeepPartial } from "../../../helpers";
|
|
|
13
13
|
* @deprecated
|
|
14
14
|
*/
|
|
15
15
|
export interface StoreCodeProposal {
|
|
16
|
+
$typeUrl?: "/cosmwasm.wasm.v1.StoreCodeProposal";
|
|
16
17
|
/**
|
|
17
18
|
* Title is a short summary
|
|
18
19
|
*/
|
|
@@ -121,6 +122,7 @@ export interface StoreCodeProposalAminoMsg {
|
|
|
121
122
|
* @deprecated
|
|
122
123
|
*/
|
|
123
124
|
export interface InstantiateContractProposal {
|
|
125
|
+
$typeUrl?: "/cosmwasm.wasm.v1.InstantiateContractProposal";
|
|
124
126
|
/**
|
|
125
127
|
* Title is a short summary
|
|
126
128
|
*/
|
|
@@ -217,6 +219,7 @@ export interface InstantiateContractProposalAminoMsg {
|
|
|
217
219
|
* @deprecated
|
|
218
220
|
*/
|
|
219
221
|
export interface InstantiateContract2Proposal {
|
|
222
|
+
$typeUrl?: "/cosmwasm.wasm.v1.InstantiateContract2Proposal";
|
|
220
223
|
/**
|
|
221
224
|
* Title is a short summary
|
|
222
225
|
*/
|
|
@@ -331,6 +334,7 @@ export interface InstantiateContract2ProposalAminoMsg {
|
|
|
331
334
|
* @deprecated
|
|
332
335
|
*/
|
|
333
336
|
export interface MigrateContractProposal {
|
|
337
|
+
$typeUrl?: "/cosmwasm.wasm.v1.MigrateContractProposal";
|
|
334
338
|
/**
|
|
335
339
|
* Title is a short summary
|
|
336
340
|
*/
|
|
@@ -403,6 +407,7 @@ export interface MigrateContractProposalAminoMsg {
|
|
|
403
407
|
* @deprecated
|
|
404
408
|
*/
|
|
405
409
|
export interface SudoContractProposal {
|
|
410
|
+
$typeUrl?: "/cosmwasm.wasm.v1.SudoContractProposal";
|
|
406
411
|
/**
|
|
407
412
|
* Title is a short summary
|
|
408
413
|
*/
|
|
@@ -467,6 +472,7 @@ export interface SudoContractProposalAminoMsg {
|
|
|
467
472
|
* @deprecated
|
|
468
473
|
*/
|
|
469
474
|
export interface ExecuteContractProposal {
|
|
475
|
+
$typeUrl?: "/cosmwasm.wasm.v1.ExecuteContractProposal";
|
|
470
476
|
/**
|
|
471
477
|
* Title is a short summary
|
|
472
478
|
*/
|
|
@@ -547,6 +553,7 @@ export interface ExecuteContractProposalAminoMsg {
|
|
|
547
553
|
* @deprecated
|
|
548
554
|
*/
|
|
549
555
|
export interface UpdateAdminProposal {
|
|
556
|
+
$typeUrl?: "/cosmwasm.wasm.v1.UpdateAdminProposal";
|
|
550
557
|
/**
|
|
551
558
|
* Title is a short summary
|
|
552
559
|
*/
|
|
@@ -611,6 +618,7 @@ export interface UpdateAdminProposalAminoMsg {
|
|
|
611
618
|
* @deprecated
|
|
612
619
|
*/
|
|
613
620
|
export interface ClearAdminProposal {
|
|
621
|
+
$typeUrl?: "/cosmwasm.wasm.v1.ClearAdminProposal";
|
|
614
622
|
/**
|
|
615
623
|
* Title is a short summary
|
|
616
624
|
*/
|
|
@@ -667,6 +675,7 @@ export interface ClearAdminProposalAminoMsg {
|
|
|
667
675
|
* @deprecated
|
|
668
676
|
*/
|
|
669
677
|
export interface PinCodesProposal {
|
|
678
|
+
$typeUrl?: "/cosmwasm.wasm.v1.PinCodesProposal";
|
|
670
679
|
/**
|
|
671
680
|
* Title is a short summary
|
|
672
681
|
*/
|
|
@@ -723,6 +732,7 @@ export interface PinCodesProposalAminoMsg {
|
|
|
723
732
|
* @deprecated
|
|
724
733
|
*/
|
|
725
734
|
export interface UnpinCodesProposal {
|
|
735
|
+
$typeUrl?: "/cosmwasm.wasm.v1.UnpinCodesProposal";
|
|
726
736
|
/**
|
|
727
737
|
* Title is a short summary
|
|
728
738
|
*/
|
|
@@ -821,6 +831,7 @@ export interface AccessConfigUpdateAminoMsg {
|
|
|
821
831
|
* @deprecated
|
|
822
832
|
*/
|
|
823
833
|
export interface UpdateInstantiateConfigProposal {
|
|
834
|
+
$typeUrl?: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal";
|
|
824
835
|
/**
|
|
825
836
|
* Title is a short summary
|
|
826
837
|
*/
|
|
@@ -879,6 +890,7 @@ export interface UpdateInstantiateConfigProposalAminoMsg {
|
|
|
879
890
|
* @deprecated
|
|
880
891
|
*/
|
|
881
892
|
export interface StoreAndInstantiateContractProposal {
|
|
893
|
+
$typeUrl?: "/cosmwasm.wasm.v1.StoreAndInstantiateContractProposal";
|
|
882
894
|
/**
|
|
883
895
|
* Title is a short summary
|
|
884
896
|
*/
|
|
@@ -9,6 +9,7 @@ const helpers_1 = require("../../../helpers");
|
|
|
9
9
|
const encoding_1 = require("@interchainjs/encoding");
|
|
10
10
|
function createBaseStoreCodeProposal() {
|
|
11
11
|
return {
|
|
12
|
+
$typeUrl: "/cosmwasm.wasm.v1.StoreCodeProposal",
|
|
12
13
|
title: "",
|
|
13
14
|
description: "",
|
|
14
15
|
runAs: "",
|
|
@@ -199,6 +200,7 @@ exports.StoreCodeProposal = {
|
|
|
199
200
|
};
|
|
200
201
|
function createBaseInstantiateContractProposal() {
|
|
201
202
|
return {
|
|
203
|
+
$typeUrl: "/cosmwasm.wasm.v1.InstantiateContractProposal",
|
|
202
204
|
title: "",
|
|
203
205
|
description: "",
|
|
204
206
|
runAs: "",
|
|
@@ -380,6 +382,7 @@ exports.InstantiateContractProposal = {
|
|
|
380
382
|
};
|
|
381
383
|
function createBaseInstantiateContract2Proposal() {
|
|
382
384
|
return {
|
|
385
|
+
$typeUrl: "/cosmwasm.wasm.v1.InstantiateContract2Proposal",
|
|
383
386
|
title: "",
|
|
384
387
|
description: "",
|
|
385
388
|
runAs: "",
|
|
@@ -585,6 +588,7 @@ exports.InstantiateContract2Proposal = {
|
|
|
585
588
|
};
|
|
586
589
|
function createBaseMigrateContractProposal() {
|
|
587
590
|
return {
|
|
591
|
+
$typeUrl: "/cosmwasm.wasm.v1.MigrateContractProposal",
|
|
588
592
|
title: "",
|
|
589
593
|
description: "",
|
|
590
594
|
contract: "",
|
|
@@ -726,6 +730,7 @@ exports.MigrateContractProposal = {
|
|
|
726
730
|
};
|
|
727
731
|
function createBaseSudoContractProposal() {
|
|
728
732
|
return {
|
|
733
|
+
$typeUrl: "/cosmwasm.wasm.v1.SudoContractProposal",
|
|
729
734
|
title: "",
|
|
730
735
|
description: "",
|
|
731
736
|
contract: "",
|
|
@@ -855,6 +860,7 @@ exports.SudoContractProposal = {
|
|
|
855
860
|
};
|
|
856
861
|
function createBaseExecuteContractProposal() {
|
|
857
862
|
return {
|
|
863
|
+
$typeUrl: "/cosmwasm.wasm.v1.ExecuteContractProposal",
|
|
858
864
|
title: "",
|
|
859
865
|
description: "",
|
|
860
866
|
runAs: "",
|
|
@@ -1012,6 +1018,7 @@ exports.ExecuteContractProposal = {
|
|
|
1012
1018
|
};
|
|
1013
1019
|
function createBaseUpdateAdminProposal() {
|
|
1014
1020
|
return {
|
|
1021
|
+
$typeUrl: "/cosmwasm.wasm.v1.UpdateAdminProposal",
|
|
1015
1022
|
title: "",
|
|
1016
1023
|
description: "",
|
|
1017
1024
|
newAdmin: "",
|
|
@@ -1141,6 +1148,7 @@ exports.UpdateAdminProposal = {
|
|
|
1141
1148
|
};
|
|
1142
1149
|
function createBaseClearAdminProposal() {
|
|
1143
1150
|
return {
|
|
1151
|
+
$typeUrl: "/cosmwasm.wasm.v1.ClearAdminProposal",
|
|
1144
1152
|
title: "",
|
|
1145
1153
|
description: "",
|
|
1146
1154
|
contract: ""
|
|
@@ -1258,6 +1266,7 @@ exports.ClearAdminProposal = {
|
|
|
1258
1266
|
};
|
|
1259
1267
|
function createBasePinCodesProposal() {
|
|
1260
1268
|
return {
|
|
1269
|
+
$typeUrl: "/cosmwasm.wasm.v1.PinCodesProposal",
|
|
1261
1270
|
title: "",
|
|
1262
1271
|
description: "",
|
|
1263
1272
|
codeIds: []
|
|
@@ -1388,6 +1397,7 @@ exports.PinCodesProposal = {
|
|
|
1388
1397
|
};
|
|
1389
1398
|
function createBaseUnpinCodesProposal() {
|
|
1390
1399
|
return {
|
|
1400
|
+
$typeUrl: "/cosmwasm.wasm.v1.UnpinCodesProposal",
|
|
1391
1401
|
title: "",
|
|
1392
1402
|
description: "",
|
|
1393
1403
|
codeIds: []
|
|
@@ -1619,6 +1629,7 @@ exports.AccessConfigUpdate = {
|
|
|
1619
1629
|
};
|
|
1620
1630
|
function createBaseUpdateInstantiateConfigProposal() {
|
|
1621
1631
|
return {
|
|
1632
|
+
$typeUrl: "/cosmwasm.wasm.v1.UpdateInstantiateConfigProposal",
|
|
1622
1633
|
title: "",
|
|
1623
1634
|
description: "",
|
|
1624
1635
|
accessConfigUpdates: []
|
|
@@ -1740,6 +1751,7 @@ exports.UpdateInstantiateConfigProposal = {
|
|
|
1740
1751
|
};
|
|
1741
1752
|
function createBaseStoreAndInstantiateContractProposal() {
|
|
1742
1753
|
return {
|
|
1754
|
+
$typeUrl: "/cosmwasm.wasm.v1.StoreAndInstantiateContractProposal",
|
|
1743
1755
|
title: "",
|
|
1744
1756
|
description: "",
|
|
1745
1757
|
runAs: "",
|
|
@@ -5,7 +5,7 @@ import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecu
|
|
|
5
5
|
* @package cosmwasm.wasm.v1
|
|
6
6
|
* @see proto service: cosmwasm.wasm.v1.StoreCode
|
|
7
7
|
*/
|
|
8
|
-
export declare const storeCode: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const storeCode: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgStoreCode | MsgStoreCode[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* InstantiateContract creates a new smart contract instance for the given
|
|
11
11
|
* code id.
|
|
@@ -13,7 +13,7 @@ export declare const storeCode: (client: import("@interchainjs/cosmos/types/sign
|
|
|
13
13
|
* @package cosmwasm.wasm.v1
|
|
14
14
|
* @see proto service: cosmwasm.wasm.v1.InstantiateContract
|
|
15
15
|
*/
|
|
16
|
-
export declare const instantiateContract: (client: import("@interchainjs/cosmos
|
|
16
|
+
export declare const instantiateContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantiateContract | MsgInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* InstantiateContract2 creates a new smart contract instance for the given
|
|
19
19
|
* code id with a predictable address
|
|
@@ -21,42 +21,42 @@ export declare const instantiateContract: (client: import("@interchainjs/cosmos/
|
|
|
21
21
|
* @package cosmwasm.wasm.v1
|
|
22
22
|
* @see proto service: cosmwasm.wasm.v1.InstantiateContract2
|
|
23
23
|
*/
|
|
24
|
-
export declare const instantiateContract2: (client: import("@interchainjs/cosmos
|
|
24
|
+
export declare const instantiateContract2: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantiateContract2 | MsgInstantiateContract2[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
25
|
/**
|
|
26
26
|
* Execute submits the given message data to a smart contract
|
|
27
27
|
* @name executeContract
|
|
28
28
|
* @package cosmwasm.wasm.v1
|
|
29
29
|
* @see proto service: cosmwasm.wasm.v1.ExecuteContract
|
|
30
30
|
*/
|
|
31
|
-
export declare const executeContract: (client: import("@interchainjs/cosmos
|
|
31
|
+
export declare const executeContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExecuteContract | MsgExecuteContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* Migrate runs a code upgrade/ downgrade for a smart contract
|
|
34
34
|
* @name migrateContract
|
|
35
35
|
* @package cosmwasm.wasm.v1
|
|
36
36
|
* @see proto service: cosmwasm.wasm.v1.MigrateContract
|
|
37
37
|
*/
|
|
38
|
-
export declare const migrateContract: (client: import("@interchainjs/cosmos
|
|
38
|
+
export declare const migrateContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgMigrateContract | MsgMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
39
39
|
/**
|
|
40
40
|
* UpdateAdmin sets a new admin for a smart contract
|
|
41
41
|
* @name updateAdmin
|
|
42
42
|
* @package cosmwasm.wasm.v1
|
|
43
43
|
* @see proto service: cosmwasm.wasm.v1.UpdateAdmin
|
|
44
44
|
*/
|
|
45
|
-
export declare const updateAdmin: (client: import("@interchainjs/cosmos
|
|
45
|
+
export declare const updateAdmin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateAdmin | MsgUpdateAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* ClearAdmin removes any admin stored for a smart contract
|
|
48
48
|
* @name clearAdmin
|
|
49
49
|
* @package cosmwasm.wasm.v1
|
|
50
50
|
* @see proto service: cosmwasm.wasm.v1.ClearAdmin
|
|
51
51
|
*/
|
|
52
|
-
export declare const clearAdmin: (client: import("@interchainjs/cosmos
|
|
52
|
+
export declare const clearAdmin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgClearAdmin | MsgClearAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
53
53
|
/**
|
|
54
54
|
* UpdateInstantiateConfig updates instantiate config for a smart contract
|
|
55
55
|
* @name updateInstantiateConfig
|
|
56
56
|
* @package cosmwasm.wasm.v1
|
|
57
57
|
* @see proto service: cosmwasm.wasm.v1.UpdateInstantiateConfig
|
|
58
58
|
*/
|
|
59
|
-
export declare const updateInstantiateConfig: (client: import("@interchainjs/cosmos
|
|
59
|
+
export declare const updateInstantiateConfig: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateInstantiateConfig | MsgUpdateInstantiateConfig[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
60
60
|
/**
|
|
61
61
|
* UpdateParams defines a governance operation for updating the x/wasm
|
|
62
62
|
* module parameters. The authority is defined in the keeper.
|
|
@@ -66,7 +66,7 @@ export declare const updateInstantiateConfig: (client: import("@interchainjs/cos
|
|
|
66
66
|
* @package cosmwasm.wasm.v1
|
|
67
67
|
* @see proto service: cosmwasm.wasm.v1.UpdateParams
|
|
68
68
|
*/
|
|
69
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
69
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
70
70
|
/**
|
|
71
71
|
* SudoContract defines a governance operation for calling sudo
|
|
72
72
|
* on a contract. The authority is defined in the keeper.
|
|
@@ -76,7 +76,7 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types/s
|
|
|
76
76
|
* @package cosmwasm.wasm.v1
|
|
77
77
|
* @see proto service: cosmwasm.wasm.v1.SudoContract
|
|
78
78
|
*/
|
|
79
|
-
export declare const sudoContract: (client: import("@interchainjs/cosmos
|
|
79
|
+
export declare const sudoContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSudoContract | MsgSudoContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
80
80
|
/**
|
|
81
81
|
* PinCodes defines a governance operation for pinning a set of
|
|
82
82
|
* code ids in the wasmvm cache. The authority is defined in the keeper.
|
|
@@ -86,7 +86,7 @@ export declare const sudoContract: (client: import("@interchainjs/cosmos/types/s
|
|
|
86
86
|
* @package cosmwasm.wasm.v1
|
|
87
87
|
* @see proto service: cosmwasm.wasm.v1.PinCodes
|
|
88
88
|
*/
|
|
89
|
-
export declare const pinCodes: (client: import("@interchainjs/cosmos
|
|
89
|
+
export declare const pinCodes: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgPinCodes | MsgPinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
90
90
|
/**
|
|
91
91
|
* UnpinCodes defines a governance operation for unpinning a set of
|
|
92
92
|
* code ids in the wasmvm cache. The authority is defined in the keeper.
|
|
@@ -96,7 +96,7 @@ export declare const pinCodes: (client: import("@interchainjs/cosmos/types/signi
|
|
|
96
96
|
* @package cosmwasm.wasm.v1
|
|
97
97
|
* @see proto service: cosmwasm.wasm.v1.UnpinCodes
|
|
98
98
|
*/
|
|
99
|
-
export declare const unpinCodes: (client: import("@interchainjs/cosmos
|
|
99
|
+
export declare const unpinCodes: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUnpinCodes | MsgUnpinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
100
100
|
/**
|
|
101
101
|
* StoreAndInstantiateContract defines a governance operation for storing
|
|
102
102
|
* and instantiating the contract. The authority is defined in the keeper.
|
|
@@ -106,7 +106,7 @@ export declare const unpinCodes: (client: import("@interchainjs/cosmos/types/sig
|
|
|
106
106
|
* @package cosmwasm.wasm.v1
|
|
107
107
|
* @see proto service: cosmwasm.wasm.v1.StoreAndInstantiateContract
|
|
108
108
|
*/
|
|
109
|
-
export declare const storeAndInstantiateContract: (client: import("@interchainjs/cosmos
|
|
109
|
+
export declare const storeAndInstantiateContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgStoreAndInstantiateContract | MsgStoreAndInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
110
110
|
/**
|
|
111
111
|
* RemoveCodeUploadParamsAddresses defines a governance operation for
|
|
112
112
|
* removing addresses from code upload params.
|
|
@@ -115,7 +115,7 @@ export declare const storeAndInstantiateContract: (client: import("@interchainjs
|
|
|
115
115
|
* @package cosmwasm.wasm.v1
|
|
116
116
|
* @see proto service: cosmwasm.wasm.v1.RemoveCodeUploadParamsAddresses
|
|
117
117
|
*/
|
|
118
|
-
export declare const removeCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos
|
|
118
|
+
export declare const removeCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRemoveCodeUploadParamsAddresses | MsgRemoveCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
119
119
|
/**
|
|
120
120
|
* AddCodeUploadParamsAddresses defines a governance operation for
|
|
121
121
|
* adding addresses to code upload params.
|
|
@@ -124,7 +124,7 @@ export declare const removeCodeUploadParamsAddresses: (client: import("@intercha
|
|
|
124
124
|
* @package cosmwasm.wasm.v1
|
|
125
125
|
* @see proto service: cosmwasm.wasm.v1.AddCodeUploadParamsAddresses
|
|
126
126
|
*/
|
|
127
|
-
export declare const addCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos
|
|
127
|
+
export declare const addCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgAddCodeUploadParamsAddresses | MsgAddCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
128
128
|
/**
|
|
129
129
|
* StoreAndMigrateContract defines a governance operation for storing
|
|
130
130
|
* and migrating the contract. The authority is defined in the keeper.
|
|
@@ -134,7 +134,7 @@ export declare const addCodeUploadParamsAddresses: (client: import("@interchainj
|
|
|
134
134
|
* @package cosmwasm.wasm.v1
|
|
135
135
|
* @see proto service: cosmwasm.wasm.v1.StoreAndMigrateContract
|
|
136
136
|
*/
|
|
137
|
-
export declare const storeAndMigrateContract: (client: import("@interchainjs/cosmos
|
|
137
|
+
export declare const storeAndMigrateContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgStoreAndMigrateContract | MsgStoreAndMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
138
138
|
/**
|
|
139
139
|
* UpdateContractLabel sets a new label for a smart contract
|
|
140
140
|
*
|
|
@@ -143,4 +143,4 @@ export declare const storeAndMigrateContract: (client: import("@interchainjs/cos
|
|
|
143
143
|
* @package cosmwasm.wasm.v1
|
|
144
144
|
* @see proto service: cosmwasm.wasm.v1.UpdateContractLabel
|
|
145
145
|
*/
|
|
146
|
-
export declare const updateContractLabel: (client: import("@interchainjs/cosmos
|
|
146
|
+
export declare const updateContractLabel: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateContractLabel | MsgUpdateContractLabel[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/esm/binary.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
|
@@ -4,6 +4,7 @@ import { GlobalDecoderRegistry } from "../../../registry";
|
|
|
4
4
|
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
5
5
|
function createBaseBaseAccount() {
|
|
6
6
|
return {
|
|
7
|
+
$typeUrl: "/cosmos.auth.v1beta1.BaseAccount",
|
|
7
8
|
address: "",
|
|
8
9
|
pubKey: undefined,
|
|
9
10
|
accountNumber: BigInt(0),
|
|
@@ -131,6 +132,7 @@ export const BaseAccount = {
|
|
|
131
132
|
};
|
|
132
133
|
function createBaseModuleAccount() {
|
|
133
134
|
return {
|
|
135
|
+
$typeUrl: "/cosmos.auth.v1beta1.ModuleAccount",
|
|
134
136
|
baseAccount: undefined,
|
|
135
137
|
name: "",
|
|
136
138
|
permissions: []
|
package/esm/cosmos/bundle.js
CHANGED
|
@@ -5,14 +5,14 @@ export * from "./tx/v1beta1/tx";
|
|
|
5
5
|
export * from "./tx/v1beta1/service";
|
|
6
6
|
export * from "./tx/signing/v1beta1/signing";
|
|
7
7
|
export { MsgCreateValidator, MsgCreateValidatorResponse, MsgEditValidator, MsgEditValidatorResponse, MsgDelegate, MsgDelegateResponse, MsgBeginRedelegate, MsgBeginRedelegateResponse, MsgUndelegate, MsgUndelegateResponse, MsgCancelUnbondingDelegation, MsgCancelUnbondingDelegationResponse, MsgUpdateParams as CosmosStakingV1beta1MsgUpdateParams, MsgUpdateParamsResponse as CosmosStakingV1beta1MsgUpdateParamsResponse } from "./staking/v1beta1/tx";
|
|
8
|
-
export { BondStatus, BondStatusAmino, Infraction, InfractionAmino, HistoricalInfo, CommissionRates, Commission, Description, Validator
|
|
8
|
+
export { BondStatus, BondStatusAmino, Infraction, InfractionAmino, HistoricalInfo, CommissionRates, Commission, Description, Validator, ValAddresses, DVPair, DVPairs, DVVTriplet, DVVTriplets, Delegation, UnbondingDelegation, UnbondingDelegationEntry, RedelegationEntry, Redelegation, Params, DelegationResponse, RedelegationEntryResponse, RedelegationResponse, Pool, ValidatorUpdates } from "./staking/v1beta1/staking";
|
|
9
9
|
export { QueryValidatorsRequest, QueryValidatorsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryDelegationRequest, QueryDelegationResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryPoolRequest, QueryPoolResponse, QueryParamsRequest as CosmosStakingV1beta1QueryParamsRequest, QueryParamsResponse as CosmosStakingV1beta1QueryParamsResponse } from "./staking/v1beta1/query";
|
|
10
10
|
export * from "./ics23/v1/proofs";
|
|
11
|
-
export { VoteOption, VoteOptionAmino, ProposalStatus, ProposalStatusAmino, ProposalExecutorResult, ProposalExecutorResultAmino, Member, MemberRequest, ThresholdDecisionPolicy, PercentageDecisionPolicy, DecisionPolicyWindows, GroupInfo, GroupMember, GroupPolicyInfo, Proposal as CosmosGroupV1Proposal, TallyResult, Vote as CosmosGroupV1Vote } from "./group/v1/types";
|
|
12
|
-
export { Exec, ExecAmino, MsgCreateGroup, MsgCreateGroupResponse, MsgUpdateGroupMembers, MsgUpdateGroupMembersResponse, MsgUpdateGroupAdmin, MsgUpdateGroupAdminResponse, MsgUpdateGroupMetadata, MsgUpdateGroupMetadataResponse, MsgCreateGroupPolicy, MsgCreateGroupPolicyResponse, MsgUpdateGroupPolicyAdmin, MsgUpdateGroupPolicyAdminResponse, MsgCreateGroupWithPolicy, MsgCreateGroupWithPolicyResponse, MsgUpdateGroupPolicyDecisionPolicy, MsgUpdateGroupPolicyDecisionPolicyResponse, MsgUpdateGroupPolicyMetadata, MsgUpdateGroupPolicyMetadataResponse, MsgSubmitProposal, MsgSubmitProposalResponse, MsgWithdrawProposal, MsgWithdrawProposalResponse, MsgVote, MsgVoteResponse, MsgExec, MsgExecResponse, MsgLeaveGroup, MsgLeaveGroupResponse } from "./group/v1/tx";
|
|
13
|
-
export { MsgSubmitProposal
|
|
11
|
+
export { VoteOption as CosmosGroupV1VoteOption, VoteOptionAmino as CosmosGroupV1VoteOptionAmino, ProposalStatus as CosmosGroupV1ProposalStatus, ProposalStatusAmino as CosmosGroupV1ProposalStatusAmino, ProposalExecutorResult, ProposalExecutorResultAmino, Member, MemberRequest, ThresholdDecisionPolicy, PercentageDecisionPolicy, DecisionPolicyWindows, GroupInfo, GroupMember, GroupPolicyInfo, Proposal as CosmosGroupV1Proposal, TallyResult as CosmosGroupV1TallyResult, Vote as CosmosGroupV1Vote } from "./group/v1/types";
|
|
12
|
+
export { Exec, ExecAmino, MsgCreateGroup, MsgCreateGroupResponse, MsgUpdateGroupMembers, MsgUpdateGroupMembersResponse, MsgUpdateGroupAdmin, MsgUpdateGroupAdminResponse, MsgUpdateGroupMetadata, MsgUpdateGroupMetadataResponse, MsgCreateGroupPolicy, MsgCreateGroupPolicyResponse, MsgUpdateGroupPolicyAdmin, MsgUpdateGroupPolicyAdminResponse, MsgCreateGroupWithPolicy, MsgCreateGroupWithPolicyResponse, MsgUpdateGroupPolicyDecisionPolicy, MsgUpdateGroupPolicyDecisionPolicyResponse, MsgUpdateGroupPolicyMetadata, MsgUpdateGroupPolicyMetadataResponse, MsgSubmitProposal as CosmosGroupV1MsgSubmitProposal, MsgSubmitProposalResponse as CosmosGroupV1MsgSubmitProposalResponse, MsgWithdrawProposal, MsgWithdrawProposalResponse, MsgVote as CosmosGroupV1MsgVote, MsgVoteResponse as CosmosGroupV1MsgVoteResponse, MsgExec as CosmosGroupV1MsgExec, MsgExecResponse as CosmosGroupV1MsgExecResponse, MsgLeaveGroup, MsgLeaveGroupResponse } from "./group/v1/tx";
|
|
13
|
+
export { MsgSubmitProposal, MsgSubmitProposalResponse as CosmosGovV1beta1MsgSubmitProposalResponse, MsgVote, MsgVoteResponse as CosmosGovV1beta1MsgVoteResponse, MsgVoteWeighted, MsgVoteWeightedResponse as CosmosGovV1beta1MsgVoteWeightedResponse, MsgDeposit, MsgDepositResponse as CosmosGovV1beta1MsgDepositResponse } from "./gov/v1beta1/tx";
|
|
14
14
|
export { QueryProposalRequest, QueryProposalResponse, QueryProposalsRequest, QueryProposalsResponse, QueryVoteRequest, QueryVoteResponse, QueryVotesRequest, QueryVotesResponse, QueryParamsRequest as CosmosGovV1beta1QueryParamsRequest, QueryParamsResponse as CosmosGovV1beta1QueryParamsResponse, QueryDepositRequest, QueryDepositResponse, QueryDepositsRequest, QueryDepositsResponse, QueryTallyResultRequest, QueryTallyResultResponse } from "./gov/v1beta1/query";
|
|
15
|
-
export { VoteOption
|
|
15
|
+
export { VoteOption, VoteOptionAmino as CosmosGovV1beta1VoteOptionAmino, ProposalStatus, ProposalStatusAmino as CosmosGovV1beta1ProposalStatusAmino, WeightedVoteOption as CosmosGovV1beta1WeightedVoteOption, TextProposal, Deposit, Proposal, TallyResult, Vote, DepositParams, VotingParams, TallyParams } from "./gov/v1beta1/gov";
|
|
16
16
|
export { MsgSubmitProposal as CosmosGovV1MsgSubmitProposal, MsgSubmitProposalResponse as CosmosGovV1MsgSubmitProposalResponse, MsgExecLegacyContent, MsgExecLegacyContentResponse, MsgVote as CosmosGovV1MsgVote, MsgVoteResponse as CosmosGovV1MsgVoteResponse, MsgVoteWeighted as CosmosGovV1MsgVoteWeighted, MsgVoteWeightedResponse as CosmosGovV1MsgVoteWeightedResponse, MsgDeposit as CosmosGovV1MsgDeposit, MsgDepositResponse as CosmosGovV1MsgDepositResponse, MsgUpdateParams as CosmosGovV1MsgUpdateParams, MsgUpdateParamsResponse as CosmosGovV1MsgUpdateParamsResponse, MsgCancelProposal, MsgCancelProposalResponse } from "./gov/v1/tx";
|
|
17
17
|
export { VoteOption as CosmosGovV1VoteOption, VoteOptionAmino as CosmosGovV1VoteOptionAmino, ProposalStatus as CosmosGovV1ProposalStatus, ProposalStatusAmino as CosmosGovV1ProposalStatusAmino, WeightedVoteOption as CosmosGovV1WeightedVoteOption, Deposit as CosmosGovV1Deposit, Proposal as CosmosGovV1Proposal, TallyResult as CosmosGovV1TallyResult, Vote as CosmosGovV1Vote, DepositParams as CosmosGovV1DepositParams, VotingParams as CosmosGovV1VotingParams, TallyParams as CosmosGovV1TallyParams, Params as CosmosGovV1Params } from "./gov/v1/gov";
|
|
18
18
|
export * from "./feegrant/v1beta1/tx";
|
|
@@ -25,11 +25,11 @@ export { PubKey as CosmosCryptoEd25519PubKey, PrivKey as CosmosCryptoEd25519Priv
|
|
|
25
25
|
export * from "./base/v1beta1/coin";
|
|
26
26
|
export * from "./base/query/v1beta1/pagination";
|
|
27
27
|
export * from "./base/abci/v1beta1/abci";
|
|
28
|
-
export { MsgSend, MsgSendResponse, MsgMultiSend, MsgMultiSendResponse, MsgUpdateParams
|
|
29
|
-
export { QueryBalanceRequest, QueryBalanceResponse, QueryAllBalancesRequest, QueryAllBalancesResponse, QuerySpendableBalancesRequest, QuerySpendableBalancesResponse, QuerySpendableBalanceByDenomRequest, QuerySpendableBalanceByDenomResponse, QueryTotalSupplyRequest, QueryTotalSupplyResponse, QuerySupplyOfRequest, QuerySupplyOfResponse, QueryParamsRequest
|
|
28
|
+
export { MsgSend, MsgSendResponse, MsgMultiSend, MsgMultiSendResponse, MsgUpdateParams, MsgUpdateParamsResponse as CosmosBankV1beta1MsgUpdateParamsResponse, MsgSetSendEnabled, MsgSetSendEnabledResponse } from "./bank/v1beta1/tx";
|
|
29
|
+
export { QueryBalanceRequest, QueryBalanceResponse, QueryAllBalancesRequest, QueryAllBalancesResponse, QuerySpendableBalancesRequest, QuerySpendableBalancesResponse, QuerySpendableBalanceByDenomRequest, QuerySpendableBalanceByDenomResponse, QueryTotalSupplyRequest, QueryTotalSupplyResponse, QuerySupplyOfRequest, QuerySupplyOfResponse, QueryParamsRequest, QueryParamsResponse, QueryDenomsMetadataRequest, QueryDenomsMetadataResponse, QueryDenomMetadataRequest, QueryDenomMetadataResponse, QueryDenomMetadataByQueryStringRequest, QueryDenomMetadataByQueryStringResponse, QueryDenomOwnersRequest, DenomOwner, QueryDenomOwnersResponse, QueryDenomOwnersByQueryRequest, QueryDenomOwnersByQueryResponse, QuerySendEnabledRequest, QuerySendEnabledResponse } from "./bank/v1beta1/query";
|
|
30
30
|
export { Params as CosmosBankV1beta1Params, SendEnabled, Input, Output, Supply, DenomUnit, Metadata } from "./bank/v1beta1/bank";
|
|
31
|
-
export { MsgGrant, MsgGrantResponse, MsgExec
|
|
32
|
-
export { GenericAuthorization, Grant, GrantAuthorization
|
|
31
|
+
export { MsgGrant, MsgGrantResponse, MsgExec, MsgExecResponse as CosmosAuthzV1beta1MsgExecResponse, MsgRevoke, MsgRevokeResponse } from "./authz/v1beta1/tx";
|
|
32
|
+
export { GenericAuthorization, Grant, GrantAuthorization, GrantQueueItem } from "./authz/v1beta1/authz";
|
|
33
33
|
export { QueryAccountsRequest, QueryAccountsResponse, QueryAccountRequest, QueryAccountResponse, QueryParamsRequest as CosmosAuthV1beta1QueryParamsRequest, QueryParamsResponse as CosmosAuthV1beta1QueryParamsResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, Bech32PrefixRequest, Bech32PrefixResponse, AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryAccountInfoRequest, QueryAccountInfoResponse } from "./auth/v1beta1/query";
|
|
34
34
|
export { BaseAccount, ModuleAccount, ModuleCredential, Params as CosmosAuthV1beta1Params } from "./auth/v1beta1/auth";
|
|
35
35
|
export { registry as CosmosVestingV1beta1Registry, MessageComposer as CosmosVestingV1beta1MessageComposer } from "./vesting/v1beta1/tx.registry";
|
|
@@ -45,13 +45,13 @@ export * from "./tx/v1beta1/service.rpc.func";
|
|
|
45
45
|
export { getValidators, getValidator, getValidatorDelegations, getValidatorUnbondingDelegations, getDelegation, getUnbondingDelegation, getDelegatorDelegations, getDelegatorUnbondingDelegations, getRedelegations, getDelegatorValidators, getDelegatorValidator, getHistoricalInfo, getPool, getParams as getParamsCosmosStakingV1beta1 } from "./staking/v1beta1/query.rpc.func";
|
|
46
46
|
export { getProposal, getProposals, getVote, getVotes, getParams as getParamsCosmosGovV1beta1, getDeposit, getDeposits, getTallyResult } from "./gov/v1beta1/query.rpc.func";
|
|
47
47
|
export { getBalance, getAllBalances, getSpendableBalances, getSpendableBalanceByDenom, getTotalSupply, getSupplyOf, getParams as getParamsCosmosBankV1beta1, getDenomsMetadata, getDenomMetadata, getDenomMetadataByQueryString, getDenomOwners, getDenomOwnersByQuery, getSendEnabled } from "./bank/v1beta1/query.rpc.func";
|
|
48
|
-
export { getAccounts, getAccount, getAccountAddressByID, getParams
|
|
48
|
+
export { getAccounts, getAccount, getAccountAddressByID, getParams, getModuleAccounts, getModuleAccountByName, getBech32Prefix, getAddressBytesToString, getAddressStringToBytes, getAccountInfo } from "./auth/v1beta1/query.rpc.func";
|
|
49
49
|
export * from "./vesting/v1beta1/tx.rpc.func";
|
|
50
50
|
export { createValidator, editValidator, delegate, beginRedelegate, undelegate, cancelUnbondingDelegation, updateParams as updateParamsCosmosStakingV1beta1 } from "./staking/v1beta1/tx.rpc.func";
|
|
51
|
-
export { createGroup, updateGroupMembers, updateGroupAdmin, updateGroupMetadata, createGroupPolicy, createGroupWithPolicy, updateGroupPolicyAdmin, updateGroupPolicyDecisionPolicy, updateGroupPolicyMetadata, submitProposal, withdrawProposal, vote, exec, leaveGroup } from "./group/v1/tx.rpc.func";
|
|
52
|
-
export { submitProposal
|
|
51
|
+
export { createGroup, updateGroupMembers, updateGroupAdmin, updateGroupMetadata, createGroupPolicy, createGroupWithPolicy, updateGroupPolicyAdmin, updateGroupPolicyDecisionPolicy, updateGroupPolicyMetadata, submitProposal as submitProposalCosmosGroupV1, withdrawProposal, vote as voteCosmosGroupV1, exec as execCosmosGroupV1, leaveGroup } from "./group/v1/tx.rpc.func";
|
|
52
|
+
export { submitProposal, vote, voteWeighted as voteWeightedCosmosGovV1beta1, deposit } from "./gov/v1beta1/tx.rpc.func";
|
|
53
53
|
export { submitProposal as submitProposalCosmosGovV1, execLegacyContent, vote as voteCosmosGovV1, voteWeighted as voteWeightedCosmosGovV1, deposit as depositCosmosGovV1, updateParams as updateParamsCosmosGovV1, cancelProposal } from "./gov/v1/tx.rpc.func";
|
|
54
54
|
export * from "./feegrant/v1beta1/tx.rpc.func";
|
|
55
55
|
export { setWithdrawAddress, withdrawDelegatorReward, withdrawValidatorCommission, fundCommunityPool, updateParams as updateParamsCosmosDistributionV1beta1, communityPoolSpend, depositValidatorRewardsPool } from "./distribution/v1beta1/tx.rpc.func";
|
|
56
56
|
export { send, multiSend, updateParams as updateParamsCosmosBankV1beta1, setSendEnabled } from "./bank/v1beta1/tx.rpc.func";
|
|
57
|
-
export { grant, exec
|
|
57
|
+
export { grant, exec, revoke } from "./authz/v1beta1/tx.rpc.func";
|
|
@@ -806,6 +806,7 @@ export const FeePool = {
|
|
|
806
806
|
};
|
|
807
807
|
function createBaseCommunityPoolSpendProposal() {
|
|
808
808
|
return {
|
|
809
|
+
$typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
809
810
|
title: "",
|
|
810
811
|
description: "",
|
|
811
812
|
recipient: "",
|
|
@@ -1159,6 +1160,7 @@ export const DelegationDelegatorReward = {
|
|
|
1159
1160
|
};
|
|
1160
1161
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1161
1162
|
return {
|
|
1163
|
+
$typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1162
1164
|
title: "",
|
|
1163
1165
|
description: "",
|
|
1164
1166
|
recipient: "",
|
|
@@ -418,6 +418,7 @@ export const MemberRequest = {
|
|
|
418
418
|
};
|
|
419
419
|
function createBaseThresholdDecisionPolicy() {
|
|
420
420
|
return {
|
|
421
|
+
$typeUrl: "/cosmos.group.v1.ThresholdDecisionPolicy",
|
|
421
422
|
threshold: "",
|
|
422
423
|
windows: undefined
|
|
423
424
|
};
|
|
@@ -525,6 +526,7 @@ export const ThresholdDecisionPolicy = {
|
|
|
525
526
|
};
|
|
526
527
|
function createBasePercentageDecisionPolicy() {
|
|
527
528
|
return {
|
|
529
|
+
$typeUrl: "/cosmos.group.v1.PercentageDecisionPolicy",
|
|
528
530
|
percentage: "",
|
|
529
531
|
windows: undefined
|
|
530
532
|
};
|
|
@@ -136,6 +136,7 @@ export const Plan = {
|
|
|
136
136
|
};
|
|
137
137
|
function createBaseSoftwareUpgradeProposal() {
|
|
138
138
|
return {
|
|
139
|
+
$typeUrl: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal",
|
|
139
140
|
title: "",
|
|
140
141
|
description: "",
|
|
141
142
|
plan: Plan.fromPartial({})
|
|
@@ -254,6 +255,7 @@ export const SoftwareUpgradeProposal = {
|
|
|
254
255
|
};
|
|
255
256
|
function createBaseCancelSoftwareUpgradeProposal() {
|
|
256
257
|
return {
|
|
258
|
+
$typeUrl: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal",
|
|
257
259
|
title: "",
|
|
258
260
|
description: ""
|
|
259
261
|
};
|