@xpla/xpla-react 1.8.0-rc.1 → 1.8.1

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.
Files changed (126) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +2 -2
  3. package/cosmos/auth/v1beta1/tx.registry.d.ts +1 -1
  4. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
  5. package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -3
  6. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
  7. package/cosmos/bank/v1beta1/tx.registry.d.ts +4 -4
  8. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
  9. package/cosmos/bundle.d.ts +50 -50
  10. package/cosmos/bundle.js +179 -179
  11. package/cosmos/consensus/v1/tx.registry.d.ts +1 -1
  12. package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
  13. package/cosmos/distribution/v1beta1/tx.registry.d.ts +7 -7
  14. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
  15. package/cosmos/evidence/v1beta1/tx.registry.d.ts +1 -1
  16. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
  17. package/cosmos/evm/feemarket/v1/tx.registry.d.ts +1 -1
  18. package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +1 -1
  19. package/cosmos/evm/vm/v1/evm.js +4 -4
  20. package/cosmos/evm/vm/v1/tx.registry.d.ts +2 -2
  21. package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +2 -2
  22. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -3
  23. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
  24. package/cosmos/gov/v1/gov.js +7 -7
  25. package/cosmos/gov/v1/tx.registry.d.ts +7 -7
  26. package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
  27. package/cosmos/gov/v1beta1/gov.js +7 -7
  28. package/cosmos/gov/v1beta1/tx.registry.d.ts +4 -4
  29. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
  30. package/cosmos/ics23/v1/proofs.js +7 -7
  31. package/cosmos/mint/v1beta1/tx.registry.d.ts +1 -1
  32. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
  33. package/cosmos/slashing/v1beta1/tx.registry.d.ts +2 -2
  34. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
  35. package/cosmos/staking/v1beta1/authz.js +4 -4
  36. package/cosmos/staking/v1beta1/staking.js +7 -7
  37. package/cosmos/staking/v1beta1/tx.registry.d.ts +7 -7
  38. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
  39. package/cosmos/tx/signing/v1beta1/signing.js +4 -4
  40. package/cosmos/tx/v1beta1/service.js +7 -7
  41. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -2
  42. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
  43. package/cosmos_proto/bundle.d.ts +1 -1
  44. package/cosmos_proto/bundle.js +2 -2
  45. package/cosmos_proto/cosmos.js +4 -4
  46. package/cosmwasm/bundle.d.ts +4 -4
  47. package/cosmwasm/bundle.js +11 -11
  48. package/cosmwasm/wasm/v1/tx.registry.d.ts +17 -17
  49. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
  50. package/cosmwasm/wasm/v1/types.js +7 -7
  51. package/esm/binary.js +1 -1
  52. package/esm/cosmos/bundle.js +50 -50
  53. package/esm/cosmos_proto/bundle.js +1 -1
  54. package/esm/cosmwasm/bundle.js +4 -4
  55. package/esm/extern.js +1 -1
  56. package/esm/helper-func-types.js +2 -2
  57. package/esm/helpers.js +3 -32
  58. package/esm/ibc/bundle.js +9 -9
  59. package/esm/index.js +1 -1
  60. package/esm/react-query.js +2 -2
  61. package/esm/registry.js +1 -1
  62. package/esm/types.js +1 -1
  63. package/esm/utf8.js +1 -1
  64. package/esm/varint.js +1 -1
  65. package/ethermint/evm/v1/tx.registry.d.ts +2 -2
  66. package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
  67. package/ethermint/feemarket/v1/tx.registry.d.ts +1 -1
  68. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
  69. package/extern.d.ts +1 -1
  70. package/extern.js +1 -1
  71. package/google/protobuf/descriptor.js +62 -63
  72. package/google/protobuf/duration.d.ts +1 -1
  73. package/google/protobuf/timestamp.d.ts +1 -1
  74. package/helper-func-types.d.ts +3 -3
  75. package/helper-func-types.js +6 -7
  76. package/helpers.d.ts +2 -4
  77. package/helpers.js +15 -44
  78. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -3
  79. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
  80. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -2
  81. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
  82. package/ibc/applications/interchain_accounts/v1/packet.js +4 -4
  83. package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -2
  84. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
  85. package/ibc/bundle.d.ts +9 -9
  86. package/ibc/bundle.js +65 -65
  87. package/ibc/core/channel/v1/channel.js +7 -7
  88. package/ibc/core/channel/v1/tx.js +4 -4
  89. package/ibc/core/channel/v1/tx.registry.d.ts +10 -10
  90. package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
  91. package/ibc/core/channel/v2/packet.js +4 -4
  92. package/ibc/core/channel/v2/tx.js +4 -4
  93. package/ibc/core/channel/v2/tx.registry.d.ts +4 -4
  94. package/ibc/core/channel/v2/tx.rpc.func.d.ts +4 -4
  95. package/ibc/core/client/v1/tx.registry.d.ts +8 -8
  96. package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
  97. package/ibc/core/client/v2/tx.registry.d.ts +2 -2
  98. package/ibc/core/client/v2/tx.rpc.func.d.ts +2 -2
  99. package/ibc/core/connection/v1/connection.js +4 -4
  100. package/ibc/core/connection/v1/tx.registry.d.ts +5 -5
  101. package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
  102. package/ibc/lightclients/solomachine/v2/solomachine.js +4 -4
  103. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -3
  104. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
  105. package/index.d.ts +1 -1
  106. package/index.js +1 -1
  107. package/package.json +25 -7
  108. package/react-query.d.ts +3 -4
  109. package/react-query.js +7 -7
  110. package/registry.d.ts +1 -1
  111. package/registry.js +1 -1
  112. package/tendermint/abci/types.js +20 -20
  113. package/tendermint/types/types.js +4 -4
  114. package/tendermint/types/validator.js +4 -4
  115. package/types.d.ts +1 -1
  116. package/types.js +1 -1
  117. package/utf8.d.ts +1 -1
  118. package/utf8.js +4 -5
  119. package/varint.d.ts +1 -1
  120. package/varint.js +17 -18
  121. package/xpla/burn/v1beta1/tx.registry.d.ts +1 -1
  122. package/xpla/burn/v1beta1/tx.rpc.func.d.ts +1 -1
  123. package/xpla/reward/v1beta1/tx.registry.d.ts +2 -2
  124. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
  125. package/xpla/volunteer/v1beta1/tx.registry.d.ts +2 -2
  126. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
