@xpla/xplajs 1.9.0 → 1.9.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 (90) hide show
  1. package/dist/binary.cjs +1 -1
  2. package/dist/binary.d.ts +1 -1
  3. package/dist/binary.js +1 -1
  4. package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -1
  5. package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -1
  6. package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -2
  7. package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -1
  8. package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +1 -2
  9. package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +0 -1
  10. package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -1
  11. package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +1 -2
  12. package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -1
  13. package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -1
  14. package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -1
  15. package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -1
  16. package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +0 -1
  17. package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -2
  18. package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -1
  19. package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +1 -2
  20. package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -1
  21. package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -2
  22. package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -1
  23. package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +1 -2
  24. package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -1
  25. package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +1 -2
  26. package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -1
  27. package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +1 -2
  28. package/dist/cosmos/gov/v1/query.rpc.func.d.ts +0 -1
  29. package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +1 -2
  30. package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -1
  31. package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +1 -2
  32. package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -1
  33. package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -2
  34. package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -1
  35. package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -1
  36. package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +1 -2
  37. package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -1
  38. package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +1 -2
  39. package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -1
  40. package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -1
  41. package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +1 -2
  42. package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -1
  43. package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +1 -2
  44. package/dist/ethermint/evm/v1/query.rpc.func.d.ts +0 -1
  45. package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +1 -2
  46. package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -1
  47. package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -2
  48. package/dist/extern.d.ts +1 -1
  49. package/dist/google/protobuf/any.cjs +77 -22
  50. package/dist/google/protobuf/any.d.ts +296 -133
  51. package/dist/google/protobuf/any.js +77 -22
  52. package/dist/helper-func-types.d.ts +1 -1
  53. package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -1
  54. package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +1 -2
  55. package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -1
  56. package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +1 -2
  57. package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -1
  58. package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +1 -2
  59. package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +0 -1
  60. package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +1 -2
  61. package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +0 -1
  62. package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +1 -2
  63. package/dist/ibc/core/client/v1/query.rpc.func.d.ts +0 -1
  64. package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +1 -2
  65. package/dist/ibc/core/client/v2/query.rpc.func.d.ts +0 -1
  66. package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +1 -2
  67. package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +0 -1
  68. package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +1 -2
  69. package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -1
  70. package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +1 -2
  71. package/dist/index.d.ts +0 -8
  72. package/dist/registry.cjs +1 -1
  73. package/dist/registry.d.ts +1 -1
  74. package/dist/registry.js +1 -1
  75. package/dist/utf8.cjs +1 -1
  76. package/dist/utf8.d.ts +1 -1
  77. package/dist/utf8.js +1 -1
  78. package/dist/varint.cjs +1 -1
  79. package/dist/varint.d.ts +1 -1
  80. package/dist/varint.js +1 -1
  81. package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -1
  82. package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +1 -2
  83. package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -1
  84. package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +1 -2
  85. package/dist/xpla/rpc.query.cjs +1 -1
  86. package/dist/xpla/rpc.query.d.ts +0 -2
  87. package/dist/xpla/rpc.query.js +2 -2
  88. package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -1
  89. package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +1 -2
  90. package/package.json +5 -3
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgTransfer, MsgUpdateParams } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/applications/transfer/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryChannelClientStateRequest, QueryChannelClientStateResponse, QueryChannelConsensusStateRequest, QueryChannelConsensusStateResponse, QueryChannelRequest, QueryChannelResponse, QueryChannelsRequest, QueryChannelsResponse, QueryConnectionChannelsRequest, QueryConnectionChannelsResponse, QueryNextSequenceReceiveRequest, QueryNextSequenceReceiveResponse, QueryNextSequenceSendRequest, QueryNextSequenceSendResponse, QueryPacketAcknowledgementRequest, QueryPacketAcknowledgementResponse, QueryPacketAcknowledgementsRequest, QueryPacketAcknowledgementsResponse, QueryPacketCommitmentRequest, QueryPacketCommitmentResponse, QueryPacketCommitmentsRequest, QueryPacketCommitmentsResponse, QueryPacketReceiptRequest, QueryPacketReceiptResponse, QueryUnreceivedAcksRequest, QueryUnreceivedAcksResponse, QueryUnreceivedPacketsRequest, QueryUnreceivedPacketsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/core/channel/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgAcknowledgement, MsgChannelCloseConfirm, MsgChannelCloseInit, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelOpenInit, MsgChannelOpenTry, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/core/channel/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryNextSequenceSendRequest, QueryNextSequenceSendResponse, QueryPacketAcknowledgementRequest, QueryPacketAcknowledgementResponse, QueryPacketAcknowledgementsRequest, QueryPacketAcknowledgementsResponse, QueryPacketCommitmentRequest, QueryPacketCommitmentResponse, QueryPacketCommitmentsRequest, QueryPacketCommitmentsResponse, QueryPacketReceiptRequest, QueryPacketReceiptResponse, QueryUnreceivedAcksRequest, QueryUnreceivedAcksResponse, QueryUnreceivedPacketsRequest, QueryUnreceivedPacketsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/core/channel/v2/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgAcknowledgement, MsgRecvPacket, MsgSendPacket, MsgTimeout } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/core/channel/v2/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryClientCreatorRequest, QueryClientCreatorResponse, QueryClientParamsRequest, QueryClientParamsResponse, QueryClientStateRequest, QueryClientStateResponse, QueryClientStatesRequest, QueryClientStatesResponse, QueryClientStatusRequest, QueryClientStatusResponse, QueryConsensusStateHeightsRequest, QueryConsensusStateHeightsResponse, QueryConsensusStateRequest, QueryConsensusStateResponse, QueryConsensusStatesRequest, QueryConsensusStatesResponse, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryVerifyMembershipRequest, QueryVerifyMembershipResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/core/client/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgCreateClient, MsgDeleteClientCreator, MsgIBCSoftwareUpgrade, MsgRecoverClient, MsgSubmitMisbehaviour, MsgUpdateClient, MsgUpdateParams, MsgUpgradeClient } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/core/client/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryConfigRequest, QueryConfigResponse, QueryCounterpartyInfoRequest, QueryCounterpartyInfoResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/core/client/v2/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgRegisterCounterparty, MsgUpdateClientConfig } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/core/client/v2/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryConnectionClientStateRequest, QueryConnectionClientStateResponse, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponse, QueryConnectionParamsRequest, QueryConnectionParamsResponse, QueryConnectionRequest, QueryConnectionResponse, QueryConnectionsRequest, QueryConnectionsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/core/connection/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgConnectionOpenInit, MsgConnectionOpenTry, MsgUpdateParams } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/core/connection/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryChecksumsRequest, QueryChecksumsResponse, QueryCodeRequest, QueryCodeResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/ibc/lightclients/wasm/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgMigrateContract, MsgRemoveChecksum, MsgStoreCode } from "./tx.js";
3
- import "../../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts
8
7
  /**
package/dist/index.d.ts CHANGED
@@ -6,7 +6,6 @@ import { MigrateFromInfo, MigrateFromInfoAmino, MigrateFromInfoAminoMsg, Migrate
6
6
  import { QueryConfigRequest, QueryConfigRequestAmino, QueryConfigRequestAminoMsg, QueryConfigRequestProtoMsg, QueryConfigResponse, QueryConfigResponseAmino, QueryConfigResponseAminoMsg, QueryConfigResponseProtoMsg } from "./cosmos/app/v1alpha1/query.js";
7
7
  import { DeliverTxResponse, EncodeObject, GeneratedType, IAminoMsg, IProtoType, Message, ProtoMsg, StdFee, TelescopeGeneratedCodec, TelescopeGeneratedType, TxRpc } from "./types.js";
8
8
  import { InterfaceDescriptor as InterfaceDescriptor$1, InterfaceDescriptorAmino as InterfaceDescriptorAmino$1, InterfaceDescriptorAminoMsg as InterfaceDescriptorAminoMsg$1, InterfaceDescriptorProtoMsg as InterfaceDescriptorProtoMsg$1, ScalarDescriptor, ScalarDescriptorAmino, ScalarDescriptorAminoMsg, ScalarDescriptorProtoMsg, ScalarType, ScalarTypeAmino } from "./cosmos_proto/cosmos.js";
9
- import "./cosmos_proto/bundle.js";
10
9
  import { Module as Module$1, ModuleAccountPermission, ModuleAccountPermissionAmino, ModuleAccountPermissionAminoMsg, ModuleAccountPermissionProtoMsg, ModuleAmino as ModuleAmino$1, ModuleAminoMsg as ModuleAminoMsg$1, ModuleProtoMsg as ModuleProtoMsg$1 } from "./cosmos/auth/module/v1/module.js";
11
10
  import { BaseAccount, BaseAccountAmino, BaseAccountAminoMsg, BaseAccountProtoMsg, ModuleAccount, ModuleAccountAmino, ModuleAccountAminoMsg, ModuleAccountProtoMsg, ModuleCredential, ModuleCredentialAmino, ModuleCredentialAminoMsg, ModuleCredentialProtoMsg, Params, ParamsAmino, ParamsAminoMsg, ParamsProtoMsg } from "./cosmos/auth/v1beta1/auth.js";
12
11
  import { GenesisState, GenesisStateAmino, GenesisStateAminoMsg, GenesisStateProtoMsg } from "./cosmos/auth/v1beta1/genesis.js";
@@ -168,7 +167,6 @@ import { updateParams as updateParams$7 } from "./cosmos/mint/v1beta1/tx.rpc.fun
168
167
  import { unjail, updateParams as updateParams$8 } from "./cosmos/slashing/v1beta1/tx.rpc.func.js";
169
168
  import { beginRedelegate, cancelUnbondingDelegation, createValidator, delegate, editValidator, undelegate, updateParams as updateParams$9 } from "./cosmos/staking/v1beta1/tx.rpc.func.js";
170
169
  import { cancelUpgrade, softwareUpgrade } from "./cosmos/upgrade/v1beta1/tx.rpc.func.js";
171
- import "./cosmos/bundle.js";
172
170
  import { Code, CodeAmino, CodeAminoMsg, CodeProtoMsg, Contract, ContractAmino, ContractAminoMsg, ContractProtoMsg, GenesisState as GenesisState$13, GenesisStateAmino as GenesisStateAmino$13, GenesisStateAminoMsg as GenesisStateAminoMsg$13, GenesisStateProtoMsg as GenesisStateProtoMsg$13, Sequence, SequenceAmino, SequenceAminoMsg, SequenceProtoMsg } from "./cosmwasm/wasm/v1/genesis.js";
173
171
  import { MsgIBCCloseChannel, MsgIBCCloseChannelAmino, MsgIBCCloseChannelAminoMsg, MsgIBCCloseChannelProtoMsg, MsgIBCSend, MsgIBCSendAmino, MsgIBCSendAminoMsg, MsgIBCSendProtoMsg, MsgIBCSendResponse, MsgIBCSendResponseAmino, MsgIBCSendResponseAminoMsg, MsgIBCSendResponseProtoMsg, MsgIBCWriteAcknowledgementResponse, MsgIBCWriteAcknowledgementResponseAmino, MsgIBCWriteAcknowledgementResponseAminoMsg, MsgIBCWriteAcknowledgementResponseProtoMsg } from "./cosmwasm/wasm/v1/ibc.js";
174
172
  import { CodeInfoResponse, CodeInfoResponseAmino, CodeInfoResponseAminoMsg, CodeInfoResponseProtoMsg, QueryAllContractStateRequest, QueryAllContractStateRequestAmino, QueryAllContractStateRequestAminoMsg, QueryAllContractStateRequestProtoMsg, QueryAllContractStateResponse, QueryAllContractStateResponseAmino, QueryAllContractStateResponseAminoMsg, QueryAllContractStateResponseProtoMsg, QueryBuildAddressRequest, QueryBuildAddressRequestAmino, QueryBuildAddressRequestAminoMsg, QueryBuildAddressRequestProtoMsg, QueryBuildAddressResponse, QueryBuildAddressResponseAmino, QueryBuildAddressResponseAminoMsg, QueryBuildAddressResponseProtoMsg, QueryCodeInfoRequest, QueryCodeInfoRequestAmino, QueryCodeInfoRequestAminoMsg, QueryCodeInfoRequestProtoMsg, QueryCodeInfoResponse, QueryCodeInfoResponseAmino, QueryCodeInfoResponseAminoMsg, QueryCodeInfoResponseProtoMsg, QueryCodeRequest as QueryCodeRequest$1, QueryCodeRequestAmino as QueryCodeRequestAmino$1, QueryCodeRequestAminoMsg as QueryCodeRequestAminoMsg$1, QueryCodeRequestProtoMsg as QueryCodeRequestProtoMsg$1, QueryCodeResponse as QueryCodeResponse$1, QueryCodeResponseAmino as QueryCodeResponseAmino$1, QueryCodeResponseAminoMsg as QueryCodeResponseAminoMsg$1, QueryCodeResponseProtoMsg as QueryCodeResponseProtoMsg$1, QueryCodesRequest, QueryCodesRequestAmino, QueryCodesRequestAminoMsg, QueryCodesRequestProtoMsg, QueryCodesResponse, QueryCodesResponseAmino, QueryCodesResponseAminoMsg, QueryCodesResponseProtoMsg, QueryContractHistoryRequest, QueryContractHistoryRequestAmino, QueryContractHistoryRequestAminoMsg, QueryContractHistoryRequestProtoMsg, QueryContractHistoryResponse, QueryContractHistoryResponseAmino, QueryContractHistoryResponseAminoMsg, QueryContractHistoryResponseProtoMsg, QueryContractInfoRequest, QueryContractInfoRequestAmino, QueryContractInfoRequestAminoMsg, QueryContractInfoRequestProtoMsg, QueryContractInfoResponse, QueryContractInfoResponseAmino, QueryContractInfoResponseAminoMsg, QueryContractInfoResponseProtoMsg, QueryContractsByCodeRequest, QueryContractsByCodeRequestAmino, QueryContractsByCodeRequestAminoMsg, QueryContractsByCodeRequestProtoMsg, QueryContractsByCodeResponse, QueryContractsByCodeResponseAmino, QueryContractsByCodeResponseAminoMsg, QueryContractsByCodeResponseProtoMsg, QueryContractsByCreatorRequest, QueryContractsByCreatorRequestAmino, QueryContractsByCreatorRequestAminoMsg, QueryContractsByCreatorRequestProtoMsg, QueryContractsByCreatorResponse, QueryContractsByCreatorResponseAmino, QueryContractsByCreatorResponseAminoMsg, QueryContractsByCreatorResponseProtoMsg, QueryParamsRequest as QueryParamsRequest$12, QueryParamsRequestAmino as QueryParamsRequestAmino$12, QueryParamsRequestAminoMsg as QueryParamsRequestAminoMsg$12, QueryParamsRequestProtoMsg as QueryParamsRequestProtoMsg$12, QueryParamsResponse as QueryParamsResponse$12, QueryParamsResponseAmino as QueryParamsResponseAmino$12, QueryParamsResponseAminoMsg as QueryParamsResponseAminoMsg$12, QueryParamsResponseProtoMsg as QueryParamsResponseProtoMsg$12, QueryPinnedCodesRequest, QueryPinnedCodesRequestAmino, QueryPinnedCodesRequestAminoMsg, QueryPinnedCodesRequestProtoMsg, QueryPinnedCodesResponse, QueryPinnedCodesResponseAmino, QueryPinnedCodesResponseAminoMsg, QueryPinnedCodesResponseProtoMsg, QueryRawContractStateRequest, QueryRawContractStateRequestAmino, QueryRawContractStateRequestAminoMsg, QueryRawContractStateRequestProtoMsg, QueryRawContractStateResponse, QueryRawContractStateResponseAmino, QueryRawContractStateResponseAminoMsg, QueryRawContractStateResponseProtoMsg, QuerySmartContractStateRequest, QuerySmartContractStateRequestAmino, QuerySmartContractStateRequestAminoMsg, QuerySmartContractStateRequestProtoMsg, QuerySmartContractStateResponse, QuerySmartContractStateResponseAmino, QuerySmartContractStateResponseAminoMsg, QuerySmartContractStateResponseProtoMsg, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigRequestAmino, QueryWasmLimitsConfigRequestAminoMsg, QueryWasmLimitsConfigRequestProtoMsg, QueryWasmLimitsConfigResponse, QueryWasmLimitsConfigResponseAmino, QueryWasmLimitsConfigResponseAminoMsg, QueryWasmLimitsConfigResponseProtoMsg } from "./cosmwasm/wasm/v1/query.js";
@@ -176,7 +174,6 @@ import { MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesAmino,
176
174
  import { MessageComposer as MessageComposer$15, registry as registry$15 } from "./cosmwasm/wasm/v1/tx.registry.js";
177
175
  import { getAllContractState, getBuildAddress, getCode as getCode$1, getCodeInfo, getCodes, getContractHistory, getContractInfo, getContractsByCode, getContractsByCreator, getParams as getParams$12, getPinnedCodes, getRawContractState, getSmartContractState, getWasmLimitsConfig } from "./cosmwasm/wasm/v1/query.rpc.func.js";
178
176
  import { addCodeUploadParamsAddresses, clearAdmin, executeContract, instantiateContract, instantiateContract2, migrateContract, pinCodes, removeCodeUploadParamsAddresses, storeAndInstantiateContract, storeAndMigrateContract, storeCode, sudoContract, unpinCodes, updateAdmin, updateContractLabel, updateInstantiateConfig, updateParams as updateParams$10 } from "./cosmwasm/wasm/v1/tx.rpc.func.js";
179
- import "./cosmwasm/bundle.js";
180
177
  import { PrivKey, PrivKeyAmino, PrivKeyAminoMsg, PrivKeyProtoMsg, PubKey, PubKeyAmino, PubKeyAminoMsg, PubKeyProtoMsg } from "./ethermint/crypto/v1/ethsecp256k1/keys.js";
181
178
  import { EventBlockBloom as EventBlockBloom$1, EventBlockBloomAmino as EventBlockBloomAmino$1, EventBlockBloomAminoMsg as EventBlockBloomAminoMsg$1, EventBlockBloomProtoMsg as EventBlockBloomProtoMsg$1, EventEthereumTx as EventEthereumTx$1, EventEthereumTxAmino as EventEthereumTxAmino$1, EventEthereumTxAminoMsg as EventEthereumTxAminoMsg$1, EventEthereumTxProtoMsg as EventEthereumTxProtoMsg$1, EventMessage as EventMessage$1, EventMessageAmino as EventMessageAmino$1, EventMessageAminoMsg as EventMessageAminoMsg$1, EventMessageProtoMsg as EventMessageProtoMsg$1, EventTxLog as EventTxLog$1, EventTxLogAmino as EventTxLogAmino$1, EventTxLogAminoMsg as EventTxLogAminoMsg$1, EventTxLogProtoMsg as EventTxLogProtoMsg$1 } from "./ethermint/evm/v1/events.js";
182
179
  import { AccessTuple as AccessTuple$1, AccessTupleAmino as AccessTupleAmino$1, AccessTupleAminoMsg as AccessTupleAminoMsg$1, AccessTupleProtoMsg as AccessTupleProtoMsg$1, ChainConfig as ChainConfig$1, ChainConfigAmino as ChainConfigAmino$1, ChainConfigAminoMsg as ChainConfigAminoMsg$1, ChainConfigProtoMsg as ChainConfigProtoMsg$1, Log as Log$1, LogAmino as LogAmino$1, LogAminoMsg as LogAminoMsg$1, LogProtoMsg as LogProtoMsg$1, Params as Params$10, ParamsAmino as ParamsAmino$10, ParamsAminoMsg as ParamsAminoMsg$10, ParamsProtoMsg as ParamsProtoMsg$10, State as State$1, StateAmino as StateAmino$1, StateAminoMsg as StateAminoMsg$1, StateProtoMsg as StateProtoMsg$1, TraceConfig as TraceConfig$1, TraceConfigAmino as TraceConfigAmino$1, TraceConfigAminoMsg as TraceConfigAminoMsg$1, TraceConfigProtoMsg as TraceConfigProtoMsg$1, TransactionLogs as TransactionLogs$1, TransactionLogsAmino as TransactionLogsAmino$1, TransactionLogsAminoMsg as TransactionLogsAminoMsg$1, TransactionLogsProtoMsg as TransactionLogsProtoMsg$1, TxResult as TxResult$1, TxResultAmino as TxResultAmino$1, TxResultAminoMsg as TxResultAminoMsg$1, TxResultProtoMsg as TxResultProtoMsg$1 } from "./ethermint/evm/v1/evm.js";
@@ -197,11 +194,9 @@ import { getAccount as getAccount$2, getBalance as getBalance$2, getBaseFee as g
197
194
  import { getBaseFee as getBaseFee$3, getBlockGas as getBlockGas$1, getParams as getParams$14 } from "./ethermint/feemarket/v1/query.rpc.func.js";
198
195
  import { ethereumTx as ethereumTx$1, updateParams as updateParams$11 } from "./ethermint/evm/v1/tx.rpc.func.js";
199
196
  import { updateParams as updateParams$12 } from "./ethermint/feemarket/v1/tx.rpc.func.js";
200
- import "./ethermint/bundle.js";
201
197
  import { CustomHttpPattern, CustomHttpPatternAmino, CustomHttpPatternAminoMsg, CustomHttpPatternProtoMsg, Http, HttpAmino, HttpAminoMsg, HttpProtoMsg, HttpRule, HttpRuleAmino, HttpRuleAminoMsg, HttpRuleProtoMsg } from "./google/api/http.js";
202
198
  import { DescriptorProto, DescriptorProtoAmino, DescriptorProtoAminoMsg, DescriptorProtoProtoMsg, DescriptorProto_ExtensionRange, DescriptorProto_ExtensionRangeAmino, DescriptorProto_ExtensionRangeAminoMsg, DescriptorProto_ExtensionRangeProtoMsg, DescriptorProto_ReservedRange, DescriptorProto_ReservedRangeAmino, DescriptorProto_ReservedRangeAminoMsg, DescriptorProto_ReservedRangeProtoMsg, Edition, EditionAmino, EnumDescriptorProto, EnumDescriptorProtoAmino, EnumDescriptorProtoAminoMsg, EnumDescriptorProtoProtoMsg, EnumDescriptorProto_EnumReservedRange, EnumDescriptorProto_EnumReservedRangeAmino, EnumDescriptorProto_EnumReservedRangeAminoMsg, EnumDescriptorProto_EnumReservedRangeProtoMsg, EnumOptions, EnumOptionsAmino, EnumOptionsAminoMsg, EnumOptionsProtoMsg, EnumValueDescriptorProto, EnumValueDescriptorProtoAmino, EnumValueDescriptorProtoAminoMsg, EnumValueDescriptorProtoProtoMsg, EnumValueOptions, EnumValueOptionsAmino, EnumValueOptionsAminoMsg, EnumValueOptionsProtoMsg, ExtensionRangeOptions, ExtensionRangeOptionsAmino, ExtensionRangeOptionsAminoMsg, ExtensionRangeOptionsProtoMsg, ExtensionRangeOptions_Declaration, ExtensionRangeOptions_DeclarationAmino, ExtensionRangeOptions_DeclarationAminoMsg, ExtensionRangeOptions_DeclarationProtoMsg, ExtensionRangeOptions_VerificationState, ExtensionRangeOptions_VerificationStateAmino, FeatureSet, FeatureSetAmino, FeatureSetAminoMsg, FeatureSetDefaults, FeatureSetDefaultsAmino, FeatureSetDefaultsAminoMsg, FeatureSetDefaultsProtoMsg, FeatureSetDefaults_FeatureSetEditionDefault, FeatureSetDefaults_FeatureSetEditionDefaultAmino, FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg, FeatureSetDefaults_FeatureSetEditionDefaultProtoMsg, FeatureSetProtoMsg, FeatureSet_EnforceNamingStyle, FeatureSet_EnforceNamingStyleAmino, FeatureSet_EnumType, FeatureSet_EnumTypeAmino, FeatureSet_FieldPresence, FeatureSet_FieldPresenceAmino, FeatureSet_JsonFormat, FeatureSet_JsonFormatAmino, FeatureSet_MessageEncoding, FeatureSet_MessageEncodingAmino, FeatureSet_RepeatedFieldEncoding, FeatureSet_RepeatedFieldEncodingAmino, FeatureSet_Utf8Validation, FeatureSet_Utf8ValidationAmino, FeatureSet_VisibilityFeature, FeatureSet_VisibilityFeatureAmino, FeatureSet_VisibilityFeatureAminoMsg, FeatureSet_VisibilityFeatureProtoMsg, FeatureSet_VisibilityFeature_DefaultSymbolVisibility, FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino, FieldDescriptorProto, FieldDescriptorProtoAmino, FieldDescriptorProtoAminoMsg, FieldDescriptorProtoProtoMsg, FieldDescriptorProto_Label, FieldDescriptorProto_LabelAmino, FieldDescriptorProto_Type, FieldDescriptorProto_TypeAmino, FieldOptions, FieldOptionsAmino, FieldOptionsAminoMsg, FieldOptionsProtoMsg, FieldOptions_CType, FieldOptions_CTypeAmino, FieldOptions_EditionDefault, FieldOptions_EditionDefaultAmino, FieldOptions_EditionDefaultAminoMsg, FieldOptions_EditionDefaultProtoMsg, FieldOptions_FeatureSupport, FieldOptions_FeatureSupportAmino, FieldOptions_FeatureSupportAminoMsg, FieldOptions_FeatureSupportProtoMsg, FieldOptions_JSType, FieldOptions_JSTypeAmino, FieldOptions_OptionRetention, FieldOptions_OptionRetentionAmino, FieldOptions_OptionTargetType, FieldOptions_OptionTargetTypeAmino, FileDescriptorProto, FileDescriptorProtoAmino, FileDescriptorProtoAminoMsg, FileDescriptorProtoProtoMsg, FileDescriptorSet, FileDescriptorSetAmino, FileDescriptorSetAminoMsg, FileDescriptorSetProtoMsg, FileOptions, FileOptionsAmino, FileOptionsAminoMsg, FileOptionsProtoMsg, FileOptions_OptimizeMode, FileOptions_OptimizeModeAmino, GeneratedCodeInfo, GeneratedCodeInfoAmino, GeneratedCodeInfoAminoMsg, GeneratedCodeInfoProtoMsg, GeneratedCodeInfo_Annotation, GeneratedCodeInfo_AnnotationAmino, GeneratedCodeInfo_AnnotationAminoMsg, GeneratedCodeInfo_AnnotationProtoMsg, GeneratedCodeInfo_Annotation_Semantic, GeneratedCodeInfo_Annotation_SemanticAmino, MessageOptions, MessageOptionsAmino, MessageOptionsAminoMsg, MessageOptionsProtoMsg, MethodDescriptorProto, MethodDescriptorProtoAmino, MethodDescriptorProtoAminoMsg, MethodDescriptorProtoProtoMsg, MethodOptions, MethodOptionsAmino, MethodOptionsAminoMsg, MethodOptionsProtoMsg, MethodOptions_IdempotencyLevel, MethodOptions_IdempotencyLevelAmino, OneofDescriptorProto, OneofDescriptorProtoAmino, OneofDescriptorProtoAminoMsg, OneofDescriptorProtoProtoMsg, OneofOptions, OneofOptionsAmino, OneofOptionsAminoMsg, OneofOptionsProtoMsg, ServiceDescriptorProto, ServiceDescriptorProtoAmino, ServiceDescriptorProtoAminoMsg, ServiceDescriptorProtoProtoMsg, ServiceOptions, ServiceOptionsAmino, ServiceOptionsAminoMsg, ServiceOptionsProtoMsg, SourceCodeInfo, SourceCodeInfoAmino, SourceCodeInfoAminoMsg, SourceCodeInfoProtoMsg, SourceCodeInfo_Location, SourceCodeInfo_LocationAmino, SourceCodeInfo_LocationAminoMsg, SourceCodeInfo_LocationProtoMsg, SymbolVisibility, SymbolVisibilityAmino, UninterpretedOption, UninterpretedOptionAmino, UninterpretedOptionAminoMsg, UninterpretedOptionProtoMsg, UninterpretedOption_NamePart, UninterpretedOption_NamePartAmino, UninterpretedOption_NamePartAminoMsg, UninterpretedOption_NamePartProtoMsg, editionFromJSON, editionToJSON, extensionRangeOptions_VerificationStateFromJSON, extensionRangeOptions_VerificationStateToJSON, featureSet_EnforceNamingStyleFromJSON, featureSet_EnforceNamingStyleToJSON, featureSet_EnumTypeFromJSON, featureSet_EnumTypeToJSON, featureSet_FieldPresenceFromJSON, featureSet_FieldPresenceToJSON, featureSet_JsonFormatFromJSON, featureSet_JsonFormatToJSON, featureSet_MessageEncodingFromJSON, featureSet_MessageEncodingToJSON, featureSet_RepeatedFieldEncodingFromJSON, featureSet_RepeatedFieldEncodingToJSON, featureSet_Utf8ValidationFromJSON, featureSet_Utf8ValidationToJSON, featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON, featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON, fieldDescriptorProto_LabelFromJSON, fieldDescriptorProto_LabelToJSON, fieldDescriptorProto_TypeFromJSON, fieldDescriptorProto_TypeToJSON, fieldOptions_CTypeFromJSON, fieldOptions_CTypeToJSON, fieldOptions_JSTypeFromJSON, fieldOptions_JSTypeToJSON, fieldOptions_OptionRetentionFromJSON, fieldOptions_OptionRetentionToJSON, fieldOptions_OptionTargetTypeFromJSON, fieldOptions_OptionTargetTypeToJSON, fileOptions_OptimizeModeFromJSON, fileOptions_OptimizeModeToJSON, generatedCodeInfo_Annotation_SemanticFromJSON, generatedCodeInfo_Annotation_SemanticToJSON, methodOptions_IdempotencyLevelFromJSON, methodOptions_IdempotencyLevelToJSON, symbolVisibilityFromJSON, symbolVisibilityToJSON } from "./google/protobuf/descriptor.js";
203
199
  import { Timestamp, TimestampAmino, TimestampAminoMsg, TimestampProtoMsg } from "./google/protobuf/timestamp.js";
204
- import "./google/bundle.js";
205
200
  import { Params as Params$12, ParamsAmino as ParamsAmino$12, ParamsAminoMsg as ParamsAminoMsg$12, ParamsProtoMsg as ParamsProtoMsg$12 } from "./ibc/applications/interchain_accounts/controller/v1/controller.js";
206
201
  import { QueryInterchainAccountRequest, QueryInterchainAccountRequestAmino, QueryInterchainAccountRequestAminoMsg, QueryInterchainAccountRequestProtoMsg, QueryInterchainAccountResponse, QueryInterchainAccountResponseAmino, QueryInterchainAccountResponseAminoMsg, QueryInterchainAccountResponseProtoMsg, QueryParamsRequest as QueryParamsRequest$15, QueryParamsRequestAmino as QueryParamsRequestAmino$15, QueryParamsRequestAminoMsg as QueryParamsRequestAminoMsg$15, QueryParamsRequestProtoMsg as QueryParamsRequestProtoMsg$15, QueryParamsResponse as QueryParamsResponse$15, QueryParamsResponseAmino as QueryParamsResponseAmino$15, QueryParamsResponseAminoMsg as QueryParamsResponseAminoMsg$15, QueryParamsResponseProtoMsg as QueryParamsResponseProtoMsg$15 } from "./ibc/applications/interchain_accounts/controller/v1/query.js";
207
202
  import { ClientConsensusStates, ClientConsensusStatesAmino, ClientConsensusStatesAminoMsg, ClientConsensusStatesProtoMsg, ConsensusStateWithHeight, ConsensusStateWithHeightAmino, ConsensusStateWithHeightAminoMsg, ConsensusStateWithHeightProtoMsg, Height, HeightAmino, HeightAminoMsg, HeightProtoMsg, IdentifiedClientState, IdentifiedClientStateAmino, IdentifiedClientStateAminoMsg, IdentifiedClientStateProtoMsg, Params as Params$15, ParamsAmino as ParamsAmino$15, ParamsAminoMsg as ParamsAminoMsg$15, ParamsProtoMsg as ParamsProtoMsg$15 } from "./ibc/core/client/v1/client.js";
@@ -277,8 +272,6 @@ import { createClient, deleteClientCreator, iBCSoftwareUpgrade, recoverClient, s
277
272
  import { registerCounterparty, updateClientConfig } from "./ibc/core/client/v2/tx.rpc.func.js";
278
273
  import { connectionOpenAck, connectionOpenConfirm, connectionOpenInit, connectionOpenTry, updateConnectionParams } from "./ibc/core/connection/v1/tx.rpc.func.js";
279
274
  import { migrateContract as migrateContract$1, removeChecksum, storeCode as storeCode$1 } from "./ibc/lightclients/wasm/v1/tx.rpc.func.js";
280
- import "./ibc/bundle.js";
281
- import "./tendermint/bundle.js";
282
275
  import { BurnProposal, BurnProposalAmino, BurnProposalAminoMsg, BurnProposalProtoMsg } from "./xpla/burn/v1beta1/burn.js";
283
276
  import { GenesisState as GenesisState$25, GenesisStateAmino as GenesisStateAmino$25, GenesisStateAminoMsg as GenesisStateAminoMsg$25, GenesisStateProtoMsg as GenesisStateProtoMsg$25 } from "./xpla/burn/v1beta1/genesis.js";
284
277
  import { QueryOngoingProposalRequest, QueryOngoingProposalRequestAmino, QueryOngoingProposalRequestAminoMsg, QueryOngoingProposalRequestProtoMsg, QueryOngoingProposalResponse, QueryOngoingProposalResponseAmino, QueryOngoingProposalResponseAminoMsg, QueryOngoingProposalResponseProtoMsg, QueryOngoingProposalsRequest, QueryOngoingProposalsRequestAmino, QueryOngoingProposalsRequestAminoMsg, QueryOngoingProposalsRequestProtoMsg, QueryOngoingProposalsResponse, QueryOngoingProposalsResponseAmino, QueryOngoingProposalsResponseAminoMsg, QueryOngoingProposalsResponseProtoMsg } from "./xpla/burn/v1beta1/query.js";
@@ -301,7 +294,6 @@ import { getVolunteerValidators } from "./xpla/volunteer/v1beta1/query.rpc.func.
301
294
  import { burn } from "./xpla/burn/v1beta1/tx.rpc.func.js";
302
295
  import { fundRewardPool, updateParams as updateParams$16 } from "./xpla/reward/v1beta1/tx.rpc.func.js";
303
296
  import { registerVolunteerValidator, unregisterVolunteerValidator } from "./xpla/volunteer/v1beta1/tx.rpc.func.js";
304
- import "./xpla/bundle.js";
305
297
  import { createRpcClient, getRpcClient, getRpcEndpointKey } from "./extern.js";
306
298
  import { AminoConverter, Encoder, EndpointOrRpc, ITxArgs, QueryBuilderOptions, TxBuilderOptions, buildQuery, buildTx } from "./helper-func-types.js";
307
299
  import { int64FromString, int64Length, int64ToString, readInt32, readUInt32, uInt64ToString, varint32read, varint32write, varint64read, varint64write, writeByte, writeFixed32, writeVarint32, writeVarint64, zzDecode, zzEncode } from "./varint.js";
package/dist/registry.cjs CHANGED
@@ -4,7 +4,7 @@ const require_google_protobuf_any = require('./google/protobuf/any.cjs');
4
4
 
5
5
  //#region src/registry.ts
6
6
  /**
7
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
7
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
8
8
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
9
9
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
10
10
  */
