@sparkdreamnft/sparkdreamjs 0.0.4 → 0.0.6

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 (172) hide show
  1. package/cosmos/auth/v1beta1/tx.registry.d.ts +23 -0
  2. package/cosmos/auth/v1beta1/tx.registry.js +33 -1
  3. package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
  4. package/cosmos/authz/v1beta1/tx.registry.js +69 -1
  5. package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
  6. package/cosmos/bank/v1beta1/tx.registry.js +87 -1
  7. package/cosmos/benchmark/v1/tx.registry.d.ts +23 -0
  8. package/cosmos/benchmark/v1/tx.registry.js +33 -1
  9. package/cosmos/bundle.d.ts +1138 -181
  10. package/cosmos/bundle.js +184 -184
  11. package/cosmos/circuit/v1/tx.registry.d.ts +47 -0
  12. package/cosmos/circuit/v1/tx.registry.js +69 -1
  13. package/cosmos/consensus/v1/tx.registry.d.ts +23 -0
  14. package/cosmos/consensus/v1/tx.registry.js +33 -1
  15. package/cosmos/counter/v1/tx.registry.d.ts +23 -0
  16. package/cosmos/counter/v1/tx.registry.js +33 -1
  17. package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
  18. package/cosmos/distribution/v1beta1/tx.registry.js +141 -1
  19. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
  20. package/cosmos/feegrant/v1beta1/tx.registry.js +69 -1
  21. package/cosmos/gov/v1/tx.registry.d.ts +95 -0
  22. package/cosmos/gov/v1/tx.registry.js +141 -1
  23. package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
  24. package/cosmos/gov/v1beta1/tx.registry.js +87 -1
  25. package/cosmos/group/v1/tx.registry.d.ts +179 -0
  26. package/cosmos/group/v1/tx.registry.js +267 -1
  27. package/cosmos/mint/v1beta1/tx.registry.d.ts +23 -0
  28. package/cosmos/mint/v1beta1/tx.registry.js +33 -1
  29. package/cosmos/protocolpool/v1/tx.registry.d.ts +71 -0
  30. package/cosmos/protocolpool/v1/tx.registry.js +105 -1
  31. package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
  32. package/cosmos/staking/v1beta1/tx.registry.js +141 -1
  33. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +35 -0
  34. package/cosmos/upgrade/v1beta1/tx.registry.js +51 -1
  35. package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
  36. package/cosmos/vesting/v1beta1/tx.registry.js +69 -1
  37. package/esm/cosmos/auth/v1beta1/tx.registry.js +31 -0
  38. package/esm/cosmos/authz/v1beta1/tx.registry.js +67 -0
  39. package/esm/cosmos/bank/v1beta1/tx.registry.js +85 -0
  40. package/esm/cosmos/benchmark/v1/tx.registry.js +31 -0
  41. package/esm/cosmos/bundle.js +184 -184
  42. package/esm/cosmos/circuit/v1/tx.registry.js +67 -0
  43. package/esm/cosmos/consensus/v1/tx.registry.js +31 -0
  44. package/esm/cosmos/counter/v1/tx.registry.js +31 -0
  45. package/esm/cosmos/distribution/v1beta1/tx.registry.js +139 -0
  46. package/esm/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
  47. package/esm/cosmos/gov/v1/tx.registry.js +139 -0
  48. package/esm/cosmos/gov/v1beta1/tx.registry.js +85 -0
  49. package/esm/cosmos/group/v1/tx.registry.js +265 -0
  50. package/esm/cosmos/mint/v1beta1/tx.registry.js +31 -0
  51. package/esm/cosmos/protocolpool/v1/tx.registry.js +103 -0
  52. package/esm/cosmos/staking/v1beta1/tx.registry.js +139 -0
  53. package/esm/cosmos/upgrade/v1beta1/tx.registry.js +49 -0
  54. package/esm/cosmos/vesting/v1beta1/tx.registry.js +67 -0
  55. package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +67 -0
  56. package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +49 -0
  57. package/esm/ibc/applications/transfer/v1/tx.registry.js +49 -0
  58. package/esm/ibc/bundle.js +96 -96
  59. package/esm/ibc/core/channel/v1/tx.registry.js +193 -0
  60. package/esm/ibc/core/channel/v2/tx.registry.js +85 -0
  61. package/esm/ibc/core/client/v1/tx.registry.js +157 -0
  62. package/esm/ibc/core/client/v2/tx.registry.js +49 -0
  63. package/esm/ibc/core/connection/v1/tx.registry.js +103 -0
  64. package/esm/ibc/lightclients/wasm/v1/tx.registry.js +67 -0
  65. package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  66. package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  67. package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
  68. package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
  69. package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
  70. package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  71. package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  72. package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  73. package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  74. package/esm/sparkdream/blog/v1/tx.registry.js +87 -0
  75. package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  76. package/esm/sparkdream/bundle.js +68 -48
  77. package/esm/sparkdream/client.js +7 -7
  78. package/esm/sparkdream/lcd.js +10 -6
  79. package/esm/sparkdream/rpc.query.js +6 -2
  80. package/esm/sparkdream/rpc.tx.js +6 -2
  81. package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  82. package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  83. package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  84. package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  85. package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  86. package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  87. package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  88. package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  89. package/esm/sparkdream/sparkdream/v1/tx.registry.js +33 -0
  90. package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  91. package/esm/tendermint/bundle.js +18 -18
  92. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +47 -0
  93. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +69 -1
  94. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +35 -0
  95. package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -1
  96. package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
  97. package/ibc/applications/transfer/v1/tx.registry.js +51 -1
  98. package/ibc/bundle.d.ts +630 -81
  99. package/ibc/bundle.js +96 -96
  100. package/ibc/core/channel/v1/tx.registry.d.ts +131 -0
  101. package/ibc/core/channel/v1/tx.registry.js +195 -1
  102. package/ibc/core/channel/v2/tx.registry.d.ts +59 -0
  103. package/ibc/core/channel/v2/tx.registry.js +87 -1
  104. package/ibc/core/client/v1/tx.registry.d.ts +107 -0
  105. package/ibc/core/client/v1/tx.registry.js +159 -1
  106. package/ibc/core/client/v2/tx.registry.d.ts +35 -0
  107. package/ibc/core/client/v2/tx.registry.js +51 -1
  108. package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
  109. package/ibc/core/connection/v1/tx.registry.js +105 -1
  110. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +47 -0
  111. package/ibc/lightclients/wasm/v1/tx.registry.js +69 -1
  112. package/package.json +1 -1
  113. package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
  114. package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
  115. package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  116. package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
  117. package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
  118. package/sparkdream/blog/{params.js → v1/params.js} +3 -3
  119. package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
  120. package/sparkdream/blog/{post.js → v1/post.js} +3 -3
  121. package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
  122. package/sparkdream/blog/{query.js → v1/query.js} +14 -14
  123. package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
  124. package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
  125. package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
  126. package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
  127. package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
  128. package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
  129. package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
  130. package/sparkdream/blog/v1/tx.registry.d.ts +61 -0
  131. package/sparkdream/blog/v1/tx.registry.js +91 -0
  132. package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
  133. package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
  134. package/sparkdream/bundle.d.ts +476 -348
  135. package/sparkdream/bundle.js +68 -48
  136. package/sparkdream/client.d.ts +15 -15
  137. package/sparkdream/client.js +7 -7
  138. package/sparkdream/lcd.d.ts +6 -2
  139. package/sparkdream/lcd.js +10 -6
  140. package/sparkdream/rpc.query.d.ts +8 -4
  141. package/sparkdream/rpc.query.js +6 -2
  142. package/sparkdream/rpc.tx.d.ts +6 -2
  143. package/sparkdream/rpc.tx.js +6 -2
  144. package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
  145. package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
  146. package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
  147. package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
  148. package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
  149. package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
  150. package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
  151. package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
  152. package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
  153. package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
  154. package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
  155. package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
  156. package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
  157. package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
  158. package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
  159. package/sparkdream/sparkdream/v1/tx.registry.d.ts +25 -0
  160. package/sparkdream/sparkdream/v1/tx.registry.js +37 -0
  161. package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
  162. package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
  163. package/tendermint/bundle.d.ts +844 -844
  164. package/tendermint/bundle.js +18 -18
  165. package/esm/sparkdream/blog/tx.registry.js +0 -2
  166. package/esm/sparkdream/sparkdream/tx.registry.js +0 -2
  167. package/sparkdream/blog/tx.registry.d.ts +0 -2
  168. package/sparkdream/blog/tx.registry.js +0 -5
  169. package/sparkdream/sparkdream/tx.registry.d.ts +0 -2
  170. package/sparkdream/sparkdream/tx.registry.js +0 -5
  171. /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
  172. /package/sparkdream/sparkdream/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
