juno-network 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. package/package.json +2 -2
  2. package/types/codegen/JunoSwap.client.d.ts +122 -0
  3. package/types/codegen/JunoSwap.types.d.ts +142 -0
  4. package/types/codegen/confio/proofs.d.ts +495 -0
  5. package/types/codegen/contracts.d.ts +12 -0
  6. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  7. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  8. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  9. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  10. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  11. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +32 -0
  12. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  13. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +30 -0
  14. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  15. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  16. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  17. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  18. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  19. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +57 -0
  20. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  21. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  22. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  23. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +15 -0
  24. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  25. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  26. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  27. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  28. package/types/codegen/cosmos/bundle.d.ts +25545 -0
  29. package/types/codegen/cosmos/client.d.ts +473 -0
  30. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  31. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  32. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  33. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  34. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  35. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  36. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  37. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  38. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  39. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  40. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  41. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +51 -0
  42. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  43. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  44. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  45. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +33 -0
  46. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  47. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  48. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  49. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  50. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +44 -0
  51. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  52. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  53. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  54. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +27 -0
  55. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  56. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  57. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  58. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  59. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +44 -0
  60. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  61. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  62. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  63. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +25 -0
  64. package/types/codegen/cosmos/lcd.d.ts +28 -0
  65. package/types/codegen/cosmos/rpc.query.d.ts +97 -0
  66. package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
  67. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  68. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  69. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  70. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  71. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +80 -0
  72. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  73. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  74. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  75. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  76. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +33 -0
  77. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  78. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  79. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  80. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +36 -0
  81. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  82. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  83. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  84. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +43 -0
  85. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  86. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  87. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  88. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +24 -0
  89. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  90. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  91. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  92. package/types/codegen/cosmwasm/bundle.d.ts +5227 -0
  93. package/types/codegen/cosmwasm/client.d.ts +120 -0
  94. package/types/codegen/cosmwasm/lcd.d.ts +33 -0
  95. package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
  96. package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
  97. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  98. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  99. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  100. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  101. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  102. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +48 -0
  103. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  104. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  105. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  106. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +27 -0
  107. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  108. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  109. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  110. package/types/codegen/google/bundle.d.ts +8939 -0
  111. package/types/codegen/google/protobuf/any.d.ts +237 -0
  112. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  113. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  114. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  115. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  116. package/types/codegen/helpers.d.ts +82 -0
  117. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  118. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  119. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  120. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +24 -0
  121. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  122. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  123. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  124. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  125. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  126. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  127. package/types/codegen/ibc/bundle.d.ts +21744 -0
  128. package/types/codegen/ibc/client.d.ts +559 -0
  129. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  130. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  131. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  132. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  133. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +88 -0
  134. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  135. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  136. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  137. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +42 -0
  138. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  139. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  140. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  141. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  142. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +50 -0
  143. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  144. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  145. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  146. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +21 -0
  147. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  148. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  149. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  150. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  151. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  152. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +41 -0
  153. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  154. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  155. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  156. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +24 -0
  157. package/types/codegen/ibc/lcd.d.ts +46 -0
  158. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  159. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  160. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  161. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  162. package/types/codegen/ibc/rpc.query.d.ts +148 -0
  163. package/types/codegen/ibc/rpc.tx.d.ts +44 -0
  164. package/types/codegen/ics23/bundle.d.ts +545 -0
  165. package/types/codegen/index.d.ts +18 -0
  166. package/types/codegen/juno/bundle.d.ts +723 -0
  167. package/types/codegen/juno/lcd.d.ts +31 -0
  168. package/types/codegen/juno/mint/genesis.d.ts +22 -0
  169. package/types/codegen/juno/mint/mint.d.ts +44 -0
  170. package/types/codegen/juno/mint/query.d.ts +99 -0
  171. package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
  172. package/types/codegen/juno/mint/query.rpc.query.d.ts +24 -0
  173. package/types/codegen/juno/rpc.query.d.ts +104 -0
  174. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  175. package/types/codegen/tendermint/bundle.d.ts +19673 -0
  176. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  177. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  178. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  179. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  180. package/types/codegen/tendermint/types/block.d.ts +21 -0
  181. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  182. package/types/codegen/tendermint/types/params.d.ts +181 -0
  183. package/types/codegen/tendermint/types/types.d.ts +326 -0
  184. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  185. package/types/codegen/tendermint/version/types.d.ts +48 -0
  186. package/types/index.d.ts +1 -0