@@ -5,7 +5,7 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  updateParams(value: MsgUpdateParams): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  };
11
11
  withTypeUrl: {
@@ -8,4 +8,4 @@ import { MsgUpdateParams } from "./tx";
8
8
  * @package cosmos.consensus.v1
9
9
  * @see proto service: cosmos.consensus.v1.UpdateParams
10
10
  */
11
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
11
+ 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>;
@@ -5,31 +5,31 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  setWithdrawAddress(value: MsgSetWithdrawAddress): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  fundCommunityPool(value: MsgFundCommunityPool): {
19
19
  typeUrl: string;
20
- value: Uint8Array;
20
+ value: Uint8Array<ArrayBufferLike>;
21
21
  };
22
22
  updateParams(value: MsgUpdateParams): {
23
23
  typeUrl: string;
24
- value: Uint8Array;
24
+ value: Uint8Array<ArrayBufferLike>;
25
25
  };
26
26
  communityPoolSpend(value: MsgCommunityPoolSpend): {
27
27
  typeUrl: string;
28
- value: Uint8Array;
28
+ value: Uint8Array<ArrayBufferLike>;
29
29
  };
30
30
  depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
31
31
  typeUrl: string;
32
- value: Uint8Array;
32
+ value: Uint8Array<ArrayBufferLike>;
33
33
  };
34
34
  };
