@sparkdreamnft/sparkdreamjs 0.0.26 → 0.0.28

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 (56) hide show
  1. package/cosmos/bundle.d.ts +160 -160
  2. package/cosmos/bundle.js +181 -181
  3. package/esm/cosmos/bundle.js +181 -181
  4. package/esm/ibc/bundle.js +105 -105
  5. package/esm/sparkdream/bundle.js +275 -273
  6. package/esm/sparkdream/collect/v1/params.js +24 -0
  7. package/esm/sparkdream/collect/v1/query.js +165 -0
  8. package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
  9. package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
  10. package/esm/sparkdream/collect/v1/tx.js +216 -1
  11. package/esm/sparkdream/collect/v1/tx.registry.js +20 -2
  12. package/esm/sparkdream/collect/v1/tx.rpc.msg.js +11 -1
  13. package/esm/sparkdream/collect/v1/types.js +92 -2
  14. package/esm/sparkdream/forum/v1/sentinel_activity.js +58 -1
  15. package/esm/sparkdream/forum/v1/tx.js +1 -1
  16. package/esm/sparkdream/rep/v1/bonded_role.js +17 -5
  17. package/esm/sparkdream/rep/v1/genesis.js +17 -1
  18. package/esm/sparkdream/rep/v1/query.js +13 -34
  19. package/esm/sparkdream/rep/v1/role_activity.js +670 -0
  20. package/esm/tendermint/bundle.js +17 -17
  21. package/ibc/bundle.d.ts +90 -90
  22. package/ibc/bundle.js +105 -105
  23. package/package.json +1 -1
  24. package/sparkdream/bundle.d.ts +7194 -7061
  25. package/sparkdream/bundle.js +275 -273
  26. package/sparkdream/collect/v1/params.d.ts +28 -0
  27. package/sparkdream/collect/v1/params.js +24 -0
  28. package/sparkdream/collect/v1/query.d.ts +92 -0
  29. package/sparkdream/collect/v1/query.js +167 -1
  30. package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
  31. package/sparkdream/collect/v1/query.lcd.js +11 -0
  32. package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
  33. package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
  34. package/sparkdream/collect/v1/tx.d.ts +130 -6
  35. package/sparkdream/collect/v1/tx.js +220 -3
  36. package/sparkdream/collect/v1/tx.registry.d.ts +13 -1
  37. package/sparkdream/collect/v1/tx.registry.js +19 -1
  38. package/sparkdream/collect/v1/tx.rpc.msg.d.ts +10 -1
  39. package/sparkdream/collect/v1/tx.rpc.msg.js +10 -0
  40. package/sparkdream/collect/v1/types.d.ts +72 -0
  41. package/sparkdream/collect/v1/types.js +92 -2
  42. package/sparkdream/forum/v1/sentinel_activity.d.ts +53 -0
  43. package/sparkdream/forum/v1/sentinel_activity.js +58 -1
  44. package/sparkdream/forum/v1/tx.d.ts +1 -1
  45. package/sparkdream/forum/v1/tx.js +1 -1
  46. package/sparkdream/rep/v1/bonded_role.d.ts +13 -1
  47. package/sparkdream/rep/v1/bonded_role.js +17 -5
  48. package/sparkdream/rep/v1/genesis.d.ts +3 -0
  49. package/sparkdream/rep/v1/genesis.js +17 -1
  50. package/sparkdream/rep/v1/query.d.ts +2 -6
  51. package/sparkdream/rep/v1/query.js +13 -34
  52. package/sparkdream/rep/v1/role_activity.d.ts +395 -0
  53. package/sparkdream/rep/v1/role_activity.js +673 -0
  54. package/sparkdream/rpc.query.d.ts +1 -0
  55. package/tendermint/bundle.d.ts +844 -844
  56. package/tendermint/bundle.js +17 -17
@@ -1,34 +1,34 @@
1
1
  //@ts-nocheck
