injectivejs 1.19.4 → 1.21.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.
Files changed (205) hide show
  1. package/README.md +8 -12
  2. package/esm/binary.js +2 -2
  3. package/esm/cosmos/auth/v1beta1/auth.js +4 -4
  4. package/esm/cosmos/auth/v1beta1/query.js +7 -7
  5. package/esm/cosmos/auth/v1beta1/query.rpc.func.js +2 -2
  6. package/esm/cosmos/authz/v1beta1/authz.js +7 -7
  7. package/esm/cosmos/authz/v1beta1/tx.js +5 -5
  8. package/esm/cosmos/authz/v1beta1/tx.registry.js +1 -1
  9. package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +2 -2
  10. package/esm/cosmos/bank/v1beta1/bank.js +3 -3
  11. package/esm/cosmos/bank/v1beta1/query.js +5 -5
  12. package/esm/cosmos/bank/v1beta1/query.rpc.func.js +2 -2
  13. package/esm/cosmos/bank/v1beta1/tx.js +4 -4
  14. package/esm/cosmos/bank/v1beta1/tx.registry.js +1 -1
  15. package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +2 -2
  16. package/esm/cosmos/base/abci/v1beta1/abci.js +6 -6
  17. package/esm/cosmos/base/query/v1beta1/pagination.js +2 -2
  18. package/esm/cosmos/base/v1beta1/coin.js +1 -1
  19. package/esm/cosmos/bundle.js +57 -57
  20. package/esm/cosmos/crypto/ed25519/keys.js +2 -2
  21. package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -2
  22. package/esm/cosmos/crypto/secp256k1/keys.js +2 -2
  23. package/esm/cosmos/crypto/secp256r1/keys.js +2 -2
  24. package/esm/cosmos/distribution/v1beta1/distribution.js +3 -3
  25. package/esm/cosmos/distribution/v1beta1/tx.js +4 -4
  26. package/esm/cosmos/distribution/v1beta1/tx.registry.js +1 -1
  27. package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +2 -2
  28. package/esm/cosmos/feegrant/v1beta1/tx.js +3 -3
  29. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +1 -1
  30. package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +2 -2
  31. package/esm/cosmos/gov/v1/gov.js +7 -7
  32. package/esm/cosmos/gov/v1/tx.js +15 -15
  33. package/esm/cosmos/gov/v1/tx.registry.js +1 -1
  34. package/esm/cosmos/gov/v1/tx.rpc.func.js +2 -2
  35. package/esm/cosmos/gov/v1beta1/gov.js +14 -14
  36. package/esm/cosmos/gov/v1beta1/query.js +5 -5
  37. package/esm/cosmos/gov/v1beta1/query.rpc.func.js +2 -2
  38. package/esm/cosmos/gov/v1beta1/tx.js +13 -13
  39. package/esm/cosmos/gov/v1beta1/tx.registry.js +1 -1
  40. package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +2 -2
  41. package/esm/cosmos/group/v1/tx.js +5 -5
  42. package/esm/cosmos/group/v1/tx.registry.js +1 -1
  43. package/esm/cosmos/group/v1/tx.rpc.func.js +2 -2
  44. package/esm/cosmos/group/v1/types.js +6 -6
  45. package/esm/cosmos/ics23/v1/proofs.js +3 -3
  46. package/esm/cosmos/staking/v1beta1/query.js +4 -4
  47. package/esm/cosmos/staking/v1beta1/query.rpc.func.js +2 -2
  48. package/esm/cosmos/staking/v1beta1/staking.js +9 -9
  49. package/esm/cosmos/staking/v1beta1/tx.js +7 -7
  50. package/esm/cosmos/staking/v1beta1/tx.registry.js +1 -1
  51. package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +2 -2
  52. package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -5
  53. package/esm/cosmos/tx/v1beta1/service.js +8 -8
  54. package/esm/cosmos/tx/v1beta1/service.rpc.func.js +2 -2
  55. package/esm/cosmos/tx/v1beta1/tx.js +7 -7
  56. package/esm/cosmos/upgrade/v1beta1/upgrade.js +5 -5
  57. package/esm/cosmos/vesting/v1beta1/tx.js +4 -4
  58. package/esm/cosmos/vesting/v1beta1/tx.registry.js +1 -1
  59. package/esm/cosmos/vesting/v1beta1/tx.rpc.func.js +2 -2
  60. package/esm/cosmos/vesting/v1beta1/vesting.js +4 -4
  61. package/esm/cosmos_proto/bundle.js +1 -1
  62. package/esm/cosmos_proto/cosmos.js +1 -1
  63. package/esm/cosmwasm/bundle.js +8 -8
  64. package/esm/cosmwasm/wasm/v1/authz.js +6 -6
  65. package/esm/cosmwasm/wasm/v1/proposal_legacy.js +5 -5
  66. package/esm/cosmwasm/wasm/v1/query.js +5 -5
  67. package/esm/cosmwasm/wasm/v1/query.rpc.func.js +2 -2
  68. package/esm/cosmwasm/wasm/v1/tx.js +5 -5
  69. package/esm/cosmwasm/wasm/v1/tx.registry.js +1 -1
  70. package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +2 -2
  71. package/esm/cosmwasm/wasm/v1/types.js +4 -4
  72. package/esm/google/api/http.js +2 -2
  73. package/esm/google/bundle.js +5 -5
  74. package/esm/google/protobuf/any.js +1 -1
  75. package/esm/google/protobuf/descriptor.js +3 -3
  76. package/esm/google/protobuf/duration.js +1 -1
  77. package/esm/google/protobuf/timestamp.js +2 -2
  78. package/esm/helper-func-types.js +2 -2
  79. package/esm/ibc/applications/transfer/v1/transfer.js +1 -1
  80. package/esm/ibc/applications/transfer/v1/tx.js +4 -4
  81. package/esm/ibc/applications/transfer/v1/tx.registry.js +1 -1
  82. package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +2 -2
  83. package/esm/ibc/bundle.js +17 -17
  84. package/esm/ibc/core/channel/v1/channel.js +4 -4
  85. package/esm/ibc/core/channel/v1/tx.js +5 -5
  86. package/esm/ibc/core/channel/v1/tx.registry.js +1 -1
  87. package/esm/ibc/core/channel/v1/tx.rpc.func.js +2 -2
  88. package/esm/ibc/core/client/v1/client.js +3 -3
  89. package/esm/ibc/core/client/v1/tx.js +6 -6
  90. package/esm/ibc/core/client/v1/tx.registry.js +1 -1
  91. package/esm/ibc/core/client/v1/tx.rpc.func.js +2 -2
  92. package/esm/ibc/core/commitment/v1/commitment.js +4 -4
  93. package/esm/ibc/core/connection/v1/connection.js +4 -4
  94. package/esm/ibc/core/connection/v1/tx.js +6 -6
  95. package/esm/ibc/core/connection/v1/tx.registry.js +1 -1
  96. package/esm/ibc/core/connection/v1/tx.rpc.func.js +2 -2
  97. package/esm/index.js +14 -14
  98. package/esm/injective/auction/v1beta1/auction.js +3 -3
  99. package/esm/injective/auction/v1beta1/genesis.js +3 -3
  100. package/esm/injective/auction/v1beta1/query.js +5 -5
  101. package/esm/injective/auction/v1beta1/query.rpc.func.js +2 -2
  102. package/esm/injective/auction/v1beta1/tx.js +4 -4
  103. package/esm/injective/auction/v1beta1/tx.registry.js +1 -1
  104. package/esm/injective/auction/v1beta1/tx.rpc.func.js +2 -2
  105. package/esm/injective/bundle.js +94 -94
  106. package/esm/injective/crypto/v1beta1/ethsecp256k1/keys.js +2 -2
  107. package/esm/injective/exchange/v1beta1/authz.js +2 -2
  108. package/esm/injective/exchange/v1beta1/events.js +5 -5
  109. package/esm/injective/exchange/v1beta1/exchange.js +4 -4
  110. package/esm/injective/exchange/v1beta1/genesis.js +3 -3
  111. package/esm/injective/exchange/v1beta1/proposal.js +5 -5
  112. package/esm/injective/exchange/v1beta1/query.js +6 -6
  113. package/esm/injective/exchange/v1beta1/query.rpc.func.js +2 -2
  114. package/esm/injective/exchange/v1beta1/tx.js +7 -7
  115. package/esm/injective/exchange/v1beta1/tx.registry.js +1 -1
  116. package/esm/injective/exchange/v1beta1/tx.rpc.func.js +2 -2
  117. package/esm/injective/insurance/v1beta1/events.js +4 -4
  118. package/esm/injective/insurance/v1beta1/genesis.js +3 -3
  119. package/esm/injective/insurance/v1beta1/insurance.js +6 -6
  120. package/esm/injective/insurance/v1beta1/query.js +5 -5
  121. package/esm/injective/insurance/v1beta1/query.rpc.func.js +2 -2
  122. package/esm/injective/insurance/v1beta1/tx.js +5 -5
  123. package/esm/injective/insurance/v1beta1/tx.registry.js +1 -1
  124. package/esm/injective/insurance/v1beta1/tx.rpc.func.js +2 -2
  125. package/esm/injective/ocr/v1beta1/genesis.js +4 -4
  126. package/esm/injective/ocr/v1beta1/ocr.js +5 -5
  127. package/esm/injective/ocr/v1beta1/query.js +6 -6
  128. package/esm/injective/ocr/v1beta1/query.rpc.func.js +2 -2
  129. package/esm/injective/ocr/v1beta1/tx.js +5 -5
  130. package/esm/injective/ocr/v1beta1/tx.registry.js +1 -1
  131. package/esm/injective/ocr/v1beta1/tx.rpc.func.js +2 -2
  132. package/esm/injective/oracle/v1beta1/events.js +3 -3
  133. package/esm/injective/oracle/v1beta1/genesis.js +4 -4
  134. package/esm/injective/oracle/v1beta1/oracle.js +4 -4
  135. package/esm/injective/oracle/v1beta1/proposal.js +3 -3
  136. package/esm/injective/oracle/v1beta1/query.js +5 -5
  137. package/esm/injective/oracle/v1beta1/query.rpc.func.js +2 -2
  138. package/esm/injective/oracle/v1beta1/tx.js +4 -4
  139. package/esm/injective/oracle/v1beta1/tx.registry.js +1 -1
  140. package/esm/injective/oracle/v1beta1/tx.rpc.func.js +2 -2
  141. package/esm/injective/peggy/v1/attestation.js +2 -2
  142. package/esm/injective/peggy/v1/batch.js +3 -3
  143. package/esm/injective/peggy/v1/events.js +4 -4
  144. package/esm/injective/peggy/v1/genesis.js +7 -7
  145. package/esm/injective/peggy/v1/msgs.js +6 -6
  146. package/esm/injective/peggy/v1/msgs.registry.js +1 -1
  147. package/esm/injective/peggy/v1/msgs.rpc.func.js +2 -2
  148. package/esm/injective/peggy/v1/params.js +4 -4
  149. package/esm/injective/peggy/v1/pool.js +1 -1
  150. package/esm/injective/peggy/v1/query.js +8 -8
  151. package/esm/injective/peggy/v1/query.rpc.func.js +2 -2
  152. package/esm/injective/peggy/v1/types.js +2 -2
  153. package/esm/injective/permissions/v1beta1/events.js +3 -3
  154. package/esm/injective/permissions/v1beta1/genesis.js +4 -4
  155. package/esm/injective/permissions/v1beta1/params.js +1 -1
  156. package/esm/injective/permissions/v1beta1/permissions.js +4 -4
  157. package/esm/injective/permissions/v1beta1/query.js +6 -6
  158. package/esm/injective/permissions/v1beta1/query.rpc.func.js +2 -2
  159. package/esm/injective/permissions/v1beta1/tx.js +4 -4
  160. package/esm/injective/permissions/v1beta1/tx.registry.js +1 -1
  161. package/esm/injective/permissions/v1beta1/tx.rpc.func.js +2 -2
  162. package/esm/injective/stream/v1beta1/query.js +5 -5
  163. package/esm/injective/tokenfactory/v1beta1/authorityMetadata.js +1 -1
  164. package/esm/injective/tokenfactory/v1beta1/events.js +4 -4
  165. package/esm/injective/tokenfactory/v1beta1/genesis.js +4 -4
  166. package/esm/injective/tokenfactory/v1beta1/params.js +3 -3
  167. package/esm/injective/tokenfactory/v1beta1/query.js +5 -5
  168. package/esm/injective/tokenfactory/v1beta1/query.rpc.func.js +2 -2
  169. package/esm/injective/tokenfactory/v1beta1/tx.js +4 -4
  170. package/esm/injective/tokenfactory/v1beta1/tx.registry.js +1 -1
  171. package/esm/injective/tokenfactory/v1beta1/tx.rpc.func.js +2 -2
  172. package/esm/injective/txfees/v1beta1/genesis.js +3 -3
  173. package/esm/injective/txfees/v1beta1/query.js +3 -3
  174. package/esm/injective/txfees/v1beta1/query.rpc.func.js +2 -2
  175. package/esm/injective/txfees/v1beta1/tx.js +3 -3
  176. package/esm/injective/txfees/v1beta1/tx.registry.js +1 -1
  177. package/esm/injective/txfees/v1beta1/tx.rpc.func.js +2 -2
  178. package/esm/injective/txfees/v1beta1/txfees.js +1 -1
  179. package/esm/injective/types/v1beta1/account.js +4 -4
  180. package/esm/injective/types/v1beta1/tx_ext.js +2 -2
  181. package/esm/injective/types/v1beta1/tx_response.js +3 -3
  182. package/esm/injective/wasmx/v1/authz.js +3 -3
  183. package/esm/injective/wasmx/v1/events.js +2 -2
  184. package/esm/injective/wasmx/v1/genesis.js +3 -3
  185. package/esm/injective/wasmx/v1/proposal.js +4 -4
  186. package/esm/injective/wasmx/v1/query.js +4 -4
  187. package/esm/injective/wasmx/v1/query.rpc.func.js +2 -2
  188. package/esm/injective/wasmx/v1/tx.js +5 -5
  189. package/esm/injective/wasmx/v1/tx.registry.js +1 -1
  190. package/esm/injective/wasmx/v1/tx.rpc.func.js +2 -2
  191. package/esm/injective/wasmx/v1/wasmx.js +4 -4
  192. package/esm/registry.js +2 -2
  193. package/esm/tendermint/abci/types.js +7 -7
  194. package/esm/tendermint/bundle.js +9 -9
  195. package/esm/tendermint/crypto/keys.js +2 -2
  196. package/esm/tendermint/crypto/proof.js +3 -3
  197. package/esm/tendermint/types/block.js +4 -4
  198. package/esm/tendermint/types/evidence.js +6 -6
  199. package/esm/tendermint/types/params.js +3 -3
  200. package/esm/tendermint/types/types.js +7 -7
  201. package/esm/tendermint/types/validator.js +4 -4
  202. package/esm/tendermint/version/types.js +1 -1
  203. package/package.json +14 -17
  204. package/LICENSE-Apache +0 -201
  205. /package/{LICENSE-MIT → LICENSE} +0 -0
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../binary.js";
1
+ import { BinaryReader, BinaryWriter } from "../../binary";
2
2
  function createBaseAny() {
3
3
  return {
4
4
  $typeUrl: "/google.protobuf.Any",
@@ -1,6 +1,6 @@
1
- import { BinaryReader, BinaryWriter } from "../../binary.js";
2
- import { isSet, bytesFromBase64, base64FromBytes } from "../../helpers.js";
3
- import { GlobalDecoderRegistry } from "../../registry.js";
1
+ import { BinaryReader, BinaryWriter } from "../../binary";
2
+ import { isSet, bytesFromBase64, base64FromBytes } from "../../helpers";
3
+ import { GlobalDecoderRegistry } from "../../registry";
4
4
  /** The full set of known editions. */
5
5
  export var Edition;
6
6
  (function (Edition) {
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../binary.js";
1
+ import { BinaryReader, BinaryWriter } from "../../binary";
2
2
  function createBaseDuration() {
3
3
  return {
4
4
  seconds: BigInt(0),
@@ -1,5 +1,5 @@
1
- import { BinaryReader, BinaryWriter } from "../../binary.js";
2
- import { fromJsonTimestamp, fromTimestamp } from "../../helpers.js";
1
+ import { BinaryReader, BinaryWriter } from "../../binary";
2
+ import { fromJsonTimestamp, fromTimestamp } from "../../helpers";
3
3
  function createBaseTimestamp() {
4
4
  return {
5
5
  seconds: BigInt(0),
@@ -3,8 +3,8 @@
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
  */
6
- import { getRpcClient } from "./extern.js";
7
- import { isRpc } from "./helpers.js";
6
+ import { getRpcClient } from "./extern";
7
+ import { isRpc } from "./helpers";
8
8
  import { toConverters, toEncoders } from "@interchainjs/cosmos";
9
9
  export function buildQuery(opts) {
10
10
  registerDependencies(opts.deps ?? []);
@@ -1,4 +1,4 @@
1
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
1
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
2
2
  function createBaseParams() {
3
3
  return {
4
4
  sendEnabled: false,
@@ -1,7 +1,7 @@
1
- import { Coin } from "../../../../cosmos/base/v1beta1/coin.js";
2
- import { Height, Params } from "../../../core/client/v1/client.js";
3
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
4
- import { GlobalDecoderRegistry } from "../../../../registry.js";
1
+ import { Coin } from "../../../../cosmos/base/v1beta1/coin";
2
+ import { Height, Params } from "../../../core/client/v1/client";
3
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
4
+ import { GlobalDecoderRegistry } from "../../../../registry";
5
5
  function createBaseMsgTransfer() {
6
6
  return {
7
7
  sourcePort: "",
@@ -1,4 +1,4 @@
1
- import { MsgTransfer, MsgUpdateParams } from "./tx.js";
1
+ import { MsgTransfer, MsgUpdateParams } from "./tx";
2
2
  export const registry = [["/ibc.applications.transfer.v1.MsgTransfer", MsgTransfer], ["/ibc.applications.transfer.v1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types.js";
2
- import { MsgTransfer, MsgUpdateParams } from "./tx.js";
1
+ import { buildTx } from "../../../../helper-func-types";
2
+ import { MsgTransfer, MsgUpdateParams } from "./tx";
3
3
  /**
4
4
  * Transfer defines a rpc handler method for MsgTransfer.
5
5
  * @name transfer
package/esm/ibc/bundle.js CHANGED
@@ -1,17 +1,17 @@
1
- export { MsgConnectionOpenInit, MsgConnectionOpenInitResponse, MsgConnectionOpenTry, MsgConnectionOpenTryResponse, MsgConnectionOpenAck, MsgConnectionOpenAckResponse, MsgConnectionOpenConfirm, MsgConnectionOpenConfirmResponse, MsgUpdateParams as IbcCoreConnectionV1MsgUpdateParams, MsgUpdateParamsResponse as IbcCoreConnectionV1MsgUpdateParamsResponse } from "./core/connection/v1/tx.js";
2
- export { State as IbcCoreConnectionV1State, StateAmino as IbcCoreConnectionV1StateAmino, ConnectionEnd, IdentifiedConnection, Counterparty as IbcCoreConnectionV1Counterparty, ClientPaths, ConnectionPaths, Version, Params as IbcCoreConnectionV1Params } from "./core/connection/v1/connection.js";
3
- export * from "./core/commitment/v1/commitment.js";
4
- export { MsgCreateClient, MsgCreateClientResponse, MsgUpdateClient, MsgUpdateClientResponse, MsgUpgradeClient, MsgUpgradeClientResponse, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourResponse, MsgRecoverClient, MsgRecoverClientResponse, MsgIBCSoftwareUpgrade, MsgIBCSoftwareUpgradeResponse, MsgUpdateParams as IbcCoreClientV1MsgUpdateParams, MsgUpdateParamsResponse as IbcCoreClientV1MsgUpdateParamsResponse, MsgDeleteClientCreator, MsgDeleteClientCreatorResponse } from "./core/client/v1/tx.js";
5
- export { IdentifiedClientState, ConsensusStateWithHeight, ClientConsensusStates, Height, Params as IbcCoreClientV1Params } from "./core/client/v1/client.js";
6
- export * from "./core/channel/v1/tx.js";
7
- export { State as IbcCoreChannelV1State, StateAmino as IbcCoreChannelV1StateAmino, Order, OrderAmino, Channel, IdentifiedChannel, Counterparty as IbcCoreChannelV1Counterparty, Packet, PacketState, PacketId, Acknowledgement, Timeout } from "./core/channel/v1/channel.js";
8
- export { MsgTransfer, MsgTransferResponse, MsgUpdateParams as IbcApplicationsTransferV1MsgUpdateParams, MsgUpdateParamsResponse as IbcApplicationsTransferV1MsgUpdateParamsResponse } from "./applications/transfer/v1/tx.js";
9
- export { Params as IbcApplicationsTransferV1Params } from "./applications/transfer/v1/transfer.js";
10
- export { registry as IbcCoreConnectionV1Registry, MessageComposer as IbcCoreConnectionV1MessageComposer } from "./core/connection/v1/tx.registry.js";
11
- export { registry as IbcCoreClientV1Registry, MessageComposer as IbcCoreClientV1MessageComposer } from "./core/client/v1/tx.registry.js";
12
- export { registry as IbcCoreChannelV1Registry, MessageComposer as IbcCoreChannelV1MessageComposer } from "./core/channel/v1/tx.registry.js";
13
- export { registry as IbcApplicationsTransferV1Registry, MessageComposer as IbcApplicationsTransferV1MessageComposer } from "./applications/transfer/v1/tx.registry.js";
14
- export * from "./core/connection/v1/tx.rpc.func.js";
15
- export * from "./core/client/v1/tx.rpc.func.js";
16
- export * from "./core/channel/v1/tx.rpc.func.js";
17
- export { transfer, updateParams as updateParamsIbcApplicationsTransferV1 } from "./applications/transfer/v1/tx.rpc.func.js";
1
+ export { MsgConnectionOpenInit, MsgConnectionOpenInitResponse, MsgConnectionOpenTry, MsgConnectionOpenTryResponse, MsgConnectionOpenAck, MsgConnectionOpenAckResponse, MsgConnectionOpenConfirm, MsgConnectionOpenConfirmResponse, MsgUpdateParams as IbcCoreConnectionV1MsgUpdateParams, MsgUpdateParamsResponse as IbcCoreConnectionV1MsgUpdateParamsResponse } from "./core/connection/v1/tx";
2
+ export { State as IbcCoreConnectionV1State, StateAmino as IbcCoreConnectionV1StateAmino, ConnectionEnd, IdentifiedConnection, Counterparty as IbcCoreConnectionV1Counterparty, ClientPaths, ConnectionPaths, Version, Params as IbcCoreConnectionV1Params } from "./core/connection/v1/connection";
3
+ export * from "./core/commitment/v1/commitment";
4
+ export { MsgCreateClient, MsgCreateClientResponse, MsgUpdateClient, MsgUpdateClientResponse, MsgUpgradeClient, MsgUpgradeClientResponse, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourResponse, MsgRecoverClient, MsgRecoverClientResponse, MsgIBCSoftwareUpgrade, MsgIBCSoftwareUpgradeResponse, MsgUpdateParams as IbcCoreClientV1MsgUpdateParams, MsgUpdateParamsResponse as IbcCoreClientV1MsgUpdateParamsResponse, MsgDeleteClientCreator, MsgDeleteClientCreatorResponse } from "./core/client/v1/tx";
5
+ export { IdentifiedClientState, ConsensusStateWithHeight, ClientConsensusStates, Height, Params as IbcCoreClientV1Params } from "./core/client/v1/client";
6
+ export * from "./core/channel/v1/tx";
7
+ export { State as IbcCoreChannelV1State, StateAmino as IbcCoreChannelV1StateAmino, Order, OrderAmino, Channel, IdentifiedChannel, Counterparty as IbcCoreChannelV1Counterparty, Packet, PacketState, PacketId, Acknowledgement, Timeout } from "./core/channel/v1/channel";
8
+ export { MsgTransfer, MsgTransferResponse, MsgUpdateParams as IbcApplicationsTransferV1MsgUpdateParams, MsgUpdateParamsResponse as IbcApplicationsTransferV1MsgUpdateParamsResponse } from "./applications/transfer/v1/tx";
9
+ export { Params as IbcApplicationsTransferV1Params } from "./applications/transfer/v1/transfer";
10
+ export { registry as IbcCoreConnectionV1Registry, MessageComposer as IbcCoreConnectionV1MessageComposer } from "./core/connection/v1/tx.registry";
11
+ export { registry as IbcCoreClientV1Registry, MessageComposer as IbcCoreClientV1MessageComposer } from "./core/client/v1/tx.registry";
12
+ export { registry as IbcCoreChannelV1Registry, MessageComposer as IbcCoreChannelV1MessageComposer } from "./core/channel/v1/tx.registry";
13
+ export { registry as IbcApplicationsTransferV1Registry, MessageComposer as IbcApplicationsTransferV1MessageComposer } from "./applications/transfer/v1/tx.registry";
14
+ export * from "./core/connection/v1/tx.rpc.func";
15
+ export * from "./core/client/v1/tx.rpc.func";
16
+ export * from "./core/channel/v1/tx.rpc.func";
17
+ export { transfer, updateParams as updateParamsIbcApplicationsTransferV1 } from "./applications/transfer/v1/tx.rpc.func";
@@ -1,7 +1,7 @@
1
- import { Height } from "../../client/v1/client.js";
2
- import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
3
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
4
- import { GlobalDecoderRegistry } from "../../../../registry.js";
1
+ import { Height } from "../../client/v1/client";
2
+ import { isSet, bytesFromBase64, base64FromBytes } from "../../../../helpers";
3
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
4
+ import { GlobalDecoderRegistry } from "../../../../registry";
5
5
  /**
6
6
  * State defines if a channel is in one of the following states:
7
7
  * CLOSED, INIT, TRYOPEN, OPEN, or UNINITIALIZED.
@@ -1,8 +1,8 @@
1
- import { Channel, Packet } from "./channel.js";
2
- import { Height } from "../../client/v1/client.js";
3
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
4
- import { GlobalDecoderRegistry } from "../../../../registry.js";
5
- import { bytesFromBase64, base64FromBytes, isSet } from "../../../../helpers.js";
1
+ import { Channel, Packet } from "./channel";
2
+ import { Height } from "../../client/v1/client";
3
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
4
+ import { GlobalDecoderRegistry } from "../../../../registry";
5
+ import { bytesFromBase64, base64FromBytes, isSet } from "../../../../helpers";
6
6
  /** ResponseResultType defines the possible outcomes of the execution of a message */
7
7
  export var ResponseResultType;
8
8
  (function (ResponseResultType) {
@@ -1,4 +1,4 @@
1
- import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx.js";
1
+ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx";
2
2
  export const registry = [["/ibc.core.channel.v1.MsgChannelOpenInit", MsgChannelOpenInit], ["/ibc.core.channel.v1.MsgChannelOpenTry", MsgChannelOpenTry], ["/ibc.core.channel.v1.MsgChannelOpenAck", MsgChannelOpenAck], ["/ibc.core.channel.v1.MsgChannelOpenConfirm", MsgChannelOpenConfirm], ["/ibc.core.channel.v1.MsgChannelCloseInit", MsgChannelCloseInit], ["/ibc.core.channel.v1.MsgChannelCloseConfirm", MsgChannelCloseConfirm], ["/ibc.core.channel.v1.MsgRecvPacket", MsgRecvPacket], ["/ibc.core.channel.v1.MsgTimeout", MsgTimeout], ["/ibc.core.channel.v1.MsgTimeoutOnClose", MsgTimeoutOnClose], ["/ibc.core.channel.v1.MsgAcknowledgement", MsgAcknowledgement]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types.js";
2
- import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx.js";
1
+ import { buildTx } from "../../../../helper-func-types";
2
+ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx";
3
3
  /**
4
4
  * ChannelOpenInit defines a rpc handler method for MsgChannelOpenInit.
5
5
  * @name channelOpenInit
@@ -1,6 +1,6 @@
1
- import { Any } from "../../../../google/protobuf/any.js";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
- import { GlobalDecoderRegistry } from "../../../../registry.js";
1
+ import { Any } from "../../../../google/protobuf/any";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
3
+ import { GlobalDecoderRegistry } from "../../../../registry";
4
4
  function createBaseIdentifiedClientState() {
5
5
  return {
6
6
  clientId: "",
@@ -1,9 +1,9 @@
1
- import { Any } from "../../../../google/protobuf/any.js";
2
- import { Plan } from "../../../../cosmos/upgrade/v1beta1/upgrade.js";
3
- import { Params } from "./client.js";
4
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
5
- import { GlobalDecoderRegistry } from "../../../../registry.js";
6
- import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
1
+ import { Any } from "../../../../google/protobuf/any";
2
+ import { Plan } from "../../../../cosmos/upgrade/v1beta1/upgrade";
3
+ import { Params } from "./client";
4
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
5
+ import { GlobalDecoderRegistry } from "../../../../registry";
6
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
7
7
  function createBaseMsgCreateClient() {
8
8
  return {
9
9
  clientState: undefined,
@@ -1,4 +1,4 @@
1
- import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams, MsgDeleteClientCreator } from "./tx.js";
1
+ import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams, MsgDeleteClientCreator } from "./tx";
2
2
  export const registry = [["/ibc.core.client.v1.MsgCreateClient", MsgCreateClient], ["/ibc.core.client.v1.MsgUpdateClient", MsgUpdateClient], ["/ibc.core.client.v1.MsgUpgradeClient", MsgUpgradeClient], ["/ibc.core.client.v1.MsgSubmitMisbehaviour", MsgSubmitMisbehaviour], ["/ibc.core.client.v1.MsgRecoverClient", MsgRecoverClient], ["/ibc.core.client.v1.MsgIBCSoftwareUpgrade", MsgIBCSoftwareUpgrade], ["/ibc.core.client.v1.MsgUpdateParams", MsgUpdateParams], ["/ibc.core.client.v1.MsgDeleteClientCreator", MsgDeleteClientCreator]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types.js";
2
- import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams, MsgDeleteClientCreator } from "./tx.js";
1
+ import { buildTx } from "../../../../helper-func-types";
2
+ import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams, MsgDeleteClientCreator } from "./tx";
3
3
  /**
4
4
  * CreateClient defines a rpc handler method for MsgCreateClient.
5
5
  * @name createClient
@@ -1,7 +1,7 @@
1
- import { CommitmentProof } from "../../../../cosmos/ics23/v1/proofs.js";
2
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
3
- import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
4
- import { GlobalDecoderRegistry } from "../../../../registry.js";
1
+ import { CommitmentProof } from "../../../../cosmos/ics23/v1/proofs";
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
3
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
4
+ import { GlobalDecoderRegistry } from "../../../../registry";
5
5
  function createBaseMerkleRoot() {
6
6
  return {
7
7
  hash: new Uint8Array()
@@ -1,7 +1,7 @@
1
- import { MerklePrefix } from "../../commitment/v1/commitment.js";
2
- import { isSet } from "../../../../helpers.js";
3
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
4
- import { GlobalDecoderRegistry } from "../../../../registry.js";
1
+ import { MerklePrefix } from "../../commitment/v1/commitment";
2
+ import { isSet } from "../../../../helpers";
3
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
4
+ import { GlobalDecoderRegistry } from "../../../../registry";
5
5
  /**
6
6
  * State defines if a connection is in one of the following states:
7
7
  * INIT, TRYOPEN, OPEN or UNINITIALIZED.
@@ -1,9 +1,9 @@
1
- import { Counterparty, Version } from "./connection.js";
2
- import { Any } from "../../../../google/protobuf/any.js";
3
- import { Height, Params } from "../../client/v1/client.js";
4
- import { BinaryReader, BinaryWriter } from "../../../../binary.js";
5
- import { GlobalDecoderRegistry } from "../../../../registry.js";
6
- import { bytesFromBase64, base64FromBytes } from "../../../../helpers.js";
1
+ import { Counterparty, Version } from "./connection";
2
+ import { Any } from "../../../../google/protobuf/any";
3
+ import { Height, Params } from "../../client/v1/client";
4
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
5
+ import { GlobalDecoderRegistry } from "../../../../registry";
6
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
7
7
  function createBaseMsgConnectionOpenInit() {
8
8
  return {
9
9
  clientId: "",
@@ -1,4 +1,4 @@
1
- import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgUpdateParams } from "./tx.js";
1
+ import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgUpdateParams } from "./tx";
2
2
  export const registry = [["/ibc.core.connection.v1.MsgConnectionOpenInit", MsgConnectionOpenInit], ["/ibc.core.connection.v1.MsgConnectionOpenTry", MsgConnectionOpenTry], ["/ibc.core.connection.v1.MsgConnectionOpenAck", MsgConnectionOpenAck], ["/ibc.core.connection.v1.MsgConnectionOpenConfirm", MsgConnectionOpenConfirm], ["/ibc.core.connection.v1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../../helper-func-types.js";
2
- import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgUpdateParams } from "./tx.js";
1
+ import { buildTx } from "../../../../helper-func-types";
2
+ import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgUpdateParams } from "./tx";
3
3
  /**
4
4
  * ConnectionOpenInit defines a rpc handler method for MsgConnectionOpenInit.
5
5
  * @name connectionOpenInit
package/esm/index.js CHANGED
@@ -3,17 +3,17 @@
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
  */
6
- export * from "./tendermint/bundle.js";
7
- export * from "./injective/bundle.js";
8
- export * from "./ibc/bundle.js";
9
- export * from "./google/bundle.js";
10
- export * from "./cosmwasm/bundle.js";
11
- export * from "./cosmos_proto/bundle.js";
12
- export * from "./cosmos/bundle.js";
13
- export * from "./extern.js";
14
- export * from "./helper-func-types.js";
15
- export * from "./varint.js";
16
- export * from "./utf8.js";
17
- export * from "./binary.js";
18
- export * from "./types.js";
19
- export * from "./registry.js";
6
+ export * from "./tendermint/bundle";
7
+ export * from "./injective/bundle";
8
+ export * from "./ibc/bundle";
9
+ export * from "./google/bundle";
10
+ export * from "./cosmwasm/bundle";
11
+ export * from "./cosmos_proto/bundle";
12
+ export * from "./cosmos/bundle";
13
+ export * from "./extern";
14
+ export * from "./helper-func-types";
15
+ export * from "./varint";
16
+ export * from "./utf8";
17
+ export * from "./binary";
18
+ export * from "./types";
19
+ export * from "./registry";
@@ -1,7 +1,7 @@
1
- import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
2
- import { BinaryReader, BinaryWriter } from "../../../binary.js";
1
+ import { Coin } from "../../../cosmos/base/v1beta1/coin";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary";
3
3
  import { Decimal } from "@interchainjs/math";
4
- import { GlobalDecoderRegistry } from "../../../registry.js";
4
+ import { GlobalDecoderRegistry } from "../../../registry";
5
5
  function createBaseParams() {
6
6
  return {
7
7
  auctionPeriod: BigInt(0),
@@ -1,6 +1,6 @@
1
- import { Params, Bid, LastAuctionResult } from "./auction.js";
2
- import { BinaryReader, BinaryWriter } from "../../../binary.js";
3
- import { GlobalDecoderRegistry } from "../../../registry.js";
1
+ import { Params, Bid, LastAuctionResult } from "./auction";
2
+ import { BinaryReader, BinaryWriter } from "../../../binary";
3
+ import { GlobalDecoderRegistry } from "../../../registry";
4
4
  function createBaseGenesisState() {
5
5
  return {
6
6
  params: Params.fromPartial({}),
@@ -1,8 +1,8 @@
1
- import { Params, LastAuctionResult } from "./auction.js";
2
- import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
3
- import { GenesisState } from "./genesis.js";
4
- import { BinaryReader, BinaryWriter } from "../../../binary.js";
5
- import { GlobalDecoderRegistry } from "../../../registry.js";
1
+ import { Params, LastAuctionResult } from "./auction";
2
+ import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { GenesisState } from "./genesis";
4
+ import { BinaryReader, BinaryWriter } from "../../../binary";
5
+ import { GlobalDecoderRegistry } from "../../../registry";
6
6
  function createBaseQueryAuctionParamsRequest() {
7
7
  return {};
8
8
  }
@@ -1,5 +1,5 @@
1
- import { buildQuery } from "../../../helper-func-types.js";
2
- import { QueryAuctionParamsRequest, QueryAuctionParamsResponse, QueryCurrentAuctionBasketRequest, QueryCurrentAuctionBasketResponse, QueryModuleStateRequest, QueryModuleStateResponse, QueryLastAuctionResultRequest, QueryLastAuctionResultResponse } from "./query.js";
1
+ import { buildQuery } from "../../../helper-func-types";
2
+ import { QueryAuctionParamsRequest, QueryAuctionParamsResponse, QueryCurrentAuctionBasketRequest, QueryCurrentAuctionBasketResponse, QueryModuleStateRequest, QueryModuleStateResponse, QueryLastAuctionResultRequest, QueryLastAuctionResultResponse } from "./query";
3
3
  /**
4
4
  * Retrieves auction params
5
5
  * @name getAuctionParams
@@ -1,7 +1,7 @@
1
- import { Coin } from "../../../cosmos/base/v1beta1/coin.js";
2
- import { Params } from "./auction.js";
3
- import { BinaryReader, BinaryWriter } from "../../../binary.js";
4
- import { GlobalDecoderRegistry } from "../../../registry.js";
1
+ import { Coin } from "../../../cosmos/base/v1beta1/coin";
2
+ import { Params } from "./auction";
3
+ import { BinaryReader, BinaryWriter } from "../../../binary";
4
+ import { GlobalDecoderRegistry } from "../../../registry";
5
5
  function createBaseMsgBid() {
6
6
  return {
7
7
  sender: "",
@@ -1,4 +1,4 @@
1
- import { MsgBid, MsgUpdateParams } from "./tx.js";
1
+ import { MsgBid, MsgUpdateParams } from "./tx";
2
2
  export const registry = [["/injective.auction.v1beta1.MsgBid", MsgBid], ["/injective.auction.v1beta1.MsgUpdateParams", MsgUpdateParams]];
3
3
  export const MessageComposer = {
4
4
  encoded: {
@@ -1,5 +1,5 @@
1
- import { buildTx } from "../../../helper-func-types.js";
2
- import { MsgBid, MsgUpdateParams } from "./tx.js";
1
+ import { buildTx } from "../../../helper-func-types";
2
+ import { MsgBid, MsgUpdateParams } from "./tx";
3
3
  /**
4
4
  * Bid defines a method for placing a bid for an auction
5
5
  * @name bid