@@ -0,0 +1,559 @@
1
+ import { OfflineSigner, GeneratedType, Registry } from "@cosmjs/proto-signing";
2
+ import { AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
3
+ export declare const ibcAminoConverters: {
4
+ "/ibc.core.connection.v1.MsgConnectionOpenInit": {
5
+ aminoType: string;
6
+ toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: import("./core/connection/v1/tx").MsgConnectionOpenInit) => {
7
+ client_id: string;
8
+ counterparty: {
9
+ client_id: string;
10
+ connection_id: string;
11
+ prefix: {
12
+ key_prefix: Uint8Array;
13
+ };
14
+ };
15
+ version: {
16
+ identifier: string;
17
+ features: string[];
18
+ };
19
+ delay_period: string;
20
+ signer: string;
21
+ };
22
+ fromAmino: ({ client_id, counterparty, version, delay_period, signer }: {
23
+ client_id: string;
24
+ counterparty: {
25
+ client_id: string;
26
+ connection_id: string;
27
+ prefix: {
28
+ key_prefix: Uint8Array;
29
+ };
30
+ };
31
+ version: {
32
+ identifier: string;
33
+ features: string[];
34
+ };
35
+ delay_period: string;
36
+ signer: string;
37
+ }) => import("./core/connection/v1/tx").MsgConnectionOpenInit;
38
+ };
39
+ "/ibc.core.connection.v1.MsgConnectionOpenTry": {
40
+ aminoType: string;
41
+ toAmino: ({ clientId, previousConnectionId, clientState, counterparty, delayPeriod, counterpartyVersions, proofHeight, proofInit, proofClient, proofConsensus, consensusHeight, signer }: import("./core/connection/v1/tx").MsgConnectionOpenTry) => {
42
+ client_id: string;
43
+ previous_connection_id: string;
44
+ client_state: {
45
+ type_url: string;
46
+ value: Uint8Array;
47
+ };
48
+ counterparty: {
49
+ client_id: string;
50
+ connection_id: string;
51
+ prefix: {
52
+ key_prefix: Uint8Array;
53
+ };
54
+ };
55
+ delay_period: string;
56
+ counterparty_versions: {
57
+ identifier: string;
58
+ features: string[];
59
+ }[];
60
+ proof_height: import("../helpers").AminoHeight;
61
+ proof_init: Uint8Array;
62
+ proof_client: Uint8Array;
63
+ proof_consensus: Uint8Array;
64
+ consensus_height: import("../helpers").AminoHeight;
65
+ signer: string;
66
+ };
67
+ fromAmino: ({ client_id, previous_connection_id, client_state, counterparty, delay_period, counterparty_versions, proof_height, proof_init, proof_client, proof_consensus, consensus_height, signer }: {
68
+ client_id: string;
69
+ previous_connection_id: string;
70
+ client_state: {
71
+ type_url: string;
72
+ value: Uint8Array;
73
+ };
74
+ counterparty: {
75
+ client_id: string;
76
+ connection_id: string;
77
+ prefix: {
78
+ key_prefix: Uint8Array;
79
+ };
80
+ };
81
+ delay_period: string;
82
+ counterparty_versions: {
83
+ identifier: string;
84
+ features: string[];
85
+ }[];
86
+ proof_height: import("../helpers").AminoHeight;
87
+ proof_init: Uint8Array;
88
+ proof_client: Uint8Array;
89
+ proof_consensus: Uint8Array;
90
+ consensus_height: import("../helpers").AminoHeight;
91
+ signer: string;
92
+ }) => import("./core/connection/v1/tx").MsgConnectionOpenTry;
93
+ };
94
+ "/ibc.core.connection.v1.MsgConnectionOpenAck": {
95
+ aminoType: string;
96
+ toAmino: ({ connectionId, counterpartyConnectionId, version, clientState, proofHeight, proofTry, proofClient, proofConsensus, consensusHeight, signer }: import("./core/connection/v1/tx").MsgConnectionOpenAck) => {
97
+ connection_id: string;
98
+ counterparty_connection_id: string;
99
+ version: {
100
+ identifier: string;
101
+ features: string[];
102
+ };
103
+ client_state: {
104
+ type_url: string;
105
+ value: Uint8Array;
106
+ };
107
+ proof_height: import("../helpers").AminoHeight;
108
+ proof_try: Uint8Array;
109
+ proof_client: Uint8Array;
110
+ proof_consensus: Uint8Array;
111
+ consensus_height: import("../helpers").AminoHeight;
112
+ signer: string;
113
+ };
114
+ fromAmino: ({ connection_id, counterparty_connection_id, version, client_state, proof_height, proof_try, proof_client, proof_consensus, consensus_height, signer }: {
115
+ connection_id: string;
116
+ counterparty_connection_id: string;
117
+ version: {
118
+ identifier: string;
119
+ features: string[];
120
+ };
121
+ client_state: {
122
+ type_url: string;
123
+ value: Uint8Array;
124
+ };
125
+ proof_height: import("../helpers").AminoHeight;
126
+ proof_try: Uint8Array;
127
+ proof_client: Uint8Array;
128
+ proof_consensus: Uint8Array;
129
+ consensus_height: import("../helpers").AminoHeight;
130
+ signer: string;
131
+ }) => import("./core/connection/v1/tx").MsgConnectionOpenAck;
132
+ };
133
+ "/ibc.core.connection.v1.MsgConnectionOpenConfirm": {
134
+ aminoType: string;
135
+ toAmino: ({ connectionId, proofAck, proofHeight, signer }: import("./core/connection/v1/tx").MsgConnectionOpenConfirm) => {
136
+ connection_id: string;
137
+ proof_ack: Uint8Array;
138
+ proof_height: import("../helpers").AminoHeight;
139
+ signer: string;
140
+ };
141
+ fromAmino: ({ connection_id, proof_ack, proof_height, signer }: {
142
+ connection_id: string;
143
+ proof_ack: Uint8Array;
144
+ proof_height: import("../helpers").AminoHeight;
145
+ signer: string;
146
+ }) => import("./core/connection/v1/tx").MsgConnectionOpenConfirm;
147
+ };
148
+ "/ibc.core.client.v1.MsgCreateClient": {
149
+ aminoType: string;
150
+ toAmino: ({ clientState, consensusState, signer }: import("./core/client/v1/tx").MsgCreateClient) => {
151
+ client_state: {
152
+ type_url: string;
153
+ value: Uint8Array;
154
+ };
155
+ consensus_state: {
156
+ type_url: string;
157
+ value: Uint8Array;
158
+ };
159
+ signer: string;
160
+ };
161
+ fromAmino: ({ client_state, consensus_state, signer }: {
162
+ client_state: {
163
+ type_url: string;
164
+ value: Uint8Array;
165
+ };
166
+ consensus_state: {
167
+ type_url: string;
168
+ value: Uint8Array;
169
+ };
170
+ signer: string;
171
+ }) => import("./core/client/v1/tx").MsgCreateClient;
172
+ };
173
+ "/ibc.core.client.v1.MsgUpdateClient": {
174
+ aminoType: string;
175
+ toAmino: ({ clientId, header, signer }: import("./core/client/v1/tx").MsgUpdateClient) => {
176
+ client_id: string;
177
+ header: {
178
+ type_url: string;
179
+ value: Uint8Array;
180
+ };
181
+ signer: string;
182
+ };
183
+ fromAmino: ({ client_id, header, signer }: {
184
+ client_id: string;
185
+ header: {
186
+ type_url: string;
187
+ value: Uint8Array;
188
+ };
189
+ signer: string;
190
+ }) => import("./core/client/v1/tx").MsgUpdateClient;
191
+ };
192
+ "/ibc.core.client.v1.MsgUpgradeClient": {
193
+ aminoType: string;
194
+ toAmino: ({ clientId, clientState, consensusState, proofUpgradeClient, proofUpgradeConsensusState, signer }: import("./core/client/v1/tx").MsgUpgradeClient) => {
195
+ client_id: string;
196
+ client_state: {
197
+ type_url: string;
198
+ value: Uint8Array;
199
+ };
200
+ consensus_state: {
201
+ type_url: string;
202
+ value: Uint8Array;
203
+ };
204
+ proof_upgrade_client: Uint8Array;
205
+ proof_upgrade_consensus_state: Uint8Array;
206
+ signer: string;
207
+ };
208
+ fromAmino: ({ client_id, client_state, consensus_state, proof_upgrade_client, proof_upgrade_consensus_state, signer }: {
209
+ client_id: string;
210
+ client_state: {
211
+ type_url: string;
212
+ value: Uint8Array;
213
+ };
214
+ consensus_state: {
215
+ type_url: string;
216
+ value: Uint8Array;
217
+ };
218
+ proof_upgrade_client: Uint8Array;
219
+ proof_upgrade_consensus_state: Uint8Array;
220
+ signer: string;
221
+ }) => import("./core/client/v1/tx").MsgUpgradeClient;
222
+ };
223
+ "/ibc.core.client.v1.MsgSubmitMisbehaviour": {
224
+ aminoType: string;
225
+ toAmino: ({ clientId, misbehaviour, signer }: import("./core/client/v1/tx").MsgSubmitMisbehaviour) => {
226
+ client_id: string;
227
+ misbehaviour: {
228
+ type_url: string;
229
+ value: Uint8Array;
230
+ };
231
+ signer: string;
232
+ };
233
+ fromAmino: ({ client_id, misbehaviour, signer }: {
234
+ client_id: string;
235
+ misbehaviour: {
236
+ type_url: string;
237
+ value: Uint8Array;
238
+ };
239
+ signer: string;
240
+ }) => import("./core/client/v1/tx").MsgSubmitMisbehaviour;
241
+ };
242
+ "/ibc.core.channel.v1.MsgChannelOpenInit": {
243
+ aminoType: string;
244
+ toAmino: ({ portId, channel, signer }: import("./core/channel/v1/tx").MsgChannelOpenInit) => {
245
+ port_id: string;
246
+ channel: {
247
+ state: number;
248
+ ordering: number;
249
+ counterparty: {
250
+ port_id: string;
251
+ channel_id: string;
252
+ };
253
+ connection_hops: string[];
254
+ version: string;
255
+ };
256
+ signer: string;
257
+ };
258
+ fromAmino: ({ port_id, channel, signer }: {
259
+ port_id: string;
260
+ channel: {
261
+ state: number;
262
+ ordering: number;
263
+ counterparty: {
264
+ port_id: string;
265
+ channel_id: string;
266
+ };
267
+ connection_hops: string[];
268
+ version: string;
269
+ };
270
+ signer: string;
271
+ }) => import("./core/channel/v1/tx").MsgChannelOpenInit;
272
+ };
273
+ "/ibc.core.channel.v1.MsgChannelOpenTry": {
274
+ aminoType: string;
275
+ toAmino: ({ portId, previousChannelId, channel, counterpartyVersion, proofInit, proofHeight, signer }: import("./core/channel/v1/tx").MsgChannelOpenTry) => {
276
+ port_id: string;
277
+ previous_channel_id: string;
278
+ channel: {
279
+ state: number;
280
+ ordering: number;
281
+ counterparty: {
282
+ port_id: string;
283
+ channel_id: string;
284
+ };
285
+ connection_hops: string[];
286
+ version: string;
287
+ };
288
+ counterparty_version: string;
289
+ proof_init: Uint8Array;
290
+ proof_height: import("../helpers").AminoHeight;
291
+ signer: string;
292
+ };
293
+ fromAmino: ({ port_id, previous_channel_id, channel, counterparty_version, proof_init, proof_height, signer }: {
294
+ port_id: string;
295
+ previous_channel_id: string;
296
+ channel: {
297
+ state: number;
298
+ ordering: number;
299
+ counterparty: {
300
+ port_id: string;
301
+ channel_id: string;
302
+ };
303
+ connection_hops: string[];
304
+ version: string;
305
+ };
306
+ counterparty_version: string;
307
+ proof_init: Uint8Array;
308
+ proof_height: import("../helpers").AminoHeight;
309
+ signer: string;
310
+ }) => import("./core/channel/v1/tx").MsgChannelOpenTry;
311
+ };
312
+ "/ibc.core.channel.v1.MsgChannelOpenAck": {
313
+ aminoType: string;
314
+ toAmino: ({ portId, channelId, counterpartyChannelId, counterpartyVersion, proofTry, proofHeight, signer }: import("./core/channel/v1/tx").MsgChannelOpenAck) => {
315
+ port_id: string;
316
+ channel_id: string;
317
+ counterparty_channel_id: string;
318
+ counterparty_version: string;
319
+ proof_try: Uint8Array;
320
+ proof_height: import("../helpers").AminoHeight;
321
+ signer: string;
322
+ };
323
+ fromAmino: ({ port_id, channel_id, counterparty_channel_id, counterparty_version, proof_try, proof_height, signer }: {
324
+ port_id: string;
325
+ channel_id: string;
326
+ counterparty_channel_id: string;
327
+ counterparty_version: string;
328
+ proof_try: Uint8Array;
329
+ proof_height: import("../helpers").AminoHeight;
330
+ signer: string;
331
+ }) => import("./core/channel/v1/tx").MsgChannelOpenAck;
332
+ };
333
+ "/ibc.core.channel.v1.MsgChannelOpenConfirm": {
334
+ aminoType: string;
335
+ toAmino: ({ portId, channelId, proofAck, proofHeight, signer }: import("./core/channel/v1/tx").MsgChannelOpenConfirm) => {
336
+ port_id: string;
337
+ channel_id: string;
338
+ proof_ack: Uint8Array;
339
+ proof_height: import("../helpers").AminoHeight;
340
+ signer: string;
341
+ };
342
+ fromAmino: ({ port_id, channel_id, proof_ack, proof_height, signer }: {
343
+ port_id: string;
344
+ channel_id: string;
345
+ proof_ack: Uint8Array;
346
+ proof_height: import("../helpers").AminoHeight;
347
+ signer: string;
348
+ }) => import("./core/channel/v1/tx").MsgChannelOpenConfirm;
349
+ };
350
+ "/ibc.core.channel.v1.MsgChannelCloseInit": {
351
+ aminoType: string;
352
+ toAmino: ({ portId, channelId, signer }: import("./core/channel/v1/tx").MsgChannelCloseInit) => {
353
+ port_id: string;
354
+ channel_id: string;
355
+ signer: string;
356
+ };
357
+ fromAmino: ({ port_id, channel_id, signer }: {
358
+ port_id: string;
359
+ channel_id: string;
360
+ signer: string;
361
+ }) => import("./core/channel/v1/tx").MsgChannelCloseInit;
362
+ };
363
+ "/ibc.core.channel.v1.MsgChannelCloseConfirm": {
364
+ aminoType: string;
365
+ toAmino: ({ portId, channelId, proofInit, proofHeight, signer }: import("./core/channel/v1/tx").MsgChannelCloseConfirm) => {
366
+ port_id: string;
367
+ channel_id: string;
368
+ proof_init: Uint8Array;
369
+ proof_height: import("../helpers").AminoHeight;
370
+ signer: string;
371
+ };
372
+ fromAmino: ({ port_id, channel_id, proof_init, proof_height, signer }: {
373
+ port_id: string;
374
+ channel_id: string;
375
+ proof_init: Uint8Array;
376
+ proof_height: import("../helpers").AminoHeight;
377
+ signer: string;
378
+ }) => import("./core/channel/v1/tx").MsgChannelCloseConfirm;
379
+ };
380
+ "/ibc.core.channel.v1.MsgRecvPacket": {
381
+ aminoType: string;
382
+ toAmino: ({ packet, proofCommitment, proofHeight, signer }: import("./core/channel/v1/tx").MsgRecvPacket) => {
383
+ packet: {
384
+ sequence: string;
385
+ source_port: string;
386
+ source_channel: string;
387
+ destination_port: string;
388
+ destination_channel: string;
389
+ data: Uint8Array;
390
+ timeout_height: import("../helpers").AminoHeight;
391
+ timeout_timestamp: string;
392
+ };
393
+ proof_commitment: Uint8Array;
394
+ proof_height: import("../helpers").AminoHeight;
395
+ signer: string;
396
+ };
397
+ fromAmino: ({ packet, proof_commitment, proof_height, signer }: {
398
+ packet: {
399
+ sequence: string;
400
+ source_port: string;
401
+ source_channel: string;
402
+ destination_port: string;
403
+ destination_channel: string;
404
+ data: Uint8Array;
405
+ timeout_height: import("../helpers").AminoHeight;
406
+ timeout_timestamp: string;
407
+ };
408
+ proof_commitment: Uint8Array;
409
+ proof_height: import("../helpers").AminoHeight;
410
+ signer: string;
411
+ }) => import("./core/channel/v1/tx").MsgRecvPacket;
412
+ };
413
+ "/ibc.core.channel.v1.MsgTimeout": {
414
+ aminoType: string;
415
+ toAmino: ({ packet, proofUnreceived, proofHeight, nextSequenceRecv, signer }: import("./core/channel/v1/tx").MsgTimeout) => {
416
+ packet: {
417
+ sequence: string;
418
+ source_port: string;
419
+ source_channel: string;
420
+ destination_port: string;
421
+ destination_channel: string;
422
+ data: Uint8Array;
423
+ timeout_height: import("../helpers").AminoHeight;
424
+ timeout_timestamp: string;
425
+ };
426
+ proof_unreceived: Uint8Array;
427
+ proof_height: import("../helpers").AminoHeight;
428
+ next_sequence_recv: string;
429
+ signer: string;
430
+ };
431
+ fromAmino: ({ packet, proof_unreceived, proof_height, next_sequence_recv, signer }: {
432
+ packet: {
433
+ sequence: string;
434
+ source_port: string;
435
+ source_channel: string;
436
+ destination_port: string;
437
+ destination_channel: string;
438
+ data: Uint8Array;
439
+ timeout_height: import("../helpers").AminoHeight;
440
+ timeout_timestamp: string;
441
+ };
442
+ proof_unreceived: Uint8Array;
443
+ proof_height: import("../helpers").AminoHeight;
444
+ next_sequence_recv: string;
445
+ signer: string;
446
+ }) => import("./core/channel/v1/tx").MsgTimeout;
447
+ };
448
+ "/ibc.core.channel.v1.MsgTimeoutOnClose": {
449
+ aminoType: string;
450
+ toAmino: ({ packet, proofUnreceived, proofClose, proofHeight, nextSequenceRecv, signer }: import("./core/channel/v1/tx").MsgTimeoutOnClose) => {
451
+ packet: {
452
+ sequence: string;
453
+ source_port: string;
454
+ source_channel: string;
455
+ destination_port: string;
456
+ destination_channel: string;
457
+ data: Uint8Array;
458
+ timeout_height: import("../helpers").AminoHeight;
459
+ timeout_timestamp: string;
460
+ };
461
+ proof_unreceived: Uint8Array;
462
+ proof_close: Uint8Array;
463
+ proof_height: import("../helpers").AminoHeight;
464
+ next_sequence_recv: string;
465
+ signer: string;
466
+ };
467
+ fromAmino: ({ packet, proof_unreceived, proof_close, proof_height, next_sequence_recv, signer }: {
468
+ packet: {
469
+ sequence: string;
470
+ source_port: string;
471
+ source_channel: string;
472
+ destination_port: string;
473
+ destination_channel: string;
474
+ data: Uint8Array;
475
+ timeout_height: import("../helpers").AminoHeight;
476
+ timeout_timestamp: string;
477
+ };
478
+ proof_unreceived: Uint8Array;
479
+ proof_close: Uint8Array;
480
+ proof_height: import("../helpers").AminoHeight;
481
+ next_sequence_recv: string;
482
+ signer: string;
483
+ }) => import("./core/channel/v1/tx").MsgTimeoutOnClose;
484
+ };
485
+ "/ibc.core.channel.v1.MsgAcknowledgement": {
486
+ aminoType: string;
487
+ toAmino: ({ packet, acknowledgement, proofAcked, proofHeight, signer }: import("./core/channel/v1/tx").MsgAcknowledgement) => {
488
+ packet: {
489
+ sequence: string;
490
+ source_port: string;
491
+ source_channel: string;
492
+ destination_port: string;
493
+ destination_channel: string;
494
+ data: Uint8Array;
495
+ timeout_height: import("../helpers").AminoHeight;
496
+ timeout_timestamp: string;
497
+ };
498
+ acknowledgement: Uint8Array;
499
+ proof_acked: Uint8Array;
500
+ proof_height: import("../helpers").AminoHeight;
501
+ signer: string;
502
+ };
503
+ fromAmino: ({ packet, acknowledgement, proof_acked, proof_height, signer }: {
504
+ packet: {
505
+ sequence: string;
506
+ source_port: string;
507
+ source_channel: string;
508
+ destination_port: string;
509
+ destination_channel: string;
510
+ data: Uint8Array;
511
+ timeout_height: import("../helpers").AminoHeight;
512
+ timeout_timestamp: string;
513
+ };
514
+ acknowledgement: Uint8Array;
515
+ proof_acked: Uint8Array;
516
+ proof_height: import("../helpers").AminoHeight;
517
+ signer: string;
518
+ }) => import("./core/channel/v1/tx").MsgAcknowledgement;
519
+ };
520
+ "/ibc.applications.transfer.v1.MsgTransfer": {
521
+ aminoType: string;
522
+ toAmino: ({ sourcePort, sourceChannel, token, sender, receiver, timeoutHeight, timeoutTimestamp }: import("./applications/transfer/v1/tx").MsgTransfer) => {
523
+ source_port: string;
524
+ source_channel: string;
525
+ token: {
526
+ denom: string;
527
+ amount: string;
528
+ };
529
+ sender: string;
530
+ receiver: string;
531
+ timeout_height: import("../helpers").AminoHeight;
532
+ timeout_timestamp: string;
533
+ };
534
+ fromAmino: ({ source_port, source_channel, token, sender, receiver, timeout_height, timeout_timestamp }: {
535
+ source_port: string;
536
+ source_channel: string;
537
+ token: {
538
+ denom: string;
539
+ amount: string;
540
+ };
541
+ sender: string;
542
+ receiver: string;
543
+ timeout_height: import("../helpers").AminoHeight;
544
+ timeout_timestamp: string;
545
+ }) => import("./applications/transfer/v1/tx").MsgTransfer;
546
+ };
547
+ };
548
+ export declare const ibcProtoRegistry: ReadonlyArray<[string, GeneratedType]>;
549
+ export declare const getSigningIbcClientOptions: ({ defaultTypes }?: {
550
+ defaultTypes?: ReadonlyArray<[string, GeneratedType]>;
551
+ }) => {
552
+ registry: Registry;
553
+ aminoTypes: AminoTypes;
554
+ };
555
+ export declare const getSigningIbcClient: ({ rpcEndpoint, signer, defaultTypes }: {
556
+ rpcEndpoint: string;
557
+ signer: OfflineSigner;
558
+ defaultTypes?: ReadonlyArray<[string, GeneratedType]>;
559
+ }) => Promise<SigningStargateClient>;