35
35
  withTypeUrl: {
@@ -6,7 +6,7 @@ import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidator
6
6
  * @package cosmos.distribution.v1beta1
7
7
  * @see proto service: cosmos.distribution.v1beta1.SetWithdrawAddress
8
8
  */
9
- export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
+ export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
10
10
  /**
11
11
  * WithdrawDelegatorReward defines a method to withdraw rewards of delegator
12
12
  * from a single validator.
@@ -14,7 +14,7 @@ export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos/t
14
14
  * @package cosmos.distribution.v1beta1
15
15
  * @see proto service: cosmos.distribution.v1beta1.WithdrawDelegatorReward
16
16
  */
17
- export declare const withdrawDelegatorReward: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
17
+ export declare const withdrawDelegatorReward: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
18
18
  /**
19
19
  * WithdrawValidatorCommission defines a method to withdraw the
20
20
  * full commission to the validator address.
@@ -22,7 +22,7 @@ export declare const withdrawDelegatorReward: (client: import("@interchainjs/cos
22
22
  * @package cosmos.distribution.v1beta1
23
23
  * @see proto service: cosmos.distribution.v1beta1.WithdrawValidatorCommission
24
24
  */
25
- export declare const withdrawValidatorCommission: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
25
+ export declare const withdrawValidatorCommission: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
26
26
  /**
27
27
  * FundCommunityPool defines a method to allow an account to directly
28
28
  * fund the community pool.
@@ -30,7 +30,7 @@ export declare const withdrawValidatorCommission: (client: import("@interchainjs
30
30
  * @package cosmos.distribution.v1beta1
31
31
  * @see proto service: cosmos.distribution.v1beta1.FundCommunityPool
32
32
  */
33
- export declare const fundCommunityPool: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
33
+ export declare const fundCommunityPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
34
34
  /**
35
35
  * UpdateParams defines a governance operation for updating the x/distribution
36
36
  * module parameters. The authority is defined in the keeper.
@@ -40,7 +40,7 @@ export declare const fundCommunityPool: (client: import("@interchainjs/cosmos/ty
40
40
  * @package cosmos.distribution.v1beta1
41
41
  * @see proto service: cosmos.distribution.v1beta1.UpdateParams
42
42
  */
43
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
43
+ 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>;
44
44
  /**
45
45
  * CommunityPoolSpend defines a governance operation for sending tokens from
46
46
  * the community pool in the x/distribution module to another account, which
@@ -52,7 +52,7 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types/s
52
52
  * @package cosmos.distribution.v1beta1
53
53
  * @see proto service: cosmos.distribution.v1beta1.CommunityPoolSpend
54
54
  */
55
- export declare const communityPoolSpend: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
55
+ export declare const communityPoolSpend: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
56
56
  /**
57
57
  * DepositValidatorRewardsPool defines a method to provide additional rewards
58
58
  * to delegators to a specific validator.
@@ -62,4 +62,4 @@ export declare const communityPoolSpend: (client: import("@interchainjs/cosmos/t
62
62
  * @package cosmos.distribution.v1beta1
63
63
  * @see proto service: cosmos.distribution.v1beta1.DepositValidatorRewardsPool
64
64
  */
65
- export declare const depositValidatorRewardsPool: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
65
+ export declare const depositValidatorRewardsPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -5,7 +5,7 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  submitEvidence(value: MsgSubmitEvidence): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  };
11
11
  withTypeUrl: {
@@ -6,4 +6,4 @@ import { MsgSubmitEvidence } from "./tx";
6
6
  * @package cosmos.evidence.v1beta1
7
7
  * @see proto service: cosmos.evidence.v1beta1.SubmitEvidence
8
8
  */
9
- export declare const submitEvidence: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitEvidence | MsgSubmitEvidence[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
+ export declare const submitEvidence: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitEvidence | MsgSubmitEvidence[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -5,7 +5,7 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  updateParams(value: MsgUpdateParams): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  };
11
11
  withTypeUrl: {
@@ -7,4 +7,4 @@ import { MsgUpdateParams } from "./tx";
7
7
  * @package cosmos.evm.feemarket.v1
8
8
  * @see proto service: cosmos.evm.feemarket.v1.UpdateParams
9
9
  */
10
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
10
+ 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>;
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TraceConfig = exports.AccessTuple = exports.TxResult = exports.Log = exports.TransactionLogs = exports.State = exports.ChainConfig = exports.AccessControlType = exports.AccessControl = exports.Params = exports.accessTypeToJSON = exports.accessTypeFromJSON = exports.AccessTypeAmino = exports.AccessType = void 0;
3
+ exports.TraceConfig = exports.AccessTuple = exports.TxResult = exports.Log = exports.TransactionLogs = exports.State = exports.ChainConfig = exports.AccessControlType = exports.AccessControl = exports.Params = exports.AccessTypeAmino = exports.AccessType = void 0;
4
+ exports.accessTypeFromJSON = accessTypeFromJSON;
5
+ exports.accessTypeToJSON = accessTypeToJSON;
4
6
  const binary_1 = require("../../../../binary");
5
7
  const registry_1 = require("../../../../registry");
6
8
  const helpers_1 = require("../../../../helpers");
@@ -14,7 +16,7 @@ var AccessType;
14
16
  /** ACCESS_TYPE_PERMISSIONED - ACCESS_TYPE_PERMISSIONED only allows the operation for specific addresses */
15
17
  AccessType[AccessType["ACCESS_TYPE_PERMISSIONED"] = 2] = "ACCESS_TYPE_PERMISSIONED";
16
18
  AccessType[AccessType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
17
- })(AccessType = exports.AccessType || (exports.AccessType = {}));
19
+ })(AccessType || (exports.AccessType = AccessType = {}));
18
20
  exports.AccessTypeAmino = AccessType;