2
- import * as _354 from "./abci/types";
3
- import * as _355 from "./crypto/keys";
4
- import * as _356 from "./crypto/proof";
5
- import * as _357 from "./p2p/types";
6
- import * as _358 from "./types/block";
7
- import * as _359 from "./types/evidence";
8
- import * as _360 from "./types/params";
9
- import * as _361 from "./types/types";
10
- import * as _362 from "./types/validator";
11
- import * as _363 from "./version/types";
2
+ import * as _355 from "./abci/types";
3
+ import * as _356 from "./crypto/keys";
4
+ import * as _357 from "./crypto/proof";
5
+ import * as _358 from "./p2p/types";
6
+ import * as _359 from "./types/block";
7
+ import * as _360 from "./types/evidence";
8
+ import * as _361 from "./types/params";
9
+ import * as _362 from "./types/types";
10
+ import * as _363 from "./types/validator";
11
+ import * as _364 from "./version/types";
12
12
  export var tendermint;
13
13
  (function (tendermint) {
14
14
  tendermint.abci = {
15
- ..._354
15
+ ..._355
16
16
  };
17
17
  tendermint.crypto = {
18
- ..._355,
19
- ..._356
18
+ ..._356,
19
+ ..._357
20
20
  };
21
21
  tendermint.p2p = {
22
- ..._357
22
+ ..._358
23
23
  };
24
24
  tendermint.types = {
25
- ..._358,
26
25
  ..._359,
27
26
  ..._360,
28
27
  ..._361,
29
- ..._362
28
+ ..._362,
29
+ ..._363
30
30
  };
31
31
  tendermint.version = {
32
- ..._363
32
+ ..._364
33
33
  };
34
34
  })(tendermint || (tendermint = {}));
package/ibc/bundle.d.ts CHANGED
@@ -51,49 +51,49 @@ import * as _171 from "./lightclients/wasm/v1/genesis";
51
51
  import * as _172 from "./lightclients/wasm/v1/query";
52
52
  import * as _173 from "./lightclients/wasm/v1/tx";
53
53
  import * as _174 from "./lightclients/wasm/v1/wasm";