@@ -18,7 +18,7 @@ declare class GlobalDecoderRegistry {
18
18
  static getDecoderByInstance<T, SDK, Amino>(obj: unknown): TelescopeGeneratedCodec<T, SDK, Amino> | null;
19
19
  static getDecoderByAminoType<T, SDK, Amino>(type: string): TelescopeGeneratedCodec<T, SDK, Amino> | null;
20
20
  static wrapAny(obj: unknown): Any;
21
- static unwrapAny<T, SDK, Amino>(input: BinaryReader | Uint8Array | Any): T | Any;
21
+ static unwrapAny<T, SDK, Amino>(input: BinaryReader | Uint8Array | Any): Any | T;
22
22
  static fromJSON<T>(object: any): T;
23
23
  static toJSON<T>(message: T): any;
24
24
  static fromPartial<T>(object: unknown): T;
package/dist/registry.js CHANGED
@@ -3,7 +3,7 @@ import { Any } from "./google/protobuf/any.js";
3
3
 
4
4
  //#region src/registry.ts
5
5
  /**
6
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
6
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
7
7
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
8
8
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
9
9
  */
package/dist/utf8.cjs CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  //#region src/utf8.ts
6
6
  /**
7
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
7
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
8
8
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
9
9
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
10
10
  */
package/dist/utf8.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region src/utf8.d.ts
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
package/dist/utf8.js CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region src/utf8.ts
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
package/dist/varint.cjs CHANGED
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
 
3
3
  //#region src/varint.ts
4
4
  /**
5
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
5
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
6
6
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
7
7
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
8
8
  */
package/dist/varint.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region src/varint.d.ts
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
package/dist/varint.js CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region src/varint.ts
2
2
  /**
3
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
3
+ * This file and any referenced files were automatically generated by @hyperweb/telescope@2.2.4
4
4
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
5
5
  * and run the transpile command or npm scripts command that is used to regenerate this bundle.
6
6
  */
@@ -1,6 +1,5 @@
1
1
  import { QueryOngoingProposalRequest, QueryOngoingProposalResponse, QueryOngoingProposalsRequest, QueryOngoingProposalsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/xpla/burn/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgBurn } from "./tx.js";
3
- import "../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/xpla/burn/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/xpla/reward/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js";
3
- import "../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/xpla/reward/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -4,7 +4,7 @@ let _cosmjs_stargate = require("@cosmjs/stargate");
4
4
 
5
5
  //#region src/xpla/rpc.query.ts
6
6
  const createRPCQueryClient = async ({ rpcEndpoint }) => {
7
- const client = new _cosmjs_stargate.QueryClient(await _cosmjs_tendermint_rpc.Tendermint34Client.connect(rpcEndpoint));
7
+ const client = new _cosmjs_stargate.QueryClient(await (0, _cosmjs_tendermint_rpc.connectComet)(rpcEndpoint));
8
8
  return {
9
9
  cosmos: {
10
10
  auth: { v1beta1: (await Promise.resolve().then(() => require("../cosmos/auth/v1beta1/query.rpc.Query.cjs"))).createRpcQueryExtension(client) },
@@ -28,8 +28,6 @@ import { QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryCon
28
28
  import { QueryOngoingProposalRequest, QueryOngoingProposalResponse, QueryOngoingProposalsRequest, QueryOngoingProposalsResponse } from "./burn/v1beta1/query.js";
29
29
  import { QueryParamsRequest as QueryParamsRequest$14, QueryParamsResponse as QueryParamsResponse$14, QueryPoolRequest as QueryPoolRequest$1, QueryPoolResponse as QueryPoolResponse$1 } from "./reward/v1beta1/query.js";
30
30
  import { QueryVolunteerValidatorsRequest, QueryVolunteerValidatorsResponse } from "./volunteer/v1beta1/query.js";
31
- import "./bundle.js";
32
- import "../index.js";
33
31
  import { HttpEndpoint } from "@cosmjs/tendermint-rpc";
34
32
 
35
33
  //#region src/xpla/rpc.query.d.ts
@@ -1,9 +1,9 @@
1
- import { Tendermint34Client } from "@cosmjs/tendermint-rpc";
1
+ import { connectComet } from "@cosmjs/tendermint-rpc";
2
2
  import { QueryClient } from "@cosmjs/stargate";
3
3
 
4
4
  //#region src/xpla/rpc.query.ts
5
5
  const createRPCQueryClient = async ({ rpcEndpoint }) => {
6
- const client = new QueryClient(await Tendermint34Client.connect(rpcEndpoint));
6
+ const client = new QueryClient(await connectComet(rpcEndpoint));
7
7
  return {
8
8
  cosmos: {
9
9
  auth: { v1beta1: (await import("../cosmos/auth/v1beta1/query.rpc.Query.js")).createRpcQueryExtension(client) },
@@ -1,6 +1,5 @@
1
1
  import { QueryVolunteerValidatorsRequest, QueryVolunteerValidatorsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/xpla/volunteer/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgRegisterVolunteerValidator, MsgUnregisterVolunteerValidator } from "./tx.js";
3
- import "../../../index.js";
4
- import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
5
3
  import * as _interchainjs_types0 from "@interchainjs/types";
4
+ import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
6
5
 
7
6
  //#region src/xpla/volunteer/v1beta1/tx.rpc.func.d.ts
8
7
  /**
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@xpla/xplajs",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
7
7
  "author": "Joowon Yun <joowon@delightlabs.io>",
8
8
  "homepage": "https://github.com/xpladev/xplajs",
9
9
  "scripts": {
10
- "build": "tsdown"
10
+ "build": "tsdown",
11
+ "typecheck": "tsc --noEmit"
11
12
  },
12
13
  "publishConfig": {
13
14
  "access": "public"
@@ -52,5 +53,6 @@
52
53
  "tsdown": "catalog:"
53
54
  },
54
55
  "license": "MIT",
55
- "description": ""
56
+ "description": "",
57
+ "gitHead": "8aec257919fe2b6b89d6dae386bd57b5a3f5d83e"
56
58
  }