@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
package/dist/binary.cjs CHANGED
@@ -4,7 +4,7 @@ const require_varint = require('./varint.cjs');
4
4
 
5
5
  //#region src/binary.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/binary.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region src/binary.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/binary.js CHANGED
@@ -3,7 +3,7 @@ import { int64FromString, int64Length, int64ToString, readInt32, readUInt32, uIn
3
3
 
4
4
  //#region src/binary.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
  */
@@ -1,6 +1,5 @@
1
1
  import { QueryConfigRequest, QueryConfigResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/app/v1alpha1/query.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { AddressBytesToStringRequest, AddressBytesToStringResponse, AddressStringToBytesRequest, AddressStringToBytesResponse, Bech32PrefixRequest, Bech32PrefixResponse, QueryAccountAddressByIDRequest, QueryAccountAddressByIDResponse, QueryAccountInfoRequest, QueryAccountInfoResponse, QueryAccountRequest, QueryAccountResponse, QueryAccountsRequest, QueryAccountsResponse, QueryModuleAccountByNameRequest, QueryModuleAccountByNameResponse, QueryModuleAccountsRequest, QueryModuleAccountsResponse, QueryParamsRequest, QueryParamsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/auth/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { 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/cosmos/auth/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryGranteeGrantsRequest, QueryGranteeGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGrantsRequest, QueryGrantsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/authz/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgExec, MsgGrant, MsgRevoke } 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/cosmos/authz/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { AppOptionsRequest, AppOptionsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/autocli/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAllBalancesRequest, QueryAllBalancesResponse, QueryBalanceRequest, QueryBalanceResponse, QueryDenomMetadataByQueryStringRequest, QueryDenomMetadataByQueryStringResponse, QueryDenomMetadataRequest, QueryDenomMetadataResponse, QueryDenomOwnersByQueryRequest, QueryDenomOwnersByQueryResponse, QueryDenomOwnersRequest, QueryDenomOwnersResponse, QueryDenomsMetadataRequest, QueryDenomsMetadataResponse, QueryParamsRequest, QueryParamsResponse, QuerySendEnabledRequest, QuerySendEnabledResponse, QuerySpendableBalanceByDenomRequest, QuerySpendableBalanceByDenomResponse, QuerySpendableBalancesRequest, QuerySpendableBalancesResponse, QuerySupplyOfRequest, QuerySupplyOfResponse, QueryTotalSupplyRequest, QueryTotalSupplyResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/bank/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgMultiSend, MsgSend, MsgSetSendEnabled, 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/cosmos/bank/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { ConfigRequest, ConfigResponse, StatusRequest, StatusResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/cosmos/base/node/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { ListAllInterfacesRequest, ListAllInterfacesResponse, ListImplementationsRequest, ListImplementationsResponse } from "./reflection.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { GetAuthnDescriptorRequest, GetAuthnDescriptorResponse, GetChainDescriptorRequest, GetChainDescriptorResponse, GetCodecDescriptorRequest, GetCodecDescriptorResponse, GetConfigurationDescriptorRequest, GetConfigurationDescriptorResponse, GetQueryServicesDescriptorRequest, GetQueryServicesDescriptorResponse, GetTxDescriptorRequest, GetTxDescriptorResponse } from "./reflection.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { ABCIQueryRequest, ABCIQueryResponse, GetBlockByHeightRequest, GetBlockByHeightResponse, GetLatestBlockRequest, GetLatestBlockResponse, GetLatestValidatorSetRequest, GetLatestValidatorSetResponse, GetNodeInfoRequest, GetNodeInfoResponse, GetSyncingRequest, GetSyncingResponse, GetValidatorSetByHeightRequest, GetValidatorSetByHeightResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryParamsRequest, QueryParamsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/consensus/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { 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/cosmos/consensus/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryCommunityPoolRequest, QueryCommunityPoolResponse, QueryDelegationRewardsRequest, QueryDelegationRewardsResponse, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse, QueryParamsRequest, QueryParamsResponse, QueryValidatorCommissionRequest, QueryValidatorCommissionResponse, QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse, QueryValidatorSlashesRequest, QueryValidatorSlashesResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/distribution/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool, MsgFundCommunityPool, MsgSetWithdrawAddress, MsgUpdateParams, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission } 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/cosmos/distribution/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAllEvidenceRequest, QueryAllEvidenceResponse, QueryEvidenceRequest, QueryEvidenceResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/evidence/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgSubmitEvidence } 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/cosmos/evidence/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryBaseFeeRequest, QueryBaseFeeResponse, QueryBlockGasRequest, QueryBlockGasResponse, QueryParamsRequest, QueryParamsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
3
- import "../../../../index.js";
4
3
 
5
4
  //#region src/cosmos/evm/feemarket/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { 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/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,7 +1,6 @@
1
1
  import { MsgEthereumTxResponse } from "./tx.js";
2
2
  import { EstimateGasResponse, EthCallRequest, QueryAccountRequest, QueryAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryCodeRequest, QueryCodeResponse, QueryConfigRequest, QueryConfigResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryGlobalMinGasPriceRequest, QueryGlobalMinGasPriceResponse, QueryParamsRequest, QueryParamsResponse, QueryStorageRequest, QueryStorageResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryTraceCallRequest, QueryTraceCallResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse } from "./query.js";
3
3
  import { EndpointOrRpc } from "../../../../helper-func-types.js";
4
- import "../../../../index.js";
5
4
 
6
5
  //#region src/cosmos/evm/vm/v1/query.rpc.func.d.ts
7
6
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../../types.js";
2
2
  import { MsgEthereumTx, MsgRegisterPreinstalls, 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/cosmos/evm/vm/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAllowanceRequest, QueryAllowanceResponse, QueryAllowancesByGranterRequest, QueryAllowancesByGranterResponse, QueryAllowancesRequest, QueryAllowancesResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/feegrant/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgGrantAllowance, MsgPruneAllowances, MsgRevokeAllowance } 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/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryConstitutionRequest, QueryConstitutionResponse, QueryDepositRequest, QueryDepositResponse, QueryDepositsRequest, QueryDepositsResponse, QueryParamsRequest, QueryParamsResponse, QueryProposalRequest, QueryProposalResponse, QueryProposalsRequest, QueryProposalsResponse, QueryTallyResultRequest, QueryTallyResultResponse, QueryVoteRequest, QueryVoteResponse, QueryVotesRequest, QueryVotesResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/gov/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgCancelProposal, MsgDeposit, MsgExecLegacyContent, MsgSubmitProposal, MsgUpdateParams, MsgVote, MsgVoteWeighted } 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/cosmos/gov/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryDepositRequest, QueryDepositResponse, QueryDepositsRequest, QueryDepositsResponse, QueryParamsRequest, QueryParamsResponse, QueryProposalRequest, QueryProposalResponse, QueryProposalsRequest, QueryProposalsResponse, QueryTallyResultRequest, QueryTallyResultResponse, QueryVoteRequest, QueryVoteResponse, QueryVotesRequest, QueryVotesResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/gov/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgDeposit, MsgSubmitProposal, MsgVote, MsgVoteWeighted } 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/cosmos/gov/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponse, QueryInflationRequest, QueryInflationResponse, QueryParamsRequest, QueryParamsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/mint/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { 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/cosmos/mint/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryParamsRequest, QueryParamsResponse, QuerySubspacesRequest, QuerySubspacesResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/params/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryParamsRequest, QueryParamsResponse, QuerySigningInfoRequest, QuerySigningInfoResponse, QuerySigningInfosRequest, QuerySigningInfosResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/slashing/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgUnjail, 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/cosmos/slashing/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryDelegationRequest, QueryDelegationResponse, QueryDelegatorDelegationsRequest, QueryDelegatorDelegationsResponse, QueryDelegatorUnbondingDelegationsRequest, QueryDelegatorUnbondingDelegationsResponse, QueryDelegatorValidatorRequest, QueryDelegatorValidatorResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryHistoricalInfoRequest, QueryHistoricalInfoResponse, QueryParamsRequest, QueryParamsResponse, QueryPoolRequest, QueryPoolResponse, QueryRedelegationsRequest, QueryRedelegationsResponse, QueryUnbondingDelegationRequest, QueryUnbondingDelegationResponse, QueryValidatorDelegationsRequest, QueryValidatorDelegationsResponse, QueryValidatorRequest, QueryValidatorResponse, QueryValidatorUnbondingDelegationsRequest, QueryValidatorUnbondingDelegationsResponse, QueryValidatorsRequest, QueryValidatorsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/staking/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgBeginRedelegate, MsgCancelUnbondingDelegation, MsgCreateValidator, MsgDelegate, MsgEditValidator, MsgUndelegate, 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/cosmos/staking/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { BroadcastTxRequest, BroadcastTxResponse, GetBlockWithTxsRequest, GetBlockWithTxsResponse, GetTxRequest, GetTxResponse, GetTxsEventRequest, GetTxsEventResponse, SimulateRequest, SimulateResponse, TxDecodeAminoRequest, TxDecodeAminoResponse, TxDecodeRequest, TxDecodeResponse, TxEncodeAminoRequest, TxEncodeAminoResponse, TxEncodeRequest, TxEncodeResponse } from "./service.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/tx/v1beta1/service.rpc.func.d.ts
6
5
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryAuthorityRequest, QueryAuthorityResponse, QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmos/upgrade/v1beta1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgCancelUpgrade, MsgSoftwareUpgrade } 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/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryAllContractStateRequest, QueryAllContractStateResponse, QueryBuildAddressRequest, QueryBuildAddressResponse, QueryCodeInfoRequest, QueryCodeInfoResponse, QueryCodeRequest, QueryCodeResponse, QueryCodesRequest, QueryCodesResponse, QueryContractHistoryRequest, QueryContractHistoryResponse, QueryContractInfoRequest, QueryContractInfoResponse, QueryContractsByCodeRequest, QueryContractsByCodeResponse, QueryContractsByCreatorRequest, QueryContractsByCreatorResponse, QueryParamsRequest, QueryParamsResponse, QueryPinnedCodesRequest, QueryPinnedCodesResponse, QueryRawContractStateRequest, QueryRawContractStateResponse, QuerySmartContractStateRequest, QuerySmartContractStateResponse, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/cosmwasm/wasm/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgAddCodeUploadParamsAddresses, MsgClearAdmin, MsgExecuteContract, MsgInstantiateContract, MsgInstantiateContract2, MsgMigrateContract, MsgPinCodes, MsgRemoveCodeUploadParamsAddresses, MsgStoreAndInstantiateContract, MsgStoreAndMigrateContract, MsgStoreCode, MsgSudoContract, MsgUnpinCodes, MsgUpdateAdmin, MsgUpdateContractLabel, MsgUpdateInstantiateConfig, 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/cosmwasm/wasm/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,7 +1,6 @@
1
1
  import { MsgEthereumTxResponse } from "./tx.js";
2
2
  import { EstimateGasResponse, EthCallRequest, QueryAccountRequest, QueryAccountResponse, QueryBalanceRequest, QueryBalanceResponse, QueryBaseFeeRequest, QueryBaseFeeResponse, QueryCodeRequest, QueryCodeResponse, QueryCosmosAccountRequest, QueryCosmosAccountResponse, QueryParamsRequest, QueryParamsResponse, QueryStorageRequest, QueryStorageResponse, QueryTraceBlockRequest, QueryTraceBlockResponse, QueryTraceTxRequest, QueryTraceTxResponse, QueryValidatorAccountRequest, QueryValidatorAccountResponse } from "./query.js";
3
3
  import { EndpointOrRpc } from "../../../helper-func-types.js";
4
- import "../../../index.js";
5
4
 
6
5
  //#region src/ethermint/evm/v1/query.rpc.func.d.ts
7
6
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { MsgEthereumTx, 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/ethermint/evm/v1/tx.rpc.func.d.ts
8
7
  /**
@@ -1,6 +1,5 @@
1
1
  import { QueryBaseFeeRequest, QueryBaseFeeResponse, QueryBlockGasRequest, QueryBlockGasResponse, QueryParamsRequest, QueryParamsResponse } from "./query.js";
2
2
  import { EndpointOrRpc } from "../../../helper-func-types.js";
3
- import "../../../index.js";
4
3
 
5
4
  //#region src/ethermint/feemarket/v1/query.rpc.func.d.ts
6
5
  /**
@@ -1,8 +1,7 @@
1
1
  import { StdFee } from "../../../types.js";
2
2
  import { 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/ethermint/feemarket/v1/tx.rpc.func.d.ts
8
7
  /**
package/dist/extern.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Rpc } from "./helpers.js";
2
+ import { HttpEndpoint } from "@interchainjs/types";
2
3
  import * as _interchainjs_cosmos0 from "@interchainjs/cosmos";
3
4
  import { ClientOptions } from "@interchainjs/cosmos";
4
- import { HttpEndpoint } from "@interchainjs/types";
5
5
 
6
6
  //#region src/extern.d.ts
7
7
  declare const getRpcEndpointKey: (rpcEndpoint: string | HttpEndpoint) => string;
@@ -12,33 +12,88 @@ function createBaseAny() {
12
12
  * `Any` contains an arbitrary serialized protocol buffer message along with a
13
13
  * URL that describes the type of the serialized message.
14
14
  *
15
- * In its binary encoding, an `Any` is an ordinary message; but in other wire
16
- * forms like JSON, it has a special encoding. The format of the type URL is
17
- * described on the `type_url` field.
15
+ * Protobuf library provides support to pack/unpack Any values in the form
16
+ * of utility functions or additional generated methods of the Any type.
18
17
  *
19
- * Protobuf APIs provide utilities to interact with `Any` values:
18
+ * Example 1: Pack and unpack a message in C++.
20
19
  *
21
- * - A 'pack' operation accepts a message and constructs a generic `Any` wrapper
22
- * around it.
23
- * - An 'unpack' operation reads the content of an `Any` message, either into an
24
- * existing message or a new one. Unpack operations must check the type of the
25
- * value they unpack against the declared `type_url`.
26
- * - An 'is' operation decides whether an `Any` contains a message of the given
27
- * type, i.e. whether it can 'unpack' that type.
20
+ * Foo foo = ...;
21
+ * Any any;
22
+ * any.PackFrom(foo);
23
+ * ...
24
+ * if (any.UnpackTo(&foo)) {
25
+ * ...
26
+ * }
28
27
  *
29
- * The JSON format representation of an `Any` follows one of these cases:
28
+ * Example 2: Pack and unpack a message in Java.
30
29
  *
31
- * - For types without special-cased JSON encodings, the JSON format
32
- * representation of the `Any` is the same as that of the message, with an
33
- * additional `@type` field which contains the type URL.
34
- * - For types with special-cased JSON encodings (typically called 'well-known'
35
- * types, listed in https://protobuf.dev/programming-guides/json/#any), the
36
- * JSON format representation has a key `@type` which contains the type URL
37
- * and a key `value` which contains the JSON-serialized value.
30
+ * Foo foo = ...;
31
+ * Any any = Any.pack(foo);
32
+ * ...
33
+ * if (any.is(Foo.class)) {
34
+ * foo = any.unpack(Foo.class);
35
+ * }
36
+ * // or ...
37
+ * if (any.isSameTypeAs(Foo.getDefaultInstance())) {
38
+ * foo = any.unpack(Foo.getDefaultInstance());
39
+ * }
38
40
  *
39
- * The text format representation of an `Any` is like a message with one field
40
- * whose name is the type URL in brackets. For example, an `Any` containing a
41
- * `foo.Bar` message may be written `[type.googleapis.com/foo.Bar] { a: 2 }`.
41
+ * Example 3: Pack and unpack a message in Python.
42
+ *
43
+ * foo = Foo(...)
44
+ * any = Any()
45
+ * any.Pack(foo)
46
+ * ...
47
+ * if any.Is(Foo.DESCRIPTOR):
48
+ * any.Unpack(foo)
49
+ * ...
50
+ *
51
+ * Example 4: Pack and unpack a message in Go
52
+ *
53
+ * foo := &pb.Foo{...}
54
+ * any, err := anypb.New(foo)
55
+ * if err != nil {
56
+ * ...
57
+ * }
58
+ * ...
59
+ * foo := &pb.Foo{}
60
+ * if err := any.UnmarshalTo(foo); err != nil {
61
+ * ...
62
+ * }
63
+ *
64
+ * The pack methods provided by protobuf library will by default use
65
+ * 'type.googleapis.com/full.type.name' as the type URL and the unpack
66
+ * methods only use the fully qualified type name after the last '/'
67
+ * in the type URL, for example "foo.bar.com/x/y.z" will yield type
68
+ * name "y.z".
69
+ *
70
+ * JSON
71
+ * ====
72
+ * The JSON representation of an `Any` value uses the regular
73
+ * representation of the deserialized, embedded message, with an
74
+ * additional field `@type` which contains the type URL. Example:
75
+ *
76
+ * package google.profile;
77
+ * message Person {
78
+ * string first_name = 1;
79
+ * string last_name = 2;
80
+ * }
81
+ *
82
+ * {
83
+ * "@type": "type.googleapis.com/google.profile.Person",
84
+ * "firstName": <string>,
85
+ * "lastName": <string>
86
+ * }
87
+ *
88
+ * If the embedded message type is well-known and has a custom JSON
89
+ * representation, that representation will be embedded adding a field
90
+ * `value` which holds the custom JSON in addition to the `@type`
91
+ * field. Example (for message [google.protobuf.Duration][]):
92
+ *
93
+ * {
94
+ * "@type": "type.googleapis.com/google.protobuf.Duration",
95
+ * "value": "1.212s"
96
+ * }
42
97
  * @name Any
43
98
  * @package google.protobuf
44
99
  * @see proto type: google.protobuf.Any