19
21
  function accessTypeFromJSON(object) {
20
22
  switch (object) {
@@ -33,7 +35,6 @@ function accessTypeFromJSON(object) {
33
35
  return AccessType.UNRECOGNIZED;
34
36
  }
35
37
  }
36
- exports.accessTypeFromJSON = accessTypeFromJSON;
37
38
  function accessTypeToJSON(object) {
38
39
  switch (object) {
39
40
  case AccessType.ACCESS_TYPE_PERMISSIONLESS:
@@ -47,7 +48,6 @@ function accessTypeToJSON(object) {
47
48
  return "UNRECOGNIZED";
48
49
  }
49
50
  }
50
- exports.accessTypeToJSON = accessTypeToJSON;
51
51
  function createBaseParams() {
52
52
  return {
53
53
  evmDenom: "",
@@ -5,11 +5,11 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  ethereumTx(value: MsgEthereumTx): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  updateParams(value: MsgUpdateParams): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  };
15
15
  withTypeUrl: {
@@ -5,7 +5,7 @@ import { MsgEthereumTx, MsgUpdateParams } from "./tx";
5
5
  * @package cosmos.evm.vm.v1
6
6
  * @see proto service: cosmos.evm.vm.v1.EthereumTx
7
7
  */
8
- export declare const ethereumTx: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgEthereumTx | MsgEthereumTx[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
8
+ export declare const ethereumTx: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgEthereumTx | MsgEthereumTx[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
9
  /**
10
10
  * UpdateParams defined a governance operation for updating the x/vm module
11
11
  * parameters. The authority is hard-coded to the Cosmos SDK x/gov module
@@ -14,4 +14,4 @@ export declare const ethereumTx: (client: import("@interchainjs/cosmos/types/sig
14
14
  * @package cosmos.evm.vm.v1
15
15
  * @see proto service: cosmos.evm.vm.v1.UpdateParams
16
16
  */
17
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
17
+ 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>;
@@ -5,15 +5,15 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  grantAllowance(value: MsgGrantAllowance): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  revokeAllowance(value: MsgRevokeAllowance): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  pruneAllowances(value: MsgPruneAllowances): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  };
19
19
  withTypeUrl: {
@@ -6,7 +6,7 @@ import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx"
6
6
  * @package cosmos.feegrant.v1beta1
7
7
  * @see proto service: cosmos.feegrant.v1beta1.GrantAllowance
8
8
  */
9
- export declare const grantAllowance: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgGrantAllowance | MsgGrantAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
+ export declare const grantAllowance: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgGrantAllowance | MsgGrantAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
10
10
  /**
11
11
  * RevokeAllowance revokes any fee allowance of granter's account that
12
12
  * has been granted to the grantee.
@@ -14,7 +14,7 @@ export declare const grantAllowance: (client: import("@interchainjs/cosmos/types
14
14
  * @package cosmos.feegrant.v1beta1
15
15
  * @see proto service: cosmos.feegrant.v1beta1.RevokeAllowance
16
16
  */
17
- export declare const revokeAllowance: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRevokeAllowance | MsgRevokeAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
17
+ export declare const revokeAllowance: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRevokeAllowance | MsgRevokeAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
18
18
  /**
19
19
  * PruneAllowances prunes expired fee allowances, currently up to 75 at a time.
20
20
  *
@@ -23,4 +23,4 @@ export declare const revokeAllowance: (client: import("@interchainjs/cosmos/type
23
23
  * @package cosmos.feegrant.v1beta1
24
24
  * @see proto service: cosmos.feegrant.v1beta1.PruneAllowances
25
25
  */
26
- export declare const pruneAllowances: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgPruneAllowances | MsgPruneAllowances[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
26
+ export declare const pruneAllowances: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgPruneAllowances | MsgPruneAllowances[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Params = exports.TallyParams = exports.VotingParams = exports.DepositParams = exports.Vote = exports.TallyResult = exports.Proposal = exports.Deposit = exports.WeightedVoteOption = exports.proposalStatusToJSON = exports.proposalStatusFromJSON = exports.ProposalStatusAmino = exports.ProposalStatus = exports.voteOptionToJSON = exports.voteOptionFromJSON = exports.VoteOptionAmino = exports.VoteOption = void 0;
3
+ exports.Params = exports.TallyParams = exports.VotingParams = exports.DepositParams = exports.Vote = exports.TallyResult = exports.Proposal = exports.Deposit = exports.WeightedVoteOption = exports.ProposalStatusAmino = exports.ProposalStatus = exports.VoteOptionAmino = exports.VoteOption = void 0;
4
+ exports.voteOptionFromJSON = voteOptionFromJSON;
5
+ exports.voteOptionToJSON = voteOptionToJSON;
6
+ exports.proposalStatusFromJSON = proposalStatusFromJSON;
7
+ exports.proposalStatusToJSON = proposalStatusToJSON;
4
8
  const coin_1 = require("../../base/v1beta1/coin");
5
9
  const any_1 = require("../../../google/protobuf/any");
6
10
  const timestamp_1 = require("../../../google/protobuf/timestamp");
@@ -22,7 +26,7 @@ var VoteOption;
22
26
  /** VOTE_OPTION_NO_WITH_VETO - VOTE_OPTION_NO_WITH_VETO defines a no with veto vote option. */
23
27
  VoteOption[VoteOption["VOTE_OPTION_NO_WITH_VETO"] = 4] = "VOTE_OPTION_NO_WITH_VETO";
24
28
  VoteOption[VoteOption["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
25
- })(VoteOption = exports.VoteOption || (exports.VoteOption = {}));
29
+ })(VoteOption || (exports.VoteOption = VoteOption = {}));
26
30
  exports.VoteOptionAmino = VoteOption;
27
31
  function voteOptionFromJSON(object) {
28
32
  switch (object) {
@@ -47,7 +51,6 @@ function voteOptionFromJSON(object) {
47
51
  return VoteOption.UNRECOGNIZED;
48
52
  }
49
53
  }
50
- exports.voteOptionFromJSON = voteOptionFromJSON;
51
54
  function voteOptionToJSON(object) {
52
55
  switch (object) {
53
56
  case VoteOption.VOTE_OPTION_UNSPECIFIED:
@@ -65,7 +68,6 @@ function voteOptionToJSON(object) {
65
68
  return "UNRECOGNIZED";
66
69
  }
67
70
  }
68
- exports.voteOptionToJSON = voteOptionToJSON;
69
71
  /** ProposalStatus enumerates the valid statuses of a proposal. */
70
72
  var ProposalStatus;
71
73
  (function (ProposalStatus) {
@@ -97,7 +99,7 @@ var ProposalStatus;
97
99
  */
98
100
  ProposalStatus[ProposalStatus["PROPOSAL_STATUS_FAILED"] = 5] = "PROPOSAL_STATUS_FAILED";
99
101
  ProposalStatus[ProposalStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
100
- })(ProposalStatus = exports.ProposalStatus || (exports.ProposalStatus = {}));
102
+ })(ProposalStatus || (exports.ProposalStatus = ProposalStatus = {}));
101
103
  exports.ProposalStatusAmino = ProposalStatus;
102
104
  function proposalStatusFromJSON(object) {
103
105
  switch (object) {
@@ -125,7 +127,6 @@ function proposalStatusFromJSON(object) {
125
127
  return ProposalStatus.UNRECOGNIZED;
126
128
  }
127
129
  }
128
- exports.proposalStatusFromJSON = proposalStatusFromJSON;
129
130
  function proposalStatusToJSON(object) {
130
131
  switch (object) {
131
132
  case ProposalStatus.PROPOSAL_STATUS_UNSPECIFIED:
@@ -145,7 +146,6 @@ function proposalStatusToJSON(object) {
145
146
  return "UNRECOGNIZED";
146
147
  }
147
148
  }
148
- exports.proposalStatusToJSON = proposalStatusToJSON;
149
149
  function createBaseWeightedVoteOption() {
150
150
  return {
151
151
  option: 0,
@@ -5,31 +5,31 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  submitProposal(value: MsgSubmitProposal): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  execLegacyContent(value: MsgExecLegacyContent): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  vote(value: MsgVote): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  voteWeighted(value: MsgVoteWeighted): {
19
19
  typeUrl: string;
20
- value: Uint8Array;
20
+ value: Uint8Array<ArrayBufferLike>;
21
21
  };
22
22
  deposit(value: MsgDeposit): {
23
23
  typeUrl: string;
24
- value: Uint8Array;
24
+ value: Uint8Array<ArrayBufferLike>;
25
25
  };
26
26
  updateParams(value: MsgUpdateParams): {
27
27
  typeUrl: string;
28
- value: Uint8Array;
28
+ value: Uint8Array<ArrayBufferLike>;
29
29
  };
30
30
  cancelProposal(value: MsgCancelProposal): {
31
31
  typeUrl: string;
32
- value: Uint8Array;
32
+ value: Uint8Array<ArrayBufferLike>;
33
33
  };
34
34
  };
35
35
  withTypeUrl: {
@@ -5,7 +5,7 @@ import { MsgSubmitProposal, MsgExecLegacyContent, MsgVote, MsgVoteWeighted, MsgD
5
5
  * @package cosmos.gov.v1
6
6
  * @see proto service: cosmos.gov.v1.SubmitProposal
7
7
  */
8
- export declare const submitProposal: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
8
+ export declare const submitProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
9
  /**
10
10
  * ExecLegacyContent defines a Msg to be in included in a MsgSubmitProposal
11
11
  * to execute a legacy content-based proposal.
@@ -13,28 +13,28 @@ export declare const submitProposal: (client: import("@interchainjs/cosmos/types
13
13
  * @package cosmos.gov.v1
14
14
  * @see proto service: cosmos.gov.v1.ExecLegacyContent
15
15
  */
16
- export declare const execLegacyContent: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgExecLegacyContent | MsgExecLegacyContent[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
16
+ export declare const execLegacyContent: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExecLegacyContent | MsgExecLegacyContent[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
17
17
  /**
18
18
  * Vote defines a method to add a vote on a specific proposal.
19
19
  * @name vote
20
20
  * @package cosmos.gov.v1
21
21
  * @see proto service: cosmos.gov.v1.Vote
22
22
  */
23
- export declare const vote: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
23
+ export declare const vote: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
24
24
  /**
25
25
  * VoteWeighted defines a method to add a weighted vote on a specific proposal.
26
26
  * @name voteWeighted
27
27
  * @package cosmos.gov.v1
28
28
  * @see proto service: cosmos.gov.v1.VoteWeighted
29
29
  */
30
- export declare const voteWeighted: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
30
+ export declare const voteWeighted: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
31
31
  /**
32
32
  * Deposit defines a method to add deposit on a specific proposal.
33
33
  * @name deposit
34
34
  * @package cosmos.gov.v1
35
35
  * @see proto service: cosmos.gov.v1.Deposit
36
36
  */
37
- export declare const deposit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
37
+ export declare const deposit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
38
38
  /**
39
39
  * UpdateParams defines a governance operation for updating the x/gov module
40
40
  * parameters. The authority is defined in the keeper.
@@ -44,7 +44,7 @@ export declare const deposit: (client: import("@interchainjs/cosmos/types/signin
44
44
  * @package cosmos.gov.v1
45
45
  * @see proto service: cosmos.gov.v1.UpdateParams
46
46
  */
47
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
47
+ 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>;
48
48
  /**
49
49
  * CancelProposal defines a method to cancel governance proposal
50
50
  *
@@ -53,4 +53,4 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types/s
53
53
  * @package cosmos.gov.v1
54
54
  * @see proto service: cosmos.gov.v1.CancelProposal
55
55
  */
56
- export declare const cancelProposal: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelProposal | MsgCancelProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
56
+ export declare const cancelProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelProposal | MsgCancelProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TallyParams = exports.VotingParams = exports.DepositParams = exports.Vote = exports.TallyResult = exports.Proposal = exports.Deposit = exports.TextProposal = exports.WeightedVoteOption = exports.proposalStatusToJSON = exports.proposalStatusFromJSON = exports.ProposalStatusAmino = exports.ProposalStatus = exports.voteOptionToJSON = exports.voteOptionFromJSON = exports.VoteOptionAmino = exports.VoteOption = void 0;
3
+ exports.TallyParams = exports.VotingParams = exports.DepositParams = exports.Vote = exports.TallyResult = exports.Proposal = exports.Deposit = exports.TextProposal = exports.WeightedVoteOption = exports.ProposalStatusAmino = exports.ProposalStatus = exports.VoteOptionAmino = exports.VoteOption = void 0;
4
+ exports.voteOptionFromJSON = voteOptionFromJSON;
5
+ exports.voteOptionToJSON = voteOptionToJSON;
6
+ exports.proposalStatusFromJSON = proposalStatusFromJSON;
7
+ exports.proposalStatusToJSON = proposalStatusToJSON;
4
8
  const coin_1 = require("../../base/v1beta1/coin");
5
9
  const any_1 = require("../../../google/protobuf/any");
6
10
  const timestamp_1 = require("../../../google/protobuf/timestamp");
@@ -27,7 +31,7 @@ var VoteOption;
27
31
  /** VOTE_OPTION_NO_WITH_VETO - VOTE_OPTION_NO_WITH_VETO defines a no with veto vote option. */
28
32
  VoteOption[VoteOption["VOTE_OPTION_NO_WITH_VETO"] = 4] = "VOTE_OPTION_NO_WITH_VETO";
29
33
  VoteOption[VoteOption["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
30
- })(VoteOption = exports.VoteOption || (exports.VoteOption = {}));
34
+ })(VoteOption || (exports.VoteOption = VoteOption = {}));
31
35
  exports.VoteOptionAmino = VoteOption;
32
36
  function voteOptionFromJSON(object) {
33
37
  switch (object) {
@@ -52,7 +56,6 @@ function voteOptionFromJSON(object) {
52
56
  return VoteOption.UNRECOGNIZED;
53
57
  }
54
58
  }
55
- exports.voteOptionFromJSON = voteOptionFromJSON;
56
59
  function voteOptionToJSON(object) {
57
60
  switch (object) {
58
61
  case VoteOption.VOTE_OPTION_UNSPECIFIED:
@@ -70,7 +73,6 @@ function voteOptionToJSON(object) {
70
73
  return "UNRECOGNIZED";
71
74
  }
72
75
  }
73
- exports.voteOptionToJSON = voteOptionToJSON;
74
76
  /** ProposalStatus enumerates the valid statuses of a proposal. */
75
77
  var ProposalStatus;
76
78
  (function (ProposalStatus) {
@@ -102,7 +104,7 @@ var ProposalStatus;
102
104
  */
103
105
  ProposalStatus[ProposalStatus["PROPOSAL_STATUS_FAILED"] = 5] = "PROPOSAL_STATUS_FAILED";
104
106
  ProposalStatus[ProposalStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
105
- })(ProposalStatus = exports.ProposalStatus || (exports.ProposalStatus = {}));
107
+ })(ProposalStatus || (exports.ProposalStatus = ProposalStatus = {}));
106
108
  exports.ProposalStatusAmino = ProposalStatus;
107
109
  function proposalStatusFromJSON(object) {
108
110
  switch (object) {
@@ -130,7 +132,6 @@ function proposalStatusFromJSON(object) {
130
132
  return ProposalStatus.UNRECOGNIZED;
131
133
  }
132
134
  }
133
- exports.proposalStatusFromJSON = proposalStatusFromJSON;
134
135
  function proposalStatusToJSON(object) {
135
136
  switch (object) {
136
137
  case ProposalStatus.PROPOSAL_STATUS_UNSPECIFIED:
@@ -150,7 +151,6 @@ function proposalStatusToJSON(object) {
150
151
  return "UNRECOGNIZED";
151
152
  }
152
153
  }
153
- exports.proposalStatusToJSON = proposalStatusToJSON;
154
154
  function createBaseWeightedVoteOption() {
155
155
  return {
156
156
  option: 0,
@@ -5,19 +5,19 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  submitProposal(value: MsgSubmitProposal): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  vote(value: MsgVote): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  voteWeighted(value: MsgVoteWeighted): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  deposit(value: MsgDeposit): {
19
19
  typeUrl: string;
20
- value: Uint8Array;
20
+ value: Uint8Array<ArrayBufferLike>;
21
21
  };
22
22
  };
23
23
  withTypeUrl: {
@@ -5,14 +5,14 @@ import { MsgSubmitProposal, MsgVote, MsgVoteWeighted, MsgDeposit } from "./tx";
5
5
  * @package cosmos.gov.v1beta1
6
6
  * @see proto service: cosmos.gov.v1beta1.SubmitProposal
7
7
  */
8
- export declare const submitProposal: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
8
+ export declare const submitProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
9
  /**
10
10
  * Vote defines a method to add a vote on a specific proposal.
11
11
  * @name vote
12
12
  * @package cosmos.gov.v1beta1
13
13
  * @see proto service: cosmos.gov.v1beta1.Vote
14
14
  */
15
- export declare const vote: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
15
+ export declare const vote: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
16
16
  /**
17
17
  * VoteWeighted defines a method to add a weighted vote on a specific proposal.
18
18
  *
@@ -21,11 +21,11 @@ export declare const vote: (client: import("@interchainjs/cosmos/types/signing-c
21
21
  * @package cosmos.gov.v1beta1
22
22
  * @see proto service: cosmos.gov.v1beta1.VoteWeighted
23
23
  */
24
- export declare const voteWeighted: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
24
+ export declare const voteWeighted: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
25
25
  /**
26
26
  * Deposit defines a method to add deposit on a specific proposal.
27
27
  * @name deposit
28
28
  * @package cosmos.gov.v1beta1
29
29
  * @see proto service: cosmos.gov.v1beta1.Deposit
30
30
  */
31
- export declare const deposit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
31
+ export declare const deposit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompressedNonExistenceProof = exports.CompressedExistenceProof = exports.CompressedBatchEntry = exports.CompressedBatchProof = exports.BatchEntry = exports.BatchProof = exports.InnerSpec = exports.ProofSpec = exports.InnerOp = exports.LeafOp = exports.CommitmentProof = exports.NonExistenceProof = exports.ExistenceProof = exports.lengthOpToJSON = exports.lengthOpFromJSON = exports.LengthOpAmino = exports.LengthOp = exports.hashOpToJSON = exports.hashOpFromJSON = exports.HashOpAmino = exports.HashOp = void 0;
3
+ exports.CompressedNonExistenceProof = exports.CompressedExistenceProof = exports.CompressedBatchEntry = exports.CompressedBatchProof = exports.BatchEntry = exports.BatchProof = exports.InnerSpec = exports.ProofSpec = exports.InnerOp = exports.LeafOp = exports.CommitmentProof = exports.NonExistenceProof = exports.ExistenceProof = exports.LengthOpAmino = exports.LengthOp = exports.HashOpAmino = exports.HashOp = void 0;
4
+ exports.hashOpFromJSON = hashOpFromJSON;
5
+ exports.hashOpToJSON = hashOpToJSON;
6
+ exports.lengthOpFromJSON = lengthOpFromJSON;
7
+ exports.lengthOpToJSON = lengthOpToJSON;
4
8
  const binary_1 = require("../../../binary");
5
9
  const registry_1 = require("../../../registry");
6
10
  const helpers_1 = require("../../../helpers");
@@ -19,7 +23,7 @@ var HashOp;
19
23
  HashOp[HashOp["BLAKE2S_256"] = 8] = "BLAKE2S_256";
20
24
  HashOp[HashOp["BLAKE3"] = 9] = "BLAKE3";
21
25
  HashOp[HashOp["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
22
- })(HashOp = exports.HashOp || (exports.HashOp = {}));
26
+ })(HashOp || (exports.HashOp = HashOp = {}));
23
27
  exports.HashOpAmino = HashOp;
24
28
  function hashOpFromJSON(object) {
25
29
  switch (object) {
@@ -59,7 +63,6 @@ function hashOpFromJSON(object) {
59
63
  return HashOp.UNRECOGNIZED;
60
64
  }
61
65
  }
62
- exports.hashOpFromJSON = hashOpFromJSON;
63
66
  function hashOpToJSON(object) {
64
67
  switch (object) {
65
68
  case HashOp.NO_HASH:
@@ -87,7 +90,6 @@ function hashOpToJSON(object) {
87
90
  return "UNRECOGNIZED";
88
91
  }
89
92
  }
90
- exports.hashOpToJSON = hashOpToJSON;
91
93
  /**
92
94
  * LengthOp defines how to process the key and value of the LeafOp
93
95
  * to include length information. After encoding the length with the given
@@ -115,7 +117,7 @@ var LengthOp;
115
117
  /** REQUIRE_64_BYTES - REQUIRE_64_BYTES is like NONE, but will fail if the input is not exactly 64 bytes (sha512 output) */
116
118
  LengthOp[LengthOp["REQUIRE_64_BYTES"] = 8] = "REQUIRE_64_BYTES";
117
119
  LengthOp[LengthOp["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
118
- })(LengthOp = exports.LengthOp || (exports.LengthOp = {}));
120
+ })(LengthOp || (exports.LengthOp = LengthOp = {}));
119
121
  exports.LengthOpAmino = LengthOp;
120
122
  function lengthOpFromJSON(object) {
121
123
  switch (object) {
@@ -152,7 +154,6 @@ function lengthOpFromJSON(object) {
152
154
  return LengthOp.UNRECOGNIZED;
153
155
  }
154
156
  }
155
- exports.lengthOpFromJSON = lengthOpFromJSON;
156
157
  function lengthOpToJSON(object) {
157
158
  switch (object) {
158
159
  case LengthOp.NO_PREFIX:
@@ -178,7 +179,6 @@ function lengthOpToJSON(object) {
178
179
  return "UNRECOGNIZED";
179
180
  }
180
181
  }
181
- exports.lengthOpToJSON = lengthOpToJSON;
182
182
  function createBaseExistenceProof() {
183
183
  return {
184
184
  key: new Uint8Array(),
@@ -5,7 +5,7 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  updateParams(value: MsgUpdateParams): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  };
11
11
  withTypeUrl: {
@@ -8,4 +8,4 @@ import { MsgUpdateParams } from "./tx";
8
8
  * @package cosmos.mint.v1beta1
9
9
  * @see proto service: cosmos.mint.v1beta1.UpdateParams
10
10
  */
11
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
11
+ 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>;