54
- import * as _472 from "./applications/interchain_accounts/controller/v1/query.lcd";
55
- import * as _473 from "./applications/interchain_accounts/host/v1/query.lcd";
56
- import * as _474 from "./applications/rate_limiting/v1/query.lcd";
57
- import * as _475 from "./applications/transfer/v1/query.lcd";
58
- import * as _476 from "./core/channel/v1/query.lcd";
59
- import * as _477 from "./core/channel/v2/query.lcd";
60
- import * as _478 from "./core/client/v1/query.lcd";
61
- import * as _479 from "./core/client/v2/query.lcd";
62
- import * as _480 from "./core/connection/v1/query.lcd";
63
- import * as _481 from "./lightclients/wasm/v1/query.lcd";
64
- import * as _482 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
65
- import * as _483 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
66
- import * as _484 from "./applications/rate_limiting/v1/query.rpc.Query";
67
- import * as _485 from "./applications/transfer/v1/query.rpc.Query";
68
- import * as _486 from "./core/channel/v1/query.rpc.Query";
69
- import * as _487 from "./core/channel/v2/query.rpc.Query";
70
- import * as _488 from "./core/client/v1/query.rpc.Query";
71
- import * as _489 from "./core/client/v2/query.rpc.Query";
72
- import * as _490 from "./core/connection/v1/query.rpc.Query";
73
- import * as _491 from "./lightclients/wasm/v1/query.rpc.Query";
74
- import * as _492 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
75
- import * as _493 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
76
- import * as _494 from "./applications/rate_limiting/v1/tx.rpc.msg";
77
- import * as _495 from "./applications/transfer/v1/tx.rpc.msg";
78
- import * as _496 from "./core/channel/v1/tx.rpc.msg";
79
- import * as _497 from "./core/channel/v2/tx.rpc.msg";
80
- import * as _498 from "./core/client/v1/tx.rpc.msg";
81
- import * as _499 from "./core/client/v2/tx.rpc.msg";
82
- import * as _500 from "./core/connection/v1/tx.rpc.msg";
83
- import * as _501 from "./lightclients/wasm/v1/tx.rpc.msg";
54
+ import * as _473 from "./applications/interchain_accounts/controller/v1/query.lcd";
55
+ import * as _474 from "./applications/interchain_accounts/host/v1/query.lcd";
56
+ import * as _475 from "./applications/rate_limiting/v1/query.lcd";
57
+ import * as _476 from "./applications/transfer/v1/query.lcd";
58
+ import * as _477 from "./core/channel/v1/query.lcd";
59
+ import * as _478 from "./core/channel/v2/query.lcd";
60
+ import * as _479 from "./core/client/v1/query.lcd";
61
+ import * as _480 from "./core/client/v2/query.lcd";
62
+ import * as _481 from "./core/connection/v1/query.lcd";
63
+ import * as _482 from "./lightclients/wasm/v1/query.lcd";
64
+ import * as _483 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
65
+ import * as _484 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
66
+ import * as _485 from "./applications/rate_limiting/v1/query.rpc.Query";
67
+ import * as _486 from "./applications/transfer/v1/query.rpc.Query";
68
+ import * as _487 from "./core/channel/v1/query.rpc.Query";
69
+ import * as _488 from "./core/channel/v2/query.rpc.Query";
70
+ import * as _489 from "./core/client/v1/query.rpc.Query";
71
+ import * as _490 from "./core/client/v2/query.rpc.Query";
72
+ import * as _491 from "./core/connection/v1/query.rpc.Query";
73
+ import * as _492 from "./lightclients/wasm/v1/query.rpc.Query";
74
+ import * as _493 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
75
+ import * as _494 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
76
+ import * as _495 from "./applications/rate_limiting/v1/tx.rpc.msg";
77
+ import * as _496 from "./applications/transfer/v1/tx.rpc.msg";
78
+ import * as _497 from "./core/channel/v1/tx.rpc.msg";
79
+ import * as _498 from "./core/channel/v2/tx.rpc.msg";
80
+ import * as _499 from "./core/client/v1/tx.rpc.msg";
81
+ import * as _500 from "./core/client/v2/tx.rpc.msg";
82
+ import * as _501 from "./core/connection/v1/tx.rpc.msg";
83
+ import * as _502 from "./lightclients/wasm/v1/tx.rpc.msg";
84
84
  export declare namespace ibc {
85
85
  namespace applications {
86
86
  namespace interchain_accounts {
87
87
  namespace controller {
88
88
  const v1: {
89
- MsgClientImpl: typeof _492.MsgClientImpl;
90
- createClientImpl: (rpc: import("..").TxRpc) => _492.MsgClientImpl;
91
- QueryClientImpl: typeof _482.QueryClientImpl;
89
+ MsgClientImpl: typeof _493.MsgClientImpl;
90
+ createClientImpl: (rpc: import("..").TxRpc) => _493.MsgClientImpl;
91
+ QueryClientImpl: typeof _483.QueryClientImpl;
92
92
  createRpcQueryExtension: (base: QueryClient) => {
93
93
  interchainAccount(request: _123.QueryInterchainAccountRequest): Promise<_123.QueryInterchainAccountResponse>;
94
94
  params(request?: _123.QueryParamsRequest): Promise<_123.QueryParamsResponse>;
95
95
  };
96
- LCDQueryClient: typeof _472.LCDQueryClient;
96
+ LCDQueryClient: typeof _473.LCDQueryClient;
97
97
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
98
98
  load: (protoRegistry: Registry) => void;
99
99
  MessageComposer: {
@@ -389,13 +389,13 @@ export declare namespace ibc {
389
389
  }
390
390
  namespace host {
391
391
  const v1: {
392
- MsgClientImpl: typeof _493.MsgClientImpl;
393
- createClientImpl: (rpc: import("..").TxRpc) => _493.MsgClientImpl;
394
- QueryClientImpl: typeof _483.QueryClientImpl;
392
+ MsgClientImpl: typeof _494.MsgClientImpl;
393
+ createClientImpl: (rpc: import("..").TxRpc) => _494.MsgClientImpl;
394
+ QueryClientImpl: typeof _484.QueryClientImpl;
395
395
  createRpcQueryExtension: (base: QueryClient) => {
396
396
  params(request?: _127.QueryParamsRequest): Promise<_127.QueryParamsResponse>;
397
397
  };
398
- LCDQueryClient: typeof _473.LCDQueryClient;
398
+ LCDQueryClient: typeof _474.LCDQueryClient;
399
399
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
400
400
  load: (protoRegistry: Registry) => void;
401
401
  MessageComposer: {
@@ -663,9 +663,9 @@ export declare namespace ibc {
663
663
  }
664
664
  namespace rate_limiting {
665
665
  const v1: {
666
- MsgClientImpl: typeof _494.MsgClientImpl;
667
- createClientImpl: (rpc: import("..").TxRpc) => _494.MsgClientImpl;
668
- QueryClientImpl: typeof _484.QueryClientImpl;
666
+ MsgClientImpl: typeof _495.MsgClientImpl;
667
+ createClientImpl: (rpc: import("..").TxRpc) => _495.MsgClientImpl;
668
+ QueryClientImpl: typeof _485.QueryClientImpl;
669
669
  createRpcQueryExtension: (base: QueryClient) => {
670
670
  allRateLimits(request?: _134.QueryAllRateLimitsRequest): Promise<_134.QueryAllRateLimitsResponse>;
671
671
  rateLimit(request: _134.QueryRateLimitRequest): Promise<_134.QueryRateLimitResponse>;
@@ -674,7 +674,7 @@ export declare namespace ibc {
674
674
  allBlacklistedDenoms(request?: _134.QueryAllBlacklistedDenomsRequest): Promise<_134.QueryAllBlacklistedDenomsResponse>;
675
675
  allWhitelistedAddresses(request?: _134.QueryAllWhitelistedAddressesRequest): Promise<_134.QueryAllWhitelistedAddressesResponse>;
676
676
  };
677
- LCDQueryClient: typeof _474.LCDQueryClient;
677
+ LCDQueryClient: typeof _475.LCDQueryClient;
678
678
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
679
679
  load: (protoRegistry: Registry) => void;
680
680
  MessageComposer: {
@@ -1141,9 +1141,9 @@ export declare namespace ibc {
1141
1141
  }
1142
1142
  namespace transfer {
1143
1143
  const v1: {
1144
- MsgClientImpl: typeof _495.MsgClientImpl;
1145
- createClientImpl: (rpc: import("..").TxRpc) => _495.MsgClientImpl;
1146
- QueryClientImpl: typeof _485.QueryClientImpl;
1144
+ MsgClientImpl: typeof _496.MsgClientImpl;
1145
+ createClientImpl: (rpc: import("..").TxRpc) => _496.MsgClientImpl;
1146
+ QueryClientImpl: typeof _486.QueryClientImpl;
1147
1147
  createRpcQueryExtension: (base: QueryClient) => {
1148
1148
  params(request?: _141.QueryParamsRequest): Promise<_141.QueryParamsResponse>;
1149
1149
  denoms(request?: _141.QueryDenomsRequest): Promise<_141.QueryDenomsResponse>;
@@ -1152,7 +1152,7 @@ export declare namespace ibc {
1152
1152
  escrowAddress(request: _141.QueryEscrowAddressRequest): Promise<_141.QueryEscrowAddressResponse>;
1153
1153
  totalEscrowForDenom(request: _141.QueryTotalEscrowForDenomRequest): Promise<_141.QueryTotalEscrowForDenomResponse>;
1154
1154
  };
1155
- LCDQueryClient: typeof _475.LCDQueryClient;
1155
+ LCDQueryClient: typeof _476.LCDQueryClient;
1156
1156
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1157
1157
  load: (protoRegistry: Registry) => void;
1158
1158
  MessageComposer: {
@@ -1555,9 +1555,9 @@ export declare namespace ibc {
1555
1555
  namespace core {
1556
1556
  namespace channel {
1557
1557
  const v1: {
1558
- MsgClientImpl: typeof _496.MsgClientImpl;
1559
- createClientImpl: (rpc: import("..").TxRpc) => _496.MsgClientImpl;
1560
- QueryClientImpl: typeof _486.QueryClientImpl;
1558
+ MsgClientImpl: typeof _497.MsgClientImpl;
1559
+ createClientImpl: (rpc: import("..").TxRpc) => _497.MsgClientImpl;
1560
+ QueryClientImpl: typeof _487.QueryClientImpl;
1561
1561
  createRpcQueryExtension: (base: QueryClient) => {
1562
1562
  channel(request: _147.QueryChannelRequest): Promise<_147.QueryChannelResponse>;
1563
1563
  channels(request?: _147.QueryChannelsRequest): Promise<_147.QueryChannelsResponse>;
@@ -1574,7 +1574,7 @@ export declare namespace ibc {
1574
1574
  nextSequenceReceive(request: _147.QueryNextSequenceReceiveRequest): Promise<_147.QueryNextSequenceReceiveResponse>;
1575
1575
  nextSequenceSend(request: _147.QueryNextSequenceSendRequest): Promise<_147.QueryNextSequenceSendResponse>;
1576
1576
  };
1577
- LCDQueryClient: typeof _476.LCDQueryClient;
1577
+ LCDQueryClient: typeof _477.LCDQueryClient;
1578
1578
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1579
1579
  load: (protoRegistry: Registry) => void;
1580
1580
  MessageComposer: {
@@ -2583,9 +2583,9 @@ export declare namespace ibc {
2583
2583
  };
2584
2584
  };
2585
2585
  const v2: {
2586
- MsgClientImpl: typeof _497.MsgClientImpl;
2587
- createClientImpl: (rpc: import("..").TxRpc) => _497.MsgClientImpl;
2588
- QueryClientImpl: typeof _487.QueryClientImpl;
2586
+ MsgClientImpl: typeof _498.MsgClientImpl;
2587
+ createClientImpl: (rpc: import("..").TxRpc) => _498.MsgClientImpl;
2588
+ QueryClientImpl: typeof _488.QueryClientImpl;
2589
2589
  createRpcQueryExtension: (base: QueryClient) => {
2590
2590
  nextSequenceSend(request: _151.QueryNextSequenceSendRequest): Promise<_151.QueryNextSequenceSendResponse>;
2591
2591
  packetCommitment(request: _151.QueryPacketCommitmentRequest): Promise<_151.QueryPacketCommitmentResponse>;
@@ -2596,7 +2596,7 @@ export declare namespace ibc {
2596
2596
  unreceivedPackets(request: _151.QueryUnreceivedPacketsRequest): Promise<_151.QueryUnreceivedPacketsResponse>;
2597
2597
  unreceivedAcks(request: _151.QueryUnreceivedAcksRequest): Promise<_151.QueryUnreceivedAcksResponse>;
2598
2598
  };
2599
- LCDQueryClient: typeof _477.LCDQueryClient;
2599
+ LCDQueryClient: typeof _478.LCDQueryClient;
2600
2600
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2601
2601
  load: (protoRegistry: Registry) => void;
2602
2602
  MessageComposer: {
@@ -3123,9 +3123,9 @@ export declare namespace ibc {
3123
3123
  }
3124
3124
  namespace client {
3125
3125
  const v1: {
3126
- MsgClientImpl: typeof _498.MsgClientImpl;
3127
- createClientImpl: (rpc: import("..").TxRpc) => _498.MsgClientImpl;
3128
- QueryClientImpl: typeof _488.QueryClientImpl;
3126
+ MsgClientImpl: typeof _499.MsgClientImpl;
3127
+ createClientImpl: (rpc: import("..").TxRpc) => _499.MsgClientImpl;
3128
+ QueryClientImpl: typeof _489.QueryClientImpl;
3129
3129
  createRpcQueryExtension: (base: QueryClient) => {
3130
3130
  clientState(request: _155.QueryClientStateRequest): Promise<_155.QueryClientStateResponse>;
3131
3131
  clientStates(request?: _155.QueryClientStatesRequest): Promise<_155.QueryClientStatesResponse>;
@@ -3139,7 +3139,7 @@ export declare namespace ibc {
3139
3139
  upgradedConsensusState(request?: _155.QueryUpgradedConsensusStateRequest): Promise<_155.QueryUpgradedConsensusStateResponse>;
3140
3140
  verifyMembership(request: _155.QueryVerifyMembershipRequest): Promise<_155.QueryVerifyMembershipResponse>;
3141
3141
  };
3142
- LCDQueryClient: typeof _478.LCDQueryClient;
3142
+ LCDQueryClient: typeof _479.LCDQueryClient;
3143
3143
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3144
3144
  load: (protoRegistry: Registry) => void;
3145
3145
  MessageComposer: {
@@ -3889,14 +3889,14 @@ export declare namespace ibc {
3889
3889
  };
3890
3890
  };
3891
3891
  const v2: {
3892
- MsgClientImpl: typeof _499.MsgClientImpl;
3893
- createClientImpl: (rpc: import("..").TxRpc) => _499.MsgClientImpl;
3894
- QueryClientImpl: typeof _489.QueryClientImpl;
3892
+ MsgClientImpl: typeof _500.MsgClientImpl;
3893
+ createClientImpl: (rpc: import("..").TxRpc) => _500.MsgClientImpl;
3894
+ QueryClientImpl: typeof _490.QueryClientImpl;
3895
3895
  createRpcQueryExtension: (base: QueryClient) => {
3896
3896
  counterpartyInfo(request: _160.QueryCounterpartyInfoRequest): Promise<_160.QueryCounterpartyInfoResponse>;
3897
3897
  config(request: _160.QueryConfigRequest): Promise<_160.QueryConfigResponse>;
3898
3898
  };
3899
- LCDQueryClient: typeof _479.LCDQueryClient;
3899
+ LCDQueryClient: typeof _480.LCDQueryClient;
3900
3900
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3901
3901
  load: (protoRegistry: Registry) => void;
3902
3902
  MessageComposer: {
@@ -4177,9 +4177,9 @@ export declare namespace ibc {
4177
4177
  }
4178
4178
  namespace connection {
4179
4179
  const v1: {
4180
- MsgClientImpl: typeof _500.MsgClientImpl;
4181
- createClientImpl: (rpc: import("..").TxRpc) => _500.MsgClientImpl;
4182
- QueryClientImpl: typeof _490.QueryClientImpl;
4180
+ MsgClientImpl: typeof _501.MsgClientImpl;
4181
+ createClientImpl: (rpc: import("..").TxRpc) => _501.MsgClientImpl;
4182
+ QueryClientImpl: typeof _491.QueryClientImpl;
4183
4183
  createRpcQueryExtension: (base: QueryClient) => {
4184
4184
  connection(request: _166.QueryConnectionRequest): Promise<_166.QueryConnectionResponse>;
4185
4185
  connections(request?: _166.QueryConnectionsRequest): Promise<_166.QueryConnectionsResponse>;
@@ -4188,7 +4188,7 @@ export declare namespace ibc {
4188
4188
  connectionConsensusState(request: _166.QueryConnectionConsensusStateRequest): Promise<_166.QueryConnectionConsensusStateResponse>;
4189
4189
  connectionParams(request?: _166.QueryConnectionParamsRequest): Promise<_166.QueryConnectionParamsResponse>;
4190
4190
  };
4191
- LCDQueryClient: typeof _480.LCDQueryClient;
4191
+ LCDQueryClient: typeof _481.LCDQueryClient;
4192
4192
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4193
4193
  load: (protoRegistry: Registry) => void;
4194
4194
  MessageComposer: {
@@ -5136,14 +5136,14 @@ export declare namespace ibc {
5136
5136
  }
5137
5137
  namespace wasm {
5138
5138
  const v1: {
5139
- MsgClientImpl: typeof _501.MsgClientImpl;
5140
- createClientImpl: (rpc: import("..").TxRpc) => _501.MsgClientImpl;
5141
- QueryClientImpl: typeof _491.QueryClientImpl;
5139
+ MsgClientImpl: typeof _502.MsgClientImpl;
5140
+ createClientImpl: (rpc: import("..").TxRpc) => _502.MsgClientImpl;
5141
+ QueryClientImpl: typeof _492.QueryClientImpl;
5142
5142
  createRpcQueryExtension: (base: QueryClient) => {
5143
5143
  checksums(request?: _172.QueryChecksumsRequest): Promise<_172.QueryChecksumsResponse>;
5144
5144
  code(request: _172.QueryCodeRequest): Promise<_172.QueryCodeResponse>;
5145
5145
  };
5146
- LCDQueryClient: typeof _481.LCDQueryClient;
5146
+ LCDQueryClient: typeof _482.LCDQueryClient;
5147
5147
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
5148
5148
  load: (protoRegistry: Registry) => void;
5149
5149
  MessageComposer: {
@@ -5479,35 +5479,35 @@ export declare namespace ibc {
5479
5479
  applications: {
5480
5480
  interchain_accounts: {
5481
5481
  controller: {
5482
- v1: _492.MsgClientImpl;
5482
+ v1: _493.MsgClientImpl;
5483
5483
  };
5484
5484
  host: {
5485
- v1: _493.MsgClientImpl;
5485
+ v1: _494.MsgClientImpl;
5486
5486
  };
5487
5487
  };
5488
5488
  rate_limiting: {
5489
- v1: _494.MsgClientImpl;
5489
+ v1: _495.MsgClientImpl;
5490
5490
  };
5491
5491
  transfer: {
5492
- v1: _495.MsgClientImpl;
5492
+ v1: _496.MsgClientImpl;
5493
5493
  };
5494
5494
  };
5495
5495
  core: {
5496
5496
  channel: {
5497
- v1: _496.MsgClientImpl;
5498
- v2: _497.MsgClientImpl;
5497
+ v1: _497.MsgClientImpl;
5498
+ v2: _498.MsgClientImpl;
5499
5499
  };
5500
5500
  client: {
5501
- v1: _498.MsgClientImpl;
5502
- v2: _499.MsgClientImpl;
5501
+ v1: _499.MsgClientImpl;
5502
+ v2: _500.MsgClientImpl;
5503
5503
  };
5504
5504
  connection: {
5505
- v1: _500.MsgClientImpl;
5505
+ v1: _501.MsgClientImpl;
5506
5506
  };
5507
5507
  };
5508
5508
  lightclients: {
5509
5509
  wasm: {
5510
- v1: _501.MsgClientImpl;
5510
+ v1: _502.MsgClientImpl;
5511
5511
  };
5512
5512
  };
5513
5513
  };
@@ -5877,35 +5877,35 @@ export declare namespace ibc {
5877
5877
  applications: {
5878
5878
  interchain_accounts: {
5879
5879
  controller: {
5880
- v1: _472.LCDQueryClient;
5880
+ v1: _473.LCDQueryClient;
5881
5881
  };
5882
5882
  host: {
5883
- v1: _473.LCDQueryClient;
5883
+ v1: _474.LCDQueryClient;
5884
5884
  };
5885
5885
  };
5886
5886
  rate_limiting: {
5887
- v1: _474.LCDQueryClient;
5887
+ v1: _475.LCDQueryClient;
5888
5888
  };
5889
5889
  transfer: {
5890
- v1: _475.LCDQueryClient;
5890
+ v1: _476.LCDQueryClient;
5891
5891
  };
5892
5892
  };
5893
5893
  core: {
5894
5894
  channel: {
5895
- v1: _476.LCDQueryClient;
5896
- v2: _477.LCDQueryClient;
5895
+ v1: _477.LCDQueryClient;
5896
+ v2: _478.LCDQueryClient;
5897
5897
  };
5898
5898
  client: {
5899
- v1: _478.LCDQueryClient;
5900
- v2: _479.LCDQueryClient;
5899
+ v1: _479.LCDQueryClient;
5900
+ v2: _480.LCDQueryClient;
5901
5901
  };
5902
5902
  connection: {
5903
- v1: _480.LCDQueryClient;
5903
+ v1: _481.LCDQueryClient;
5904
5904
  };
5905
5905
  };
5906
5906
  lightclients: {
5907
5907
  wasm: {
5908
- v1: _481.LCDQueryClient;
5908
+ v1: _482.LCDQueryClient;
5909
5909
  };
5910
5910
  };
5911
5911
  };