package/ibc/bundle.d.ts CHANGED
@@ -47,47 +47,92 @@ import * as _169 from "./lightclients/wasm/v1/genesis";
47
47
  import * as _170 from "./lightclients/wasm/v1/query";
48
48
  import * as _171 from "./lightclients/wasm/v1/tx";
49
49
  import * as _172 from "./lightclients/wasm/v1/wasm";
50
- import * as _299 from "./applications/interchain_accounts/controller/v1/query.lcd";
51
- import * as _300 from "./applications/interchain_accounts/host/v1/query.lcd";
52
- import * as _301 from "./applications/transfer/v1/query.lcd";
53
- import * as _302 from "./core/channel/v1/query.lcd";
54
- import * as _303 from "./core/channel/v2/query.lcd";
55
- import * as _304 from "./core/client/v1/query.lcd";
56
- import * as _305 from "./core/client/v2/query.lcd";
57
- import * as _306 from "./core/connection/v1/query.lcd";
58
- import * as _307 from "./lightclients/wasm/v1/query.lcd";
59
- import * as _308 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
60
- import * as _309 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
61
- import * as _310 from "./applications/transfer/v1/query.rpc.Query";
62
- import * as _311 from "./core/channel/v1/query.rpc.Query";
63
- import * as _312 from "./core/channel/v2/query.rpc.Query";
64
- import * as _313 from "./core/client/v1/query.rpc.Query";
65
- import * as _314 from "./core/client/v2/query.rpc.Query";
66
- import * as _315 from "./core/connection/v1/query.rpc.Query";
67
- import * as _316 from "./lightclients/wasm/v1/query.rpc.Query";
68
- import * as _317 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
69
- import * as _318 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
70
- import * as _319 from "./applications/transfer/v1/tx.rpc.msg";
71
- import * as _320 from "./core/channel/v1/tx.rpc.msg";
72
- import * as _321 from "./core/channel/v2/tx.rpc.msg";
73
- import * as _322 from "./core/client/v1/tx.rpc.msg";
74
- import * as _323 from "./core/client/v2/tx.rpc.msg";
75
- import * as _324 from "./core/connection/v1/tx.rpc.msg";
76
- import * as _325 from "./lightclients/wasm/v1/tx.rpc.msg";
50
+ import * as _301 from "./applications/interchain_accounts/controller/v1/query.lcd";
51
+ import * as _302 from "./applications/interchain_accounts/host/v1/query.lcd";
52
+ import * as _303 from "./applications/transfer/v1/query.lcd";
53
+ import * as _304 from "./core/channel/v1/query.lcd";
54
+ import * as _305 from "./core/channel/v2/query.lcd";
55
+ import * as _306 from "./core/client/v1/query.lcd";
56
+ import * as _307 from "./core/client/v2/query.lcd";
57
+ import * as _308 from "./core/connection/v1/query.lcd";
58
+ import * as _309 from "./lightclients/wasm/v1/query.lcd";
59
+ import * as _310 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
60
+ import * as _311 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
61
+ import * as _312 from "./applications/transfer/v1/query.rpc.Query";
62
+ import * as _313 from "./core/channel/v1/query.rpc.Query";
63
+ import * as _314 from "./core/channel/v2/query.rpc.Query";
64
+ import * as _315 from "./core/client/v1/query.rpc.Query";
65
+ import * as _316 from "./core/client/v2/query.rpc.Query";
66
+ import * as _317 from "./core/connection/v1/query.rpc.Query";
67
+ import * as _318 from "./lightclients/wasm/v1/query.rpc.Query";
68
+ import * as _319 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
69
+ import * as _320 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
70
+ import * as _321 from "./applications/transfer/v1/tx.rpc.msg";
71
+ import * as _322 from "./core/channel/v1/tx.rpc.msg";
72
+ import * as _323 from "./core/channel/v2/tx.rpc.msg";
73
+ import * as _324 from "./core/client/v1/tx.rpc.msg";
74
+ import * as _325 from "./core/client/v2/tx.rpc.msg";
75
+ import * as _326 from "./core/connection/v1/tx.rpc.msg";
76
+ import * as _327 from "./lightclients/wasm/v1/tx.rpc.msg";
77
77
  export declare namespace ibc {
78
78
  namespace applications {
79
79
  namespace interchain_accounts {
80
80
  namespace controller {
81
81
  const v1: {
82
- MsgClientImpl: typeof _317.MsgClientImpl;
83
- createClientImpl: (rpc: import("..").TxRpc) => _317.MsgClientImpl;
84
- QueryClientImpl: typeof _308.QueryClientImpl;
82
+ MsgClientImpl: typeof _319.MsgClientImpl;
83
+ createClientImpl: (rpc: import("..").TxRpc) => _319.MsgClientImpl;
84
+ QueryClientImpl: typeof _310.QueryClientImpl;
85
85
  createRpcQueryExtension: (base: QueryClient) => {
86
86
  interchainAccount(request: _125.QueryInterchainAccountRequest): Promise<_125.QueryInterchainAccountResponse>;
87
87
  params(request?: _125.QueryParamsRequest): Promise<_125.QueryParamsResponse>;
88
88
  };
89
- LCDQueryClient: typeof _299.LCDQueryClient;
89
+ LCDQueryClient: typeof _301.LCDQueryClient;
90
90
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
91
+ load: (protoRegistry: Registry) => void;
92
+ MessageComposer: {
93
+ encoded: {
94
+ registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
95
+ typeUrl: string;
96
+ value: Uint8Array<ArrayBufferLike>;
97
+ };
98
+ sendTx(value: _126.MsgSendTx): {
99
+ typeUrl: string;
100
+ value: Uint8Array<ArrayBufferLike>;
101
+ };
102
+ updateParams(value: _126.MsgUpdateParams): {
103
+ typeUrl: string;
104
+ value: Uint8Array<ArrayBufferLike>;
105
+ };
106
+ };
107
+ withTypeUrl: {
108
+ registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
109
+ typeUrl: string;
110
+ value: _126.MsgRegisterInterchainAccount;
111
+ };
112
+ sendTx(value: _126.MsgSendTx): {
113
+ typeUrl: string;
114
+ value: _126.MsgSendTx;
115
+ };
116
+ updateParams(value: _126.MsgUpdateParams): {
117
+ typeUrl: string;
118
+ value: _126.MsgUpdateParams;
119
+ };
120
+ };
121
+ fromPartial: {
122
+ registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
123
+ typeUrl: string;
124
+ value: _126.MsgRegisterInterchainAccount;
125
+ };
126
+ sendTx(value: _126.MsgSendTx): {
127
+ typeUrl: string;
128
+ value: _126.MsgSendTx;
129
+ };
130
+ updateParams(value: _126.MsgUpdateParams): {
131
+ typeUrl: string;
132
+ value: _126.MsgUpdateParams;
133
+ };
134
+ };
135
+ };
91
136
  AminoConverter: {
92
137
  "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount": {
93
138
  aminoType: string;
@@ -337,14 +382,47 @@ export declare namespace ibc {
337
382
  }
338
383
  namespace host {
339
384
  const v1: {
340
- MsgClientImpl: typeof _318.MsgClientImpl;
341
- createClientImpl: (rpc: import("..").TxRpc) => _318.MsgClientImpl;
342
- QueryClientImpl: typeof _309.QueryClientImpl;
385
+ MsgClientImpl: typeof _320.MsgClientImpl;
386
+ createClientImpl: (rpc: import("..").TxRpc) => _320.MsgClientImpl;
387
+ QueryClientImpl: typeof _311.QueryClientImpl;
343
388
  createRpcQueryExtension: (base: QueryClient) => {
344
389
  params(request?: _129.QueryParamsRequest): Promise<_129.QueryParamsResponse>;
345
390
  };
346
- LCDQueryClient: typeof _300.LCDQueryClient;
391
+ LCDQueryClient: typeof _302.LCDQueryClient;
347
392
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
393
+ load: (protoRegistry: Registry) => void;
394
+ MessageComposer: {
395
+ encoded: {
396
+ updateParams(value: _130.MsgUpdateParams): {
397
+ typeUrl: string;
398
+ value: Uint8Array<ArrayBufferLike>;
399
+ };
400
+ moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
401
+ typeUrl: string;
402
+ value: Uint8Array<ArrayBufferLike>;
403
+ };
404
+ };
405
+ withTypeUrl: {
406
+ updateParams(value: _130.MsgUpdateParams): {
407
+ typeUrl: string;
408
+ value: _130.MsgUpdateParams;
409
+ };
410
+ moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
411
+ typeUrl: string;
412
+ value: _130.MsgModuleQuerySafe;
413
+ };
414
+ };
415
+ fromPartial: {
416
+ updateParams(value: _130.MsgUpdateParams): {
417
+ typeUrl: string;
418
+ value: _130.MsgUpdateParams;
419
+ };
420
+ moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
421
+ typeUrl: string;
422
+ value: _130.MsgModuleQuerySafe;
423
+ };
424
+ };
425
+ };
348
426
  AminoConverter: {
349
427
  "/ibc.applications.interchain_accounts.host.v1.MsgUpdateParams": {
350
428
  aminoType: string;
@@ -578,9 +656,9 @@ export declare namespace ibc {
578
656
  }
579
657
  namespace transfer {
580
658
  const v1: {
581
- MsgClientImpl: typeof _319.MsgClientImpl;
582
- createClientImpl: (rpc: import("..").TxRpc) => _319.MsgClientImpl;
583
- QueryClientImpl: typeof _310.QueryClientImpl;
659
+ MsgClientImpl: typeof _321.MsgClientImpl;
660
+ createClientImpl: (rpc: import("..").TxRpc) => _321.MsgClientImpl;
661
+ QueryClientImpl: typeof _312.QueryClientImpl;
584
662
  createRpcQueryExtension: (base: QueryClient) => {
585
663
  params(request?: _139.QueryParamsRequest): Promise<_139.QueryParamsResponse>;
586
664
  denoms(request?: _139.QueryDenomsRequest): Promise<_139.QueryDenomsResponse>;
@@ -589,8 +667,41 @@ export declare namespace ibc {
589
667
  escrowAddress(request: _139.QueryEscrowAddressRequest): Promise<_139.QueryEscrowAddressResponse>;
590
668
  totalEscrowForDenom(request: _139.QueryTotalEscrowForDenomRequest): Promise<_139.QueryTotalEscrowForDenomResponse>;
591
669
  };
592
- LCDQueryClient: typeof _301.LCDQueryClient;
670
+ LCDQueryClient: typeof _303.LCDQueryClient;
593
671
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
672
+ load: (protoRegistry: Registry) => void;
673
+ MessageComposer: {
674
+ encoded: {
675
+ transfer(value: _142.MsgTransfer): {
676
+ typeUrl: string;
677
+ value: Uint8Array<ArrayBufferLike>;
678
+ };
679
+ updateParams(value: _142.MsgUpdateParams): {
680
+ typeUrl: string;
681
+ value: Uint8Array<ArrayBufferLike>;
682
+ };
683
+ };
684
+ withTypeUrl: {
685
+ transfer(value: _142.MsgTransfer): {
686
+ typeUrl: string;
687
+ value: _142.MsgTransfer;
688
+ };
689
+ updateParams(value: _142.MsgUpdateParams): {
690
+ typeUrl: string;
691
+ value: _142.MsgUpdateParams;
692
+ };
693
+ };
694
+ fromPartial: {
695
+ transfer(value: _142.MsgTransfer): {
696
+ typeUrl: string;
697
+ value: _142.MsgTransfer;
698
+ };
699
+ updateParams(value: _142.MsgUpdateParams): {
700
+ typeUrl: string;
701
+ value: _142.MsgUpdateParams;
702
+ };
703
+ };
704
+ };
594
705
  AminoConverter: {
595
706
  "/ibc.applications.transfer.v1.MsgTransfer": {
596
707
  aminoType: string;
@@ -959,9 +1070,9 @@ export declare namespace ibc {
959
1070
  namespace core {
960
1071
  namespace channel {
961
1072
  const v1: {
962
- MsgClientImpl: typeof _320.MsgClientImpl;
963
- createClientImpl: (rpc: import("..").TxRpc) => _320.MsgClientImpl;
964
- QueryClientImpl: typeof _311.QueryClientImpl;
1073
+ MsgClientImpl: typeof _322.MsgClientImpl;
1074
+ createClientImpl: (rpc: import("..").TxRpc) => _322.MsgClientImpl;
1075
+ QueryClientImpl: typeof _313.QueryClientImpl;
965
1076
  createRpcQueryExtension: (base: QueryClient) => {
966
1077
  channel(request: _145.QueryChannelRequest): Promise<_145.QueryChannelResponse>;
967
1078
  channels(request?: _145.QueryChannelsRequest): Promise<_145.QueryChannelsResponse>;
@@ -978,8 +1089,137 @@ export declare namespace ibc {
978
1089
  nextSequenceReceive(request: _145.QueryNextSequenceReceiveRequest): Promise<_145.QueryNextSequenceReceiveResponse>;
979
1090
  nextSequenceSend(request: _145.QueryNextSequenceSendRequest): Promise<_145.QueryNextSequenceSendResponse>;
980
1091
  };
981
- LCDQueryClient: typeof _302.LCDQueryClient;
1092
+ LCDQueryClient: typeof _304.LCDQueryClient;
982
1093
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
1094
+ load: (protoRegistry: Registry) => void;
1095
+ MessageComposer: {
1096
+ encoded: {
1097
+ channelOpenInit(value: _146.MsgChannelOpenInit): {
1098
+ typeUrl: string;
1099
+ value: Uint8Array<ArrayBufferLike>;
1100
+ };
1101
+ channelOpenTry(value: _146.MsgChannelOpenTry): {
1102
+ typeUrl: string;
1103
+ value: Uint8Array<ArrayBufferLike>;
1104
+ };
1105
+ channelOpenAck(value: _146.MsgChannelOpenAck): {
1106
+ typeUrl: string;
1107
+ value: Uint8Array<ArrayBufferLike>;
1108
+ };
1109
+ channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
1110
+ typeUrl: string;
1111
+ value: Uint8Array<ArrayBufferLike>;
1112
+ };
1113
+ channelCloseInit(value: _146.MsgChannelCloseInit): {
1114
+ typeUrl: string;
1115
+ value: Uint8Array<ArrayBufferLike>;
1116
+ };
1117
+ channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
1118
+ typeUrl: string;
1119
+ value: Uint8Array<ArrayBufferLike>;
1120
+ };
1121
+ recvPacket(value: _146.MsgRecvPacket): {
1122
+ typeUrl: string;
1123
+ value: Uint8Array<ArrayBufferLike>;
1124
+ };
1125
+ timeout(value: _146.MsgTimeout): {
1126
+ typeUrl: string;
1127
+ value: Uint8Array<ArrayBufferLike>;
1128
+ };
1129
+ timeoutOnClose(value: _146.MsgTimeoutOnClose): {
1130
+ typeUrl: string;
1131
+ value: Uint8Array<ArrayBufferLike>;
1132
+ };
1133
+ acknowledgement(value: _146.MsgAcknowledgement): {
1134
+ typeUrl: string;
1135
+ value: Uint8Array<ArrayBufferLike>;
1136
+ };
1137
+ };
1138
+ withTypeUrl: {
1139
+ channelOpenInit(value: _146.MsgChannelOpenInit): {
1140
+ typeUrl: string;
1141
+ value: _146.MsgChannelOpenInit;
1142
+ };
1143
+ channelOpenTry(value: _146.MsgChannelOpenTry): {
1144
+ typeUrl: string;
1145
+ value: _146.MsgChannelOpenTry;
1146
+ };
1147
+ channelOpenAck(value: _146.MsgChannelOpenAck): {
1148
+ typeUrl: string;
1149
+ value: _146.MsgChannelOpenAck;
1150
+ };
1151
+ channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
1152
+ typeUrl: string;
1153
+ value: _146.MsgChannelOpenConfirm;
1154
+ };
1155
+ channelCloseInit(value: _146.MsgChannelCloseInit): {
1156
+ typeUrl: string;
1157
+ value: _146.MsgChannelCloseInit;
1158
+ };
1159
+ channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
1160
+ typeUrl: string;
1161
+ value: _146.MsgChannelCloseConfirm;
1162
+ };
1163
+ recvPacket(value: _146.MsgRecvPacket): {
1164
+ typeUrl: string;
1165
+ value: _146.MsgRecvPacket;
1166
+ };
1167
+ timeout(value: _146.MsgTimeout): {
1168
+ typeUrl: string;
1169
+ value: _146.MsgTimeout;
1170
+ };
1171
+ timeoutOnClose(value: _146.MsgTimeoutOnClose): {
1172
+ typeUrl: string;
1173
+ value: _146.MsgTimeoutOnClose;
1174
+ };
1175
+ acknowledgement(value: _146.MsgAcknowledgement): {
1176
+ typeUrl: string;
1177
+ value: _146.MsgAcknowledgement;
1178
+ };
1179
+ };
1180
+ fromPartial: {
1181
+ channelOpenInit(value: _146.MsgChannelOpenInit): {
1182
+ typeUrl: string;
1183
+ value: _146.MsgChannelOpenInit;
1184
+ };
1185
+ channelOpenTry(value: _146.MsgChannelOpenTry): {
1186
+ typeUrl: string;
1187
+ value: _146.MsgChannelOpenTry;
1188
+ };
1189
+ channelOpenAck(value: _146.MsgChannelOpenAck): {
1190
+ typeUrl: string;
1191
+ value: _146.MsgChannelOpenAck;
1192
+ };
1193
+ channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
1194
+ typeUrl: string;
1195
+ value: _146.MsgChannelOpenConfirm;
1196
+ };
1197
+ channelCloseInit(value: _146.MsgChannelCloseInit): {
1198
+ typeUrl: string;
1199
+ value: _146.MsgChannelCloseInit;
1200
+ };
1201
+ channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
1202
+ typeUrl: string;
1203
+ value: _146.MsgChannelCloseConfirm;
1204
+ };
1205
+ recvPacket(value: _146.MsgRecvPacket): {
1206
+ typeUrl: string;
1207
+ value: _146.MsgRecvPacket;
1208
+ };
1209
+ timeout(value: _146.MsgTimeout): {
1210
+ typeUrl: string;
1211
+ value: _146.MsgTimeout;
1212
+ };
1213
+ timeoutOnClose(value: _146.MsgTimeoutOnClose): {
1214
+ typeUrl: string;
1215
+ value: _146.MsgTimeoutOnClose;
1216
+ };
1217
+ acknowledgement(value: _146.MsgAcknowledgement): {
1218
+ typeUrl: string;
1219
+ value: _146.MsgAcknowledgement;
1220
+ };
1221
+ };
1222
+ };
983
1223
  AminoConverter: {
984
1224
  "/ibc.core.channel.v1.MsgChannelOpenInit": {
985
1225
  aminoType: string;
@@ -1858,9 +2098,9 @@ export declare namespace ibc {
1858
2098
  };
1859
2099
  };
1860
2100
  const v2: {
1861
- MsgClientImpl: typeof _321.MsgClientImpl;
1862
- createClientImpl: (rpc: import("..").TxRpc) => _321.MsgClientImpl;
1863
- QueryClientImpl: typeof _312.QueryClientImpl;
2101
+ MsgClientImpl: typeof _323.MsgClientImpl;
2102
+ createClientImpl: (rpc: import("..").TxRpc) => _323.MsgClientImpl;
2103
+ QueryClientImpl: typeof _314.QueryClientImpl;
1864
2104
  createRpcQueryExtension: (base: QueryClient) => {
1865
2105
  nextSequenceSend(request: _149.QueryNextSequenceSendRequest): Promise<_149.QueryNextSequenceSendResponse>;
1866
2106
  packetCommitment(request: _149.QueryPacketCommitmentRequest): Promise<_149.QueryPacketCommitmentResponse>;
@@ -1871,8 +2111,65 @@ export declare namespace ibc {
1871
2111
  unreceivedPackets(request: _149.QueryUnreceivedPacketsRequest): Promise<_149.QueryUnreceivedPacketsResponse>;
1872
2112
  unreceivedAcks(request: _149.QueryUnreceivedAcksRequest): Promise<_149.QueryUnreceivedAcksResponse>;
1873
2113
  };
1874
- LCDQueryClient: typeof _303.LCDQueryClient;
2114
+ LCDQueryClient: typeof _305.LCDQueryClient;
1875
2115
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2116
+ load: (protoRegistry: Registry) => void;
2117
+ MessageComposer: {
2118
+ encoded: {
2119
+ sendPacket(value: _150.MsgSendPacket): {
2120
+ typeUrl: string;
2121
+ value: Uint8Array<ArrayBufferLike>;
2122
+ };
2123
+ recvPacket(value: _150.MsgRecvPacket): {
2124
+ typeUrl: string;
2125
+ value: Uint8Array<ArrayBufferLike>;
2126
+ };
2127
+ timeout(value: _150.MsgTimeout): {
2128
+ typeUrl: string;
2129
+ value: Uint8Array<ArrayBufferLike>;
2130
+ };
2131
+ acknowledgement(value: _150.MsgAcknowledgement): {
2132
+ typeUrl: string;
2133
+ value: Uint8Array<ArrayBufferLike>;
2134
+ };
2135
+ };
2136
+ withTypeUrl: {
2137
+ sendPacket(value: _150.MsgSendPacket): {
2138
+ typeUrl: string;
2139
+ value: _150.MsgSendPacket;
2140
+ };
2141
+ recvPacket(value: _150.MsgRecvPacket): {
2142
+ typeUrl: string;
2143
+ value: _150.MsgRecvPacket;
2144
+ };
2145
+ timeout(value: _150.MsgTimeout): {
2146
+ typeUrl: string;
2147
+ value: _150.MsgTimeout;
2148
+ };
2149
+ acknowledgement(value: _150.MsgAcknowledgement): {
2150
+ typeUrl: string;
2151
+ value: _150.MsgAcknowledgement;
2152
+ };
2153
+ };
2154
+ fromPartial: {
2155
+ sendPacket(value: _150.MsgSendPacket): {
2156
+ typeUrl: string;
2157
+ value: _150.MsgSendPacket;
2158
+ };
2159
+ recvPacket(value: _150.MsgRecvPacket): {
2160
+ typeUrl: string;
2161
+ value: _150.MsgRecvPacket;
2162
+ };
2163
+ timeout(value: _150.MsgTimeout): {
2164
+ typeUrl: string;
2165
+ value: _150.MsgTimeout;
2166
+ };
2167
+ acknowledgement(value: _150.MsgAcknowledgement): {
2168
+ typeUrl: string;
2169
+ value: _150.MsgAcknowledgement;
2170
+ };
2171
+ };
2172
+ };
1876
2173
  AminoConverter: {
1877
2174
  "/ibc.core.channel.v2.MsgSendPacket": {
1878
2175
  aminoType: string;
@@ -2341,9 +2638,9 @@ export declare namespace ibc {
2341
2638
  }
2342
2639
  namespace client {
2343
2640
  const v1: {
2344
- MsgClientImpl: typeof _322.MsgClientImpl;
2345
- createClientImpl: (rpc: import("..").TxRpc) => _322.MsgClientImpl;
2346
- QueryClientImpl: typeof _313.QueryClientImpl;
2641
+ MsgClientImpl: typeof _324.MsgClientImpl;
2642
+ createClientImpl: (rpc: import("..").TxRpc) => _324.MsgClientImpl;
2643
+ QueryClientImpl: typeof _315.QueryClientImpl;
2347
2644
  createRpcQueryExtension: (base: QueryClient) => {
2348
2645
  clientState(request: _153.QueryClientStateRequest): Promise<_153.QueryClientStateResponse>;
2349
2646
  clientStates(request?: _153.QueryClientStatesRequest): Promise<_153.QueryClientStatesResponse>;
@@ -2357,8 +2654,113 @@ export declare namespace ibc {
2357
2654
  upgradedConsensusState(request?: _153.QueryUpgradedConsensusStateRequest): Promise<_153.QueryUpgradedConsensusStateResponse>;
2358
2655
  verifyMembership(request: _153.QueryVerifyMembershipRequest): Promise<_153.QueryVerifyMembershipResponse>;
2359
2656
  };
2360
- LCDQueryClient: typeof _304.LCDQueryClient;
2657
+ LCDQueryClient: typeof _306.LCDQueryClient;
2361
2658
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
2659
+ load: (protoRegistry: Registry) => void;
2660
+ MessageComposer: {
2661
+ encoded: {
2662
+ createClient(value: _154.MsgCreateClient): {
2663
+ typeUrl: string;
2664
+ value: Uint8Array<ArrayBufferLike>;
2665
+ };
2666
+ updateClient(value: _154.MsgUpdateClient): {
2667
+ typeUrl: string;
2668
+ value: Uint8Array<ArrayBufferLike>;
2669
+ };
2670
+ upgradeClient(value: _154.MsgUpgradeClient): {
2671
+ typeUrl: string;
2672
+ value: Uint8Array<ArrayBufferLike>;
2673
+ };
2674
+ submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
2675
+ typeUrl: string;
2676
+ value: Uint8Array<ArrayBufferLike>;
2677
+ };
2678
+ recoverClient(value: _154.MsgRecoverClient): {
2679
+ typeUrl: string;
2680
+ value: Uint8Array<ArrayBufferLike>;
2681
+ };
2682
+ iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
2683
+ typeUrl: string;
2684
+ value: Uint8Array<ArrayBufferLike>;
2685
+ };
2686
+ updateClientParams(value: _154.MsgUpdateParams): {
2687
+ typeUrl: string;
2688
+ value: Uint8Array<ArrayBufferLike>;
2689
+ };
2690
+ deleteClientCreator(value: _154.MsgDeleteClientCreator): {
2691
+ typeUrl: string;
2692
+ value: Uint8Array<ArrayBufferLike>;
2693
+ };
2694
+ };
2695
+ withTypeUrl: {
2696
+ createClient(value: _154.MsgCreateClient): {
2697
+ typeUrl: string;
2698
+ value: _154.MsgCreateClient;
2699
+ };
2700
+ updateClient(value: _154.MsgUpdateClient): {
2701
+ typeUrl: string;
2702
+ value: _154.MsgUpdateClient;
2703
+ };
2704
+ upgradeClient(value: _154.MsgUpgradeClient): {
2705
+ typeUrl: string;
2706
+ value: _154.MsgUpgradeClient;
2707
+ };
2708
+ submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
2709
+ typeUrl: string;
2710
+ value: _154.MsgSubmitMisbehaviour;
2711
+ };
2712
+ recoverClient(value: _154.MsgRecoverClient): {
2713
+ typeUrl: string;
2714
+ value: _154.MsgRecoverClient;
2715
+ };
2716
+ iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
2717
+ typeUrl: string;
2718
+ value: _154.MsgIBCSoftwareUpgrade;
2719
+ };
2720
+ updateClientParams(value: _154.MsgUpdateParams): {
2721
+ typeUrl: string;
2722
+ value: _154.MsgUpdateParams;
2723
+ };
2724
+ deleteClientCreator(value: _154.MsgDeleteClientCreator): {
2725
+ typeUrl: string;
2726
+ value: _154.MsgDeleteClientCreator;
2727
+ };
2728
+ };
2729
+ fromPartial: {
2730
+ createClient(value: _154.MsgCreateClient): {
2731
+ typeUrl: string;
2732
+ value: _154.MsgCreateClient;
2733
+ };
2734
+ updateClient(value: _154.MsgUpdateClient): {
2735
+ typeUrl: string;
2736
+ value: _154.MsgUpdateClient;
2737
+ };
2738
+ upgradeClient(value: _154.MsgUpgradeClient): {
2739
+ typeUrl: string;
2740
+ value: _154.MsgUpgradeClient;
2741
+ };
2742
+ submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
2743
+ typeUrl: string;
2744
+ value: _154.MsgSubmitMisbehaviour;
2745
+ };
2746
+ recoverClient(value: _154.MsgRecoverClient): {
2747
+ typeUrl: string;
2748
+ value: _154.MsgRecoverClient;
2749
+ };
2750
+ iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
2751
+ typeUrl: string;
2752
+ value: _154.MsgIBCSoftwareUpgrade;
2753
+ };
2754
+ updateClientParams(value: _154.MsgUpdateParams): {
2755
+ typeUrl: string;
2756
+ value: _154.MsgUpdateParams;
2757
+ };
2758
+ deleteClientCreator(value: _154.MsgDeleteClientCreator): {
2759
+ typeUrl: string;
2760
+ value: _154.MsgDeleteClientCreator;
2761
+ };
2762
+ };
2763
+ };
2362
2764
  AminoConverter: {
2363
2765
  "/ibc.core.client.v1.MsgCreateClient": {
2364
2766
  aminoType: string;
@@ -3047,15 +3449,48 @@ export declare namespace ibc {
3047
3449
  };
3048
3450
  };
3049
3451
  const v2: {
3050
- MsgClientImpl: typeof _323.MsgClientImpl;
3051
- createClientImpl: (rpc: import("..").TxRpc) => _323.MsgClientImpl;
3052
- QueryClientImpl: typeof _314.QueryClientImpl;
3452
+ MsgClientImpl: typeof _325.MsgClientImpl;
3453
+ createClientImpl: (rpc: import("..").TxRpc) => _325.MsgClientImpl;
3454
+ QueryClientImpl: typeof _316.QueryClientImpl;
3053
3455
  createRpcQueryExtension: (base: QueryClient) => {
3054
3456
  counterpartyInfo(request: _158.QueryCounterpartyInfoRequest): Promise<_158.QueryCounterpartyInfoResponse>;
3055
3457
  config(request: _158.QueryConfigRequest): Promise<_158.QueryConfigResponse>;
3056
3458
  };
3057
- LCDQueryClient: typeof _305.LCDQueryClient;
3459
+ LCDQueryClient: typeof _307.LCDQueryClient;
3058
3460
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3461
+ load: (protoRegistry: Registry) => void;
3462
+ MessageComposer: {
3463
+ encoded: {
3464
+ registerCounterparty(value: _159.MsgRegisterCounterparty): {
3465
+ typeUrl: string;
3466
+ value: Uint8Array<ArrayBufferLike>;
3467
+ };
3468
+ updateClientConfig(value: _159.MsgUpdateClientConfig): {
3469
+ typeUrl: string;
3470
+ value: Uint8Array<ArrayBufferLike>;
3471
+ };
3472
+ };
3473
+ withTypeUrl: {
3474
+ registerCounterparty(value: _159.MsgRegisterCounterparty): {
3475
+ typeUrl: string;
3476
+ value: _159.MsgRegisterCounterparty;
3477
+ };
3478
+ updateClientConfig(value: _159.MsgUpdateClientConfig): {
3479
+ typeUrl: string;
3480
+ value: _159.MsgUpdateClientConfig;
3481
+ };
3482
+ };
3483
+ fromPartial: {
3484
+ registerCounterparty(value: _159.MsgRegisterCounterparty): {
3485
+ typeUrl: string;
3486
+ value: _159.MsgRegisterCounterparty;
3487
+ };
3488
+ updateClientConfig(value: _159.MsgUpdateClientConfig): {
3489
+ typeUrl: string;
3490
+ value: _159.MsgUpdateClientConfig;
3491
+ };
3492
+ };
3493
+ };
3059
3494
  AminoConverter: {
3060
3495
  "/ibc.core.client.v2.MsgRegisterCounterparty": {
3061
3496
  aminoType: string;
@@ -3302,9 +3737,9 @@ export declare namespace ibc {
3302
3737
  }
3303
3738
  namespace connection {
3304
3739
  const v1: {
3305
- MsgClientImpl: typeof _324.MsgClientImpl;
3306
- createClientImpl: (rpc: import("..").TxRpc) => _324.MsgClientImpl;
3307
- QueryClientImpl: typeof _315.QueryClientImpl;
3740
+ MsgClientImpl: typeof _326.MsgClientImpl;
3741
+ createClientImpl: (rpc: import("..").TxRpc) => _326.MsgClientImpl;
3742
+ QueryClientImpl: typeof _317.QueryClientImpl;
3308
3743
  createRpcQueryExtension: (base: QueryClient) => {
3309
3744
  connection(request: _164.QueryConnectionRequest): Promise<_164.QueryConnectionResponse>;
3310
3745
  connections(request?: _164.QueryConnectionsRequest): Promise<_164.QueryConnectionsResponse>;
@@ -3313,8 +3748,77 @@ export declare namespace ibc {
3313
3748
  connectionConsensusState(request: _164.QueryConnectionConsensusStateRequest): Promise<_164.QueryConnectionConsensusStateResponse>;
3314
3749
  connectionParams(request?: _164.QueryConnectionParamsRequest): Promise<_164.QueryConnectionParamsResponse>;
3315
3750
  };
3316
- LCDQueryClient: typeof _306.LCDQueryClient;
3751
+ LCDQueryClient: typeof _308.LCDQueryClient;
3317
3752
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
3753
+ load: (protoRegistry: Registry) => void;
3754
+ MessageComposer: {
3755
+ encoded: {
3756
+ connectionOpenInit(value: _165.MsgConnectionOpenInit): {
3757
+ typeUrl: string;
3758
+ value: Uint8Array<ArrayBufferLike>;
3759
+ };
3760
+ connectionOpenTry(value: _165.MsgConnectionOpenTry): {
3761
+ typeUrl: string;
3762
+ value: Uint8Array<ArrayBufferLike>;
3763
+ };
3764
+ connectionOpenAck(value: _165.MsgConnectionOpenAck): {
3765
+ typeUrl: string;
3766
+ value: Uint8Array<ArrayBufferLike>;
3767
+ };
3768
+ connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
3769
+ typeUrl: string;
3770
+ value: Uint8Array<ArrayBufferLike>;
3771
+ };
3772
+ updateConnectionParams(value: _165.MsgUpdateParams): {
3773
+ typeUrl: string;
3774
+ value: Uint8Array<ArrayBufferLike>;
3775
+ };
3776
+ };
3777
+ withTypeUrl: {
3778
+ connectionOpenInit(value: _165.MsgConnectionOpenInit): {
3779
+ typeUrl: string;
3780
+ value: _165.MsgConnectionOpenInit;
3781
+ };
3782
+ connectionOpenTry(value: _165.MsgConnectionOpenTry): {
3783
+ typeUrl: string;
3784
+ value: _165.MsgConnectionOpenTry;
3785
+ };
3786
+ connectionOpenAck(value: _165.MsgConnectionOpenAck): {
3787
+ typeUrl: string;
3788
+ value: _165.MsgConnectionOpenAck;
3789
+ };
3790
+ connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
3791
+ typeUrl: string;
3792
+ value: _165.MsgConnectionOpenConfirm;
3793
+ };
3794
+ updateConnectionParams(value: _165.MsgUpdateParams): {
3795
+ typeUrl: string;
3796
+ value: _165.MsgUpdateParams;
3797
+ };
3798
+ };
3799
+ fromPartial: {
3800
+ connectionOpenInit(value: _165.MsgConnectionOpenInit): {
3801
+ typeUrl: string;
3802
+ value: _165.MsgConnectionOpenInit;
3803
+ };
3804
+ connectionOpenTry(value: _165.MsgConnectionOpenTry): {
3805
+ typeUrl: string;
3806
+ value: _165.MsgConnectionOpenTry;
3807
+ };
3808
+ connectionOpenAck(value: _165.MsgConnectionOpenAck): {
3809
+ typeUrl: string;
3810
+ value: _165.MsgConnectionOpenAck;
3811
+ };
3812
+ connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
3813
+ typeUrl: string;
3814
+ value: _165.MsgConnectionOpenConfirm;
3815
+ };
3816
+ updateConnectionParams(value: _165.MsgUpdateParams): {
3817
+ typeUrl: string;
3818
+ value: _165.MsgUpdateParams;
3819
+ };
3820
+ };
3821
+ };
3318
3822
  AminoConverter: {
3319
3823
  "/ibc.core.connection.v1.MsgConnectionOpenInit": {
3320
3824
  aminoType: string;
@@ -4192,15 +4696,60 @@ export declare namespace ibc {
4192
4696
  }
4193
4697
  namespace wasm {
4194
4698
  const v1: {
4195
- MsgClientImpl: typeof _325.MsgClientImpl;
4196
- createClientImpl: (rpc: import("..").TxRpc) => _325.MsgClientImpl;
4197
- QueryClientImpl: typeof _316.QueryClientImpl;
4699
+ MsgClientImpl: typeof _327.MsgClientImpl;
4700
+ createClientImpl: (rpc: import("..").TxRpc) => _327.MsgClientImpl;
4701
+ QueryClientImpl: typeof _318.QueryClientImpl;
4198
4702
  createRpcQueryExtension: (base: QueryClient) => {
4199
4703
  checksums(request?: _170.QueryChecksumsRequest): Promise<_170.QueryChecksumsResponse>;
4200
4704
  code(request: _170.QueryCodeRequest): Promise<_170.QueryCodeResponse>;
4201
4705
  };
4202
- LCDQueryClient: typeof _307.LCDQueryClient;
4706
+ LCDQueryClient: typeof _309.LCDQueryClient;
4203
4707
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
4708
+ load: (protoRegistry: Registry) => void;
4709
+ MessageComposer: {
4710
+ encoded: {
4711
+ storeCode(value: _171.MsgStoreCode): {
4712
+ typeUrl: string;
4713
+ value: Uint8Array<ArrayBufferLike>;
4714
+ };
4715
+ removeChecksum(value: _171.MsgRemoveChecksum): {
4716
+ typeUrl: string;
4717
+ value: Uint8Array<ArrayBufferLike>;
4718
+ };
4719
+ migrateContract(value: _171.MsgMigrateContract): {
4720
+ typeUrl: string;
4721
+ value: Uint8Array<ArrayBufferLike>;
4722
+ };
4723
+ };
4724
+ withTypeUrl: {
4725
+ storeCode(value: _171.MsgStoreCode): {
4726
+ typeUrl: string;
4727
+ value: _171.MsgStoreCode;
4728
+ };
4729
+ removeChecksum(value: _171.MsgRemoveChecksum): {
4730
+ typeUrl: string;
4731
+ value: _171.MsgRemoveChecksum;
4732
+ };
4733
+ migrateContract(value: _171.MsgMigrateContract): {
4734
+ typeUrl: string;
4735
+ value: _171.MsgMigrateContract;
4736
+ };
4737
+ };
4738
+ fromPartial: {
4739
+ storeCode(value: _171.MsgStoreCode): {
4740
+ typeUrl: string;
4741
+ value: _171.MsgStoreCode;
4742
+ };
4743
+ removeChecksum(value: _171.MsgRemoveChecksum): {
4744
+ typeUrl: string;
4745
+ value: _171.MsgRemoveChecksum;
4746
+ };
4747
+ migrateContract(value: _171.MsgMigrateContract): {
4748
+ typeUrl: string;
4749
+ value: _171.MsgMigrateContract;
4750
+ };
4751
+ };
4752
+ };
4204
4753
  AminoConverter: {
4205
4754
  "/ibc.lightclients.wasm.v1.MsgStoreCode": {
4206
4755
  aminoType: string;
@@ -4504,32 +5053,32 @@ export declare namespace ibc {
4504
5053
  applications: {
4505
5054
  interchain_accounts: {
4506
5055
  controller: {
4507
- v1: _317.MsgClientImpl;
5056
+ v1: _319.MsgClientImpl;
4508
5057
  };
4509
5058
  host: {
4510
- v1: _318.MsgClientImpl;
5059
+ v1: _320.MsgClientImpl;
4511
5060
  };
4512
5061
  };
4513
5062
  transfer: {
4514
- v1: _319.MsgClientImpl;
5063
+ v1: _321.MsgClientImpl;
4515
5064
  };
4516
5065
  };
4517
5066
  core: {
4518
5067
  channel: {
4519
- v1: _320.MsgClientImpl;
4520
- v2: _321.MsgClientImpl;
4521
- };
4522
- client: {
4523
5068
  v1: _322.MsgClientImpl;
4524
5069
  v2: _323.MsgClientImpl;
4525
5070
  };
4526
- connection: {
5071
+ client: {
4527
5072
  v1: _324.MsgClientImpl;
5073
+ v2: _325.MsgClientImpl;
5074
+ };
5075
+ connection: {
5076
+ v1: _326.MsgClientImpl;
4528
5077
  };
4529
5078
  };
4530
5079
  lightclients: {
4531
5080
  wasm: {
4532
- v1: _325.MsgClientImpl;
5081
+ v1: _327.MsgClientImpl;
4533
5082
  };
4534
5083
  };
4535
5084
  };
@@ -4897,32 +5446,32 @@ export declare namespace ibc {
4897
5446
  applications: {
4898
5447
  interchain_accounts: {
4899
5448
  controller: {
4900
- v1: _299.LCDQueryClient;
5449
+ v1: _301.LCDQueryClient;
4901
5450
  };
4902
5451
  host: {
4903
- v1: _300.LCDQueryClient;
5452
+ v1: _302.LCDQueryClient;
4904
5453
  };
4905
5454
  };
4906
5455
  transfer: {
4907
- v1: _301.LCDQueryClient;
5456
+ v1: _303.LCDQueryClient;
4908
5457
  };
4909
5458
  };
4910
5459
  core: {
4911
5460
  channel: {
4912
- v1: _302.LCDQueryClient;
4913
- v2: _303.LCDQueryClient;
4914
- };
4915
- client: {
4916
5461
  v1: _304.LCDQueryClient;
4917
5462
  v2: _305.LCDQueryClient;
4918
5463
  };
4919
- connection: {
5464
+ client: {
4920
5465
  v1: _306.LCDQueryClient;
5466
+ v2: _307.LCDQueryClient;
5467
+ };
5468
+ connection: {
5469
+ v1: _308.LCDQueryClient;
4921
5470
  };
4922
5471
  };
4923
5472
  lightclients: {
4924
5473
  wasm: {
4925
- v1: _307.LCDQueryClient;
5474
+ v1: _309.LCDQueryClient;
4926
5475
  };
4927
5476
  };
4928
5477
  };