carbon-js-sdk 0.2.17 → 0.2.18-dev.0

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 (296) hide show
  1. package/lib/CarbonSDK.d.ts +13 -1
  2. package/lib/CarbonSDK.js +31 -2
  3. package/lib/clients/CarbonQueryClient.js +2 -2
  4. package/lib/clients/ETHClient.d.ts +1 -1
  5. package/lib/clients/ETHClient.js +15 -15
  6. package/lib/clients/HydrogenClient.js +1 -1
  7. package/lib/clients/N3Client.js +3 -2
  8. package/lib/clients/NEOClient.d.ts +1 -1
  9. package/lib/clients/NEOClient.js +7 -7
  10. package/lib/clients/TokenClient.d.ts +5 -0
  11. package/lib/clients/TokenClient.js +38 -10
  12. package/lib/clients/ZILClient.d.ts +1 -1
  13. package/lib/clients/ZILClient.js +16 -16
  14. package/lib/codec/book/genesis.d.ts +1 -1
  15. package/lib/codec/book/genesis.js +1 -1
  16. package/lib/codec/book/query.d.ts +1 -1
  17. package/lib/codec/book/query.js +1 -1
  18. package/lib/codec/broker/genesis.d.ts +1 -1
  19. package/lib/codec/broker/genesis.js +1 -1
  20. package/lib/codec/broker/query.d.ts +3 -3
  21. package/lib/codec/broker/query.js +3 -3
  22. package/lib/codec/btcx/denom_cross_chain_info.d.ts +1 -1
  23. package/lib/codec/btcx/denom_cross_chain_info.js +1 -1
  24. package/lib/codec/btcx/query.d.ts +1 -1
  25. package/lib/codec/btcx/query.js +1 -1
  26. package/lib/codec/ccm/genesis.d.ts +1 -1
  27. package/lib/codec/ccm/genesis.js +1 -1
  28. package/lib/codec/cdp/event.d.ts +389 -22
  29. package/lib/codec/cdp/event.js +2494 -83
  30. package/lib/codec/cdp/genesis.d.ts +97 -4
  31. package/lib/codec/cdp/genesis.js +648 -23
  32. package/lib/codec/cdp/query.d.ts +439 -89
  33. package/lib/codec/cdp/query.js +1995 -177
  34. package/lib/codec/cdp/tx.d.ts +760 -96
  35. package/lib/codec/cdp/tx.js +3645 -235
  36. package/lib/codec/coin/event.d.ts +1 -1
  37. package/lib/codec/coin/event.js +1 -1
  38. package/lib/codec/coin/genesis.d.ts +2 -2
  39. package/lib/codec/coin/genesis.js +2 -2
  40. package/lib/codec/coin/proposal.d.ts +1 -1
  41. package/lib/codec/coin/proposal.js +1 -1
  42. package/lib/codec/coin/query.d.ts +2 -2
  43. package/lib/codec/coin/query.js +2 -2
  44. package/lib/codec/coin/tx.d.ts +1 -1
  45. package/lib/codec/coin/tx.js +1 -1
  46. package/lib/codec/cosmos/auth/v1beta1/genesis.d.ts +1 -1
  47. package/lib/codec/cosmos/auth/v1beta1/genesis.js +1 -1
  48. package/lib/codec/cosmos/auth/v1beta1/query.d.ts +2 -2
  49. package/lib/codec/cosmos/auth/v1beta1/query.js +2 -2
  50. package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +1 -1
  51. package/lib/codec/cosmos/authz/v1beta1/genesis.js +1 -1
  52. package/lib/codec/cosmos/authz/v1beta1/query.d.ts +2 -2
  53. package/lib/codec/cosmos/authz/v1beta1/query.js +2 -2
  54. package/lib/codec/cosmos/authz/v1beta1/tx.d.ts +1 -1
  55. package/lib/codec/cosmos/authz/v1beta1/tx.js +1 -1
  56. package/lib/codec/cosmos/bank/v1beta1/authz.d.ts +1 -1
  57. package/lib/codec/cosmos/bank/v1beta1/authz.js +1 -1
  58. package/lib/codec/cosmos/bank/v1beta1/bank.d.ts +1 -1
  59. package/lib/codec/cosmos/bank/v1beta1/bank.js +1 -1
  60. package/lib/codec/cosmos/bank/v1beta1/genesis.d.ts +2 -2
  61. package/lib/codec/cosmos/bank/v1beta1/genesis.js +2 -2
  62. package/lib/codec/cosmos/bank/v1beta1/query.d.ts +3 -3
  63. package/lib/codec/cosmos/bank/v1beta1/query.js +3 -3
  64. package/lib/codec/cosmos/bank/v1beta1/tx.d.ts +2 -2
  65. package/lib/codec/cosmos/bank/v1beta1/tx.js +2 -2
  66. package/lib/codec/cosmos/base/tendermint/v1beta1/query.d.ts +1 -1
  67. package/lib/codec/cosmos/base/tendermint/v1beta1/query.js +1 -1
  68. package/lib/codec/cosmos/capability/v1beta1/genesis.d.ts +1 -1
  69. package/lib/codec/cosmos/capability/v1beta1/genesis.js +1 -1
  70. package/lib/codec/cosmos/crisis/v1beta1/genesis.d.ts +1 -1
  71. package/lib/codec/cosmos/crisis/v1beta1/genesis.js +1 -1
  72. package/lib/codec/cosmos/distribution/v1beta1/distribution.d.ts +1 -1
  73. package/lib/codec/cosmos/distribution/v1beta1/distribution.js +1 -1
  74. package/lib/codec/cosmos/distribution/v1beta1/genesis.d.ts +2 -2
  75. package/lib/codec/cosmos/distribution/v1beta1/genesis.js +2 -2
  76. package/lib/codec/cosmos/distribution/v1beta1/query.d.ts +3 -3
  77. package/lib/codec/cosmos/distribution/v1beta1/query.js +3 -3
  78. package/lib/codec/cosmos/distribution/v1beta1/tx.d.ts +1 -1
  79. package/lib/codec/cosmos/distribution/v1beta1/tx.js +1 -1
  80. package/lib/codec/cosmos/evidence/v1beta1/query.d.ts +1 -1
  81. package/lib/codec/cosmos/evidence/v1beta1/query.js +1 -1
  82. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.d.ts +1 -1
  83. package/lib/codec/cosmos/feegrant/v1beta1/feegrant.js +1 -1
  84. package/lib/codec/cosmos/feegrant/v1beta1/genesis.d.ts +1 -1
  85. package/lib/codec/cosmos/feegrant/v1beta1/genesis.js +1 -1
  86. package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +2 -2
  87. package/lib/codec/cosmos/feegrant/v1beta1/query.js +2 -2
  88. package/lib/codec/cosmos/gov/v1beta1/genesis.d.ts +1 -1
  89. package/lib/codec/cosmos/gov/v1beta1/genesis.js +1 -1
  90. package/lib/codec/cosmos/gov/v1beta1/gov.d.ts +1 -1
  91. package/lib/codec/cosmos/gov/v1beta1/gov.js +1 -1
  92. package/lib/codec/cosmos/gov/v1beta1/query.d.ts +2 -2
  93. package/lib/codec/cosmos/gov/v1beta1/query.js +4 -4
  94. package/lib/codec/cosmos/gov/v1beta1/tx.d.ts +2 -2
  95. package/lib/codec/cosmos/gov/v1beta1/tx.js +4 -4
  96. package/lib/codec/cosmos/mint/v1beta1/genesis.d.ts +1 -1
  97. package/lib/codec/cosmos/mint/v1beta1/genesis.js +1 -1
  98. package/lib/codec/cosmos/mint/v1beta1/query.d.ts +1 -1
  99. package/lib/codec/cosmos/mint/v1beta1/query.js +1 -1
  100. package/lib/codec/cosmos/params/v1beta1/query.d.ts +1 -1
  101. package/lib/codec/cosmos/params/v1beta1/query.js +1 -1
  102. package/lib/codec/cosmos/slashing/v1beta1/genesis.d.ts +1 -1
  103. package/lib/codec/cosmos/slashing/v1beta1/genesis.js +1 -1
  104. package/lib/codec/cosmos/slashing/v1beta1/query.d.ts +2 -2
  105. package/lib/codec/cosmos/slashing/v1beta1/query.js +2 -2
  106. package/lib/codec/cosmos/staking/v1beta1/authz.d.ts +1 -1
  107. package/lib/codec/cosmos/staking/v1beta1/authz.js +1 -1
  108. package/lib/codec/cosmos/staking/v1beta1/genesis.d.ts +1 -1
  109. package/lib/codec/cosmos/staking/v1beta1/genesis.js +1 -1
  110. package/lib/codec/cosmos/staking/v1beta1/query.d.ts +2 -2
  111. package/lib/codec/cosmos/staking/v1beta1/query.js +2 -2
  112. package/lib/codec/cosmos/staking/v1beta1/staking.d.ts +1 -1
  113. package/lib/codec/cosmos/staking/v1beta1/staking.js +1 -1
  114. package/lib/codec/cosmos/staking/v1beta1/tx.d.ts +2 -2
  115. package/lib/codec/cosmos/staking/v1beta1/tx.js +2 -2
  116. package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +1 -1
  117. package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +1 -1
  118. package/lib/codec/cosmos/tx/v1beta1/service.d.ts +3 -3
  119. package/lib/codec/cosmos/tx/v1beta1/service.js +3 -3
  120. package/lib/codec/cosmos/tx/v1beta1/tx.d.ts +3 -3
  121. package/lib/codec/cosmos/tx/v1beta1/tx.js +5 -5
  122. package/lib/codec/cosmos/upgrade/v1beta1/query.d.ts +1 -1
  123. package/lib/codec/cosmos/upgrade/v1beta1/query.js +1 -1
  124. package/lib/codec/cosmos/vesting/v1beta1/tx.d.ts +1 -1
  125. package/lib/codec/cosmos/vesting/v1beta1/tx.js +1 -1
  126. package/lib/codec/cosmos/vesting/v1beta1/vesting.d.ts +2 -2
  127. package/lib/codec/cosmos/vesting/v1beta1/vesting.js +2 -2
  128. package/lib/codec/fee/genesis.d.ts +1 -1
  129. package/lib/codec/fee/genesis.js +1 -1
  130. package/lib/codec/fee/proposal.d.ts +1 -1
  131. package/lib/codec/fee/proposal.js +1 -1
  132. package/lib/codec/fee/query.d.ts +1 -1
  133. package/lib/codec/fee/query.js +1 -1
  134. package/lib/codec/fee/tx.d.ts +1 -1
  135. package/lib/codec/fee/tx.js +1 -1
  136. package/lib/codec/headersync/genesis.d.ts +1 -1
  137. package/lib/codec/headersync/genesis.js +1 -1
  138. package/lib/codec/headersync/query.d.ts +1 -1
  139. package/lib/codec/headersync/query.js +1 -1
  140. package/lib/codec/index.d.ts +89 -18
  141. package/lib/codec/index.js +463 -180
  142. package/lib/codec/inflation/genesis.d.ts +1 -1
  143. package/lib/codec/inflation/genesis.js +1 -1
  144. package/lib/codec/inflation/query.d.ts +1 -1
  145. package/lib/codec/inflation/query.js +1 -1
  146. package/lib/codec/insurance/genesis.d.ts +1 -1
  147. package/lib/codec/insurance/genesis.js +1 -1
  148. package/lib/codec/leverage/genesis.d.ts +1 -1
  149. package/lib/codec/leverage/genesis.js +1 -1
  150. package/lib/codec/leverage/query.d.ts +1 -1
  151. package/lib/codec/leverage/query.js +1 -1
  152. package/lib/codec/liquidation/genesis.d.ts +1 -1
  153. package/lib/codec/liquidation/genesis.js +1 -1
  154. package/lib/codec/liquidation/query.d.ts +1 -1
  155. package/lib/codec/liquidation/query.js +1 -1
  156. package/lib/codec/liquidation/quote_changes.d.ts +1 -1
  157. package/lib/codec/liquidation/quote_changes.js +1 -1
  158. package/lib/codec/liquiditypool/event.d.ts +2 -2
  159. package/lib/codec/liquiditypool/event.js +2 -2
  160. package/lib/codec/liquiditypool/genesis.d.ts +2 -2
  161. package/lib/codec/liquiditypool/genesis.js +2 -2
  162. package/lib/codec/liquiditypool/liquiditypool.d.ts +3 -0
  163. package/lib/codec/liquiditypool/liquiditypool.js +44 -1
  164. package/lib/codec/liquiditypool/proposal.d.ts +1 -1
  165. package/lib/codec/liquiditypool/proposal.js +1 -1
  166. package/lib/codec/liquiditypool/query.d.ts +39 -2
  167. package/lib/codec/liquiditypool/query.js +195 -3
  168. package/lib/codec/liquiditypool/tx.d.ts +3 -1
  169. package/lib/codec/liquiditypool/tx.js +35 -1
  170. package/lib/codec/lockproxy/genesis.d.ts +1 -1
  171. package/lib/codec/lockproxy/genesis.js +1 -1
  172. package/lib/codec/lockproxy/query.d.ts +1 -1
  173. package/lib/codec/lockproxy/query.js +1 -1
  174. package/lib/codec/market/event.d.ts +1 -1
  175. package/lib/codec/market/event.js +1 -1
  176. package/lib/codec/market/genesis.d.ts +1 -1
  177. package/lib/codec/market/genesis.js +1 -1
  178. package/lib/codec/market/proposal.d.ts +1 -1
  179. package/lib/codec/market/proposal.js +1 -1
  180. package/lib/codec/market/query.d.ts +1 -1
  181. package/lib/codec/market/query.js +1 -1
  182. package/lib/codec/market/tx.d.ts +1 -1
  183. package/lib/codec/market/tx.js +1 -1
  184. package/lib/codec/marketstats/genesis.d.ts +1 -1
  185. package/lib/codec/marketstats/genesis.js +1 -1
  186. package/lib/codec/marketstats/query.d.ts +2 -2
  187. package/lib/codec/marketstats/query.js +2 -2
  188. package/lib/codec/misc/message.d.ts +1 -1
  189. package/lib/codec/misc/message.js +1 -1
  190. package/lib/codec/misc/query.d.ts +3 -3
  191. package/lib/codec/misc/query.js +3 -3
  192. package/lib/codec/misc/transaction.d.ts +1 -1
  193. package/lib/codec/misc/transaction.js +1 -1
  194. package/lib/codec/oracle/event.d.ts +1 -1
  195. package/lib/codec/oracle/event.js +1 -1
  196. package/lib/codec/oracle/genesis.d.ts +4 -1
  197. package/lib/codec/oracle/genesis.js +34 -3
  198. package/lib/codec/oracle/proposal.d.ts +1 -1
  199. package/lib/codec/oracle/proposal.js +1 -1
  200. package/lib/codec/oracle/query.d.ts +2 -2
  201. package/lib/codec/oracle/query.js +2 -2
  202. package/lib/codec/order/event.d.ts +1 -1
  203. package/lib/codec/order/event.js +1 -1
  204. package/lib/codec/order/genesis.d.ts +1 -1
  205. package/lib/codec/order/genesis.js +1 -1
  206. package/lib/codec/order/query.d.ts +1 -1
  207. package/lib/codec/order/query.js +1 -1
  208. package/lib/codec/position/event.d.ts +1 -1
  209. package/lib/codec/position/event.js +1 -1
  210. package/lib/codec/position/genesis.d.ts +1 -1
  211. package/lib/codec/position/genesis.js +1 -1
  212. package/lib/codec/position/query.d.ts +1 -1
  213. package/lib/codec/position/query.js +1 -1
  214. package/lib/codec/pricing/event.d.ts +56 -1
  215. package/lib/codec/pricing/event.js +298 -2
  216. package/lib/codec/pricing/genesis.d.ts +2 -1
  217. package/lib/codec/pricing/genesis.js +20 -5
  218. package/lib/codec/pricing/pricing.d.ts +14 -0
  219. package/lib/codec/pricing/pricing.js +103 -1
  220. package/lib/codec/pricing/query.d.ts +68 -1
  221. package/lib/codec/pricing/query.js +321 -2
  222. package/lib/codec/pricing/tx.d.ts +96 -0
  223. package/lib/codec/pricing/tx.js +399 -1
  224. package/lib/codec/profile/event.d.ts +1 -1
  225. package/lib/codec/profile/event.js +1 -1
  226. package/lib/codec/profile/genesis.d.ts +1 -1
  227. package/lib/codec/profile/genesis.js +1 -1
  228. package/lib/codec/profile/query.d.ts +1 -1
  229. package/lib/codec/profile/query.js +1 -1
  230. package/lib/codec/subaccount/genesis.d.ts +1 -1
  231. package/lib/codec/subaccount/genesis.js +1 -1
  232. package/lib/codec/subaccount/query.d.ts +1 -1
  233. package/lib/codec/subaccount/query.js +1 -1
  234. package/lib/codec/tendermint/abci/types.d.ts +4 -4
  235. package/lib/codec/tendermint/abci/types.js +4 -4
  236. package/lib/codec/tendermint/types/block.d.ts +2 -2
  237. package/lib/codec/tendermint/types/block.js +2 -2
  238. package/lib/codec/tendermint/types/evidence.d.ts +2 -2
  239. package/lib/codec/tendermint/types/evidence.js +2 -2
  240. package/lib/codec/tendermint/types/types.d.ts +3 -3
  241. package/lib/codec/tendermint/types/types.js +3 -3
  242. package/lib/codec/tendermint/types/validator.d.ts +1 -1
  243. package/lib/codec/tendermint/types/validator.js +1 -1
  244. package/lib/constant/generic.js +1 -1
  245. package/lib/constant/token.d.ts +4 -0
  246. package/lib/constant/token.js +5 -1
  247. package/lib/modules/admin.d.ts +114 -7
  248. package/lib/modules/admin.js +275 -53
  249. package/lib/modules/cdp.d.ts +152 -13
  250. package/lib/modules/cdp.js +800 -20
  251. package/lib/modules/gov.js +14 -14
  252. package/lib/modules/liquiditypool.d.ts +3 -0
  253. package/lib/modules/liquiditypool.js +3 -1
  254. package/lib/provider/account/EthLedgerAccount/EthLedgerAccount.js +1 -1
  255. package/lib/provider/account/NeoLedgerAccount/N3Ledger/ErrorCode.js +1 -1
  256. package/lib/provider/account/NeoLedgerAccount/N3Ledger/main.js +8 -8
  257. package/lib/provider/account/NeoLedgerAccount/NeoLedgerAccount.js +3 -3
  258. package/lib/provider/account/NeoLedgerAccount/NeonLedger.js +1 -1
  259. package/lib/provider/amino/types/admin.js +91 -26
  260. package/lib/provider/amino/types/bank.js +1 -1
  261. package/lib/provider/amino/types/broker.js +1 -1
  262. package/lib/provider/amino/types/cdp.js +135 -24
  263. package/lib/provider/amino/types/coin.js +2 -2
  264. package/lib/provider/amino/types/gov.js +4 -4
  265. package/lib/provider/amino/types/ibc.js +1 -1
  266. package/lib/provider/amino/types/leverage.js +1 -1
  267. package/lib/provider/amino/types/liquidityPool.js +9 -7
  268. package/lib/provider/amino/types/market.js +1 -1
  269. package/lib/provider/amino/types/oracle.js +1 -1
  270. package/lib/provider/amino/types/order.js +4 -4
  271. package/lib/provider/amino/types/position.js +1 -1
  272. package/lib/provider/amino/types/profile.js +1 -1
  273. package/lib/provider/amino/types/staking.js +4 -4
  274. package/lib/provider/amino/types/subaccount.js +3 -3
  275. package/lib/provider/amino/utils.js +11 -11
  276. package/lib/provider/keplr/KeplrStore.js +1 -1
  277. package/lib/provider/ledger/ledger.js +2 -2
  278. package/lib/provider/metamask/MetaMask.js +1 -1
  279. package/lib/provider/o3/O3Wallet.js +2 -2
  280. package/lib/util/address.d.ts +1 -0
  281. package/lib/util/address.js +21 -13
  282. package/lib/util/api.js +4 -4
  283. package/lib/util/fetch.js +1 -1
  284. package/lib/util/generic.js +3 -3
  285. package/lib/util/number.d.ts +1 -0
  286. package/lib/util/number.js +7 -6
  287. package/lib/util/tx.d.ts +74 -10
  288. package/lib/wallet/CarbonSigner.js +2 -2
  289. package/lib/wallet/CarbonSigningClient.js +8 -8
  290. package/lib/wallet/CarbonWallet.js +6 -7
  291. package/lib/websocket/channel.js +115 -21
  292. package/lib/websocket/connector.js +3 -3
  293. package/lib/websocket/models.d.ts +156 -0
  294. package/lib/websocket/types.d.ts +87 -3
  295. package/lib/websocket/types.js +31 -0
  296. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Token } from "../coin/token";
3
+ import { Token } from "./token";
4
4
  export declare const protobufPackage = "Switcheo.carbon.coin";
5
5
  export interface NewTokenEvent {
6
6
  token?: Token;
@@ -7,7 +7,7 @@ exports.LinkTokenEvent = exports.UnbindTokenEvent = exports.BindTokenEvent = exp
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const token_1 = require("../coin/token");
10
+ const token_1 = require("./token");
11
11
  exports.protobufPackage = "Switcheo.carbon.coin";
12
12
  const baseNewTokenEvent = { type: "" };
13
13
  exports.NewTokenEvent = {
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Token, LockedCoinsRecord, PositionPool } from "../coin/token";
4
- import { Bridge } from "../coin/bridge";
3
+ import { Token, LockedCoinsRecord, PositionPool } from "./token";
4
+ import { Bridge } from "./bridge";
5
5
  export declare const protobufPackage = "Switcheo.carbon.coin";
6
6
  /** GenesisState defines the coin module's genesis state. */
7
7
  export interface GenesisState {
@@ -7,8 +7,8 @@ exports.GenesisState_WrapperMappingsEntry = exports.GenesisState = exports.proto
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const token_1 = require("../coin/token");
11
- const bridge_1 = require("../coin/bridge");
10
+ const token_1 = require("./token");
11
+ const bridge_1 = require("./bridge");
12
12
  exports.protobufPackage = "Switcheo.carbon.coin";
13
13
  const baseGenesisState = {};
14
14
  exports.GenesisState = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { CreateTokenParams } from "../coin/tx";
3
+ import { CreateTokenParams } from "./tx";
4
4
  export declare const protobufPackage = "Switcheo.carbon.coin";
5
5
  export interface CreateTokenProposal {
6
6
  title: string;
@@ -7,7 +7,7 @@ exports.CreateTokenProposal = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const tx_1 = require("../coin/tx");
10
+ const tx_1 = require("./tx");
11
11
  exports.protobufPackage = "Switcheo.carbon.coin";
12
12
  const baseCreateTokenProposal = { title: "", description: "" };
13
13
  exports.CreateTokenProposal = {
@@ -1,8 +1,8 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Token, LockedCoins, TokenBalance } from "../coin/token";
3
+ import { Token, LockedCoins, TokenBalance } from "./token";
4
4
  import { PageRequest, PageResponse } from "../cosmos/base/query/v1beta1/pagination";
5
- import { Bridge } from "../coin/bridge";
5
+ import { Bridge } from "./bridge";
6
6
  export declare const protobufPackage = "Switcheo.carbon.coin";
7
7
  /** this line is used by starport scaffolding # 3 */
8
8
  export interface QueryGetTokenRequest {
@@ -7,9 +7,9 @@ exports.QueryClientImpl = exports.QueryAllBridgeResponse = exports.QueryAllBridg
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const token_1 = require("../coin/token");
10
+ const token_1 = require("./token");
11
11
  const pagination_1 = require("../cosmos/base/query/v1beta1/pagination");
12
- const bridge_1 = require("../coin/bridge");
12
+ const bridge_1 = require("./bridge");
13
13
  exports.protobufPackage = "Switcheo.carbon.coin";
14
14
  const baseQueryGetTokenRequest = { denom: "" };
15
15
  exports.QueryGetTokenRequest = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Bridge } from "../coin/bridge";
3
+ import { Bridge } from "./bridge";
4
4
  export declare const protobufPackage = "Switcheo.carbon.coin";
5
5
  /** this line is used by starport scaffolding # proto/tx/message */
6
6
  export interface MsgCreateToken {
@@ -7,7 +7,7 @@ exports.MsgClientImpl = exports.MsgRemoveBridgeAddressResponse = exports.MsgRemo
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const bridge_1 = require("../coin/bridge");
10
+ const bridge_1 = require("./bridge");
11
11
  const wrappers_1 = require("../google/protobuf/wrappers");
12
12
  exports.protobufPackage = "Switcheo.carbon.coin";
13
13
  const baseMsgCreateToken = { creator: "" };
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Params } from "../../../cosmos/auth/v1beta1/auth";
3
+ import { Params } from "./auth";
4
4
  import { Any } from "../../../google/protobuf/any";
5
5
  export declare const protobufPackage = "cosmos.auth.v1beta1";
6
6
  /** GenesisState defines the auth module's genesis state. */
@@ -7,7 +7,7 @@ exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const auth_1 = require("../../../cosmos/auth/v1beta1/auth");
10
+ const auth_1 = require("./auth");
11
11
  const any_1 = require("../../../google/protobuf/any");
12
12
  exports.protobufPackage = "cosmos.auth.v1beta1";
13
13
  const baseGenesisState = {};
@@ -1,8 +1,8 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
3
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
4
4
  import { Any } from "../../../google/protobuf/any";
5
- import { Params } from "../../../cosmos/auth/v1beta1/auth";
5
+ import { Params } from "./auth";
6
6
  export declare const protobufPackage = "cosmos.auth.v1beta1";
7
7
  /**
8
8
  * QueryAccountsRequest is the request type for the Query/Accounts RPC method.
@@ -7,9 +7,9 @@ exports.QueryClientImpl = exports.QueryParamsResponse = exports.QueryParamsReque
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
10
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
11
11
  const any_1 = require("../../../google/protobuf/any");
12
- const auth_1 = require("../../../cosmos/auth/v1beta1/auth");
12
+ const auth_1 = require("./auth");
13
13
  exports.protobufPackage = "cosmos.auth.v1beta1";
14
14
  const baseQueryAccountsRequest = {};
15
15
  exports.QueryAccountsRequest = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { GrantAuthorization } from "../../../cosmos/authz/v1beta1/authz";
3
+ import { GrantAuthorization } from "./authz";
4
4
  export declare const protobufPackage = "cosmos.authz.v1beta1";
5
5
  /** Since: cosmos-sdk 0.43 */
6
6
  /** GenesisState defines the authz module's genesis state. */
@@ -7,7 +7,7 @@ exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const authz_1 = require("../../../cosmos/authz/v1beta1/authz");
10
+ const authz_1 = require("./authz");
11
11
  exports.protobufPackage = "cosmos.authz.v1beta1";
12
12
  const baseGenesisState = {};
13
13
  exports.GenesisState = {
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
4
- import { Grant, GrantAuthorization } from "../../../cosmos/authz/v1beta1/authz";
3
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
4
+ import { Grant, GrantAuthorization } from "./authz";
5
5
  export declare const protobufPackage = "cosmos.authz.v1beta1";
6
6
  /** Since: cosmos-sdk 0.43 */
7
7
  /** QueryGrantsRequest is the request type for the Query/Grants RPC method. */
@@ -7,8 +7,8 @@ exports.QueryClientImpl = exports.QueryGranteeGrantsResponse = exports.QueryGran
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
11
- const authz_1 = require("../../../cosmos/authz/v1beta1/authz");
10
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
11
+ const authz_1 = require("./authz");
12
12
  exports.protobufPackage = "cosmos.authz.v1beta1";
13
13
  const baseQueryGrantsRequest = {
14
14
  granter: "",
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Grant } from "../../../cosmos/authz/v1beta1/authz";
3
+ import { Grant } from "./authz";
4
4
  import { Any } from "../../../google/protobuf/any";
5
5
  export declare const protobufPackage = "cosmos.authz.v1beta1";
6
6
  /** Since: cosmos-sdk 0.43 */
@@ -7,7 +7,7 @@ exports.MsgClientImpl = exports.MsgRevokeResponse = exports.MsgRevoke = exports.
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const authz_1 = require("../../../cosmos/authz/v1beta1/authz");
10
+ const authz_1 = require("./authz");
11
11
  const any_1 = require("../../../google/protobuf/any");
12
12
  exports.protobufPackage = "cosmos.authz.v1beta1";
13
13
  const baseMsgGrant = { granter: "", grantee: "" };
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
4
  export declare const protobufPackage = "cosmos.bank.v1beta1";
5
5
  /**
6
6
  * SendAuthorization allows the grantee to spend up to spend_limit coins from
@@ -7,7 +7,7 @@ exports.SendAuthorization = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
11
  exports.protobufPackage = "cosmos.bank.v1beta1";
12
12
  const baseSendAuthorization = {};
13
13
  exports.SendAuthorization = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
4
  export declare const protobufPackage = "cosmos.bank.v1beta1";
5
5
  /** Params defines the parameters for the bank module. */
6
6
  export interface Params {
@@ -7,7 +7,7 @@ exports.Metadata = exports.DenomUnit = exports.Supply = exports.Output = exports
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
11
  exports.protobufPackage = "cosmos.bank.v1beta1";
12
12
  const baseParams = { defaultSendEnabled: false };
13
13
  exports.Params = {
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Params, Metadata } from "../../../cosmos/bank/v1beta1/bank";
4
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Params, Metadata } from "./bank";
4
+ import { Coin } from "../../base/v1beta1/coin";
5
5
  export declare const protobufPackage = "cosmos.bank.v1beta1";
6
6
  /** GenesisState defines the bank module's genesis state. */
7
7
  export interface GenesisState {
@@ -7,8 +7,8 @@ exports.Balance = exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const bank_1 = require("../../../cosmos/bank/v1beta1/bank");
11
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const bank_1 = require("./bank");
11
+ const coin_1 = require("../../base/v1beta1/coin");
12
12
  exports.protobufPackage = "cosmos.bank.v1beta1";
13
13
  const baseGenesisState = {};
14
14
  exports.GenesisState = {
@@ -1,8 +1,8 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
4
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
5
- import { Params, Metadata } from "../../../cosmos/bank/v1beta1/bank";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
5
+ import { Params, Metadata } from "./bank";
6
6
  export declare const protobufPackage = "cosmos.bank.v1beta1";
7
7
  /** QueryBalanceRequest is the request type for the Query/Balance RPC method. */
8
8
  export interface QueryBalanceRequest {
@@ -7,9 +7,9 @@ exports.QueryClientImpl = exports.QueryDenomMetadataResponse = exports.QueryDeno
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
11
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
12
- const bank_1 = require("../../../cosmos/bank/v1beta1/bank");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
12
+ const bank_1 = require("./bank");
13
13
  exports.protobufPackage = "cosmos.bank.v1beta1";
14
14
  const baseQueryBalanceRequest = { address: "", denom: "" };
15
15
  exports.QueryBalanceRequest = {
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
4
- import { Input, Output } from "../../../cosmos/bank/v1beta1/bank";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
+ import { Input, Output } from "./bank";
5
5
  export declare const protobufPackage = "cosmos.bank.v1beta1";
6
6
  /** MsgSend represents a message to send coins from one account to another. */
7
7
  export interface MsgSend {
@@ -7,8 +7,8 @@ exports.MsgClientImpl = exports.MsgMultiSendResponse = exports.MsgMultiSend = ex
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
11
- const bank_1 = require("../../../cosmos/bank/v1beta1/bank");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
+ const bank_1 = require("./bank");
12
12
  exports.protobufPackage = "cosmos.bank.v1beta1";
13
13
  const baseMsgSend = { fromAddress: "", toAddress: "" };
14
14
  exports.MsgSend = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { PageRequest, PageResponse } from "../../../../cosmos/base/query/v1beta1/pagination";
3
+ import { PageRequest, PageResponse } from "../../query/v1beta1/pagination";
4
4
  import { Any } from "../../../../google/protobuf/any";
5
5
  import { BlockID } from "../../../../tendermint/types/types";
6
6
  import { Block } from "../../../../tendermint/types/block";
@@ -7,7 +7,7 @@ exports.ServiceClientImpl = exports.Module = exports.VersionInfo = exports.GetNo
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const pagination_1 = require("../../../../cosmos/base/query/v1beta1/pagination");
10
+ const pagination_1 = require("../../query/v1beta1/pagination");
11
11
  const any_1 = require("../../../../google/protobuf/any");
12
12
  const types_1 = require("../../../../tendermint/types/types");
13
13
  const block_1 = require("../../../../tendermint/types/block");
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { CapabilityOwners } from "../../../cosmos/capability/v1beta1/capability";
3
+ import { CapabilityOwners } from "./capability";
4
4
  export declare const protobufPackage = "cosmos.capability.v1beta1";
5
5
  /** GenesisOwners defines the capability owners with their corresponding index. */
6
6
  export interface GenesisOwners {
@@ -7,7 +7,7 @@ exports.GenesisState = exports.GenesisOwners = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const capability_1 = require("../../../cosmos/capability/v1beta1/capability");
10
+ const capability_1 = require("./capability");
11
11
  exports.protobufPackage = "cosmos.capability.v1beta1";
12
12
  const baseGenesisOwners = { index: long_1.default.UZERO };
13
13
  exports.GenesisOwners = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
4
  export declare const protobufPackage = "cosmos.crisis.v1beta1";
5
5
  /** GenesisState defines the crisis module's genesis state. */
6
6
  export interface GenesisState {
@@ -7,7 +7,7 @@ exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
11
  exports.protobufPackage = "cosmos.crisis.v1beta1";
12
12
  const baseGenesisState = {};
13
13
  exports.GenesisState = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { DecCoin, Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { DecCoin, Coin } from "../../base/v1beta1/coin";
4
4
  export declare const protobufPackage = "cosmos.distribution.v1beta1";
5
5
  /** Params defines the set of params for the distribution module. */
6
6
  export interface Params {
@@ -7,7 +7,7 @@ exports.CommunityPoolSpendProposalWithDeposit = exports.DelegationDelegatorRewar
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
11
  exports.protobufPackage = "cosmos.distribution.v1beta1";
12
12
  const baseParams = {
13
13
  communityTax: "",
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { ValidatorAccumulatedCommission, ValidatorHistoricalRewards, ValidatorCurrentRewards, DelegatorStartingInfo, ValidatorSlashEvent, Params, FeePool } from "../../../cosmos/distribution/v1beta1/distribution";
4
- import { DecCoin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { ValidatorAccumulatedCommission, ValidatorHistoricalRewards, ValidatorCurrentRewards, DelegatorStartingInfo, ValidatorSlashEvent, Params, FeePool } from "./distribution";
4
+ import { DecCoin } from "../../base/v1beta1/coin";
5
5
  export declare const protobufPackage = "cosmos.distribution.v1beta1";
6
6
  /**
7
7
  * DelegatorWithdrawInfo is the address for where distributions rewards are
@@ -7,8 +7,8 @@ exports.GenesisState = exports.ValidatorSlashEventRecord = exports.DelegatorStar
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const distribution_1 = require("../../../cosmos/distribution/v1beta1/distribution");
11
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const distribution_1 = require("./distribution");
11
+ const coin_1 = require("../../base/v1beta1/coin");
12
12
  exports.protobufPackage = "cosmos.distribution.v1beta1";
13
13
  const baseDelegatorWithdrawInfo = {
14
14
  delegatorAddress: "",
@@ -1,8 +1,8 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Params, ValidatorOutstandingRewards, ValidatorAccumulatedCommission, ValidatorSlashEvent, DelegationDelegatorReward } from "../../../cosmos/distribution/v1beta1/distribution";
4
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
5
- import { DecCoin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Params, ValidatorOutstandingRewards, ValidatorAccumulatedCommission, ValidatorSlashEvent, DelegationDelegatorReward } from "./distribution";
4
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
5
+ import { DecCoin } from "../../base/v1beta1/coin";
6
6
  export declare const protobufPackage = "cosmos.distribution.v1beta1";
7
7
  /** QueryParamsRequest is the request type for the Query/Params RPC method. */
8
8
  export interface QueryParamsRequest {
@@ -7,9 +7,9 @@ exports.QueryClientImpl = exports.QueryLiquidityProviderRewardsResponse = export
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const distribution_1 = require("../../../cosmos/distribution/v1beta1/distribution");
11
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
12
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const distribution_1 = require("./distribution");
11
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
12
+ const coin_1 = require("../../base/v1beta1/coin");
13
13
  exports.protobufPackage = "cosmos.distribution.v1beta1";
14
14
  const baseQueryParamsRequest = {};
15
15
  exports.QueryParamsRequest = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
3
+ import { Coin } from "../../base/v1beta1/coin";
4
4
  export declare const protobufPackage = "cosmos.distribution.v1beta1";
5
5
  /**
6
6
  * MsgSetWithdrawAddress sets the withdraw address for
@@ -7,7 +7,7 @@ exports.MsgClientImpl = exports.MsgFundCommunityPoolResponse = exports.MsgFundCo
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
10
+ const coin_1 = require("../../base/v1beta1/coin");
11
11
  exports.protobufPackage = "cosmos.distribution.v1beta1";
12
12
  const baseMsgSetWithdrawAddress = {
13
13
  delegatorAddress: "",
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
3
  import { Any } from "../../../google/protobuf/any";
4
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
4
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
5
5
  export declare const protobufPackage = "cosmos.evidence.v1beta1";
6
6
  /** QueryEvidenceRequest is the request type for the Query/Evidence RPC method. */
7
7
  export interface QueryEvidenceRequest {
@@ -8,7 +8,7 @@ exports.QueryClientImpl = exports.QueryAllEvidenceResponse = exports.QueryAllEvi
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
10
  const any_1 = require("../../../google/protobuf/any");
11
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
11
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
12
12
  exports.protobufPackage = "cosmos.evidence.v1beta1";
13
13
  const baseQueryEvidenceRequest = {};
14
14
  exports.QueryEvidenceRequest = {
@@ -2,7 +2,7 @@ import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
3
  import { Duration } from "../../../google/protobuf/duration";
4
4
  import { Any } from "../../../google/protobuf/any";
5
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
5
+ import { Coin } from "../../base/v1beta1/coin";
6
6
  export declare const protobufPackage = "cosmos.feegrant.v1beta1";
7
7
  /** Since: cosmos-sdk 0.43 */
8
8
  /**
@@ -10,7 +10,7 @@ const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
10
  const duration_1 = require("../../../google/protobuf/duration");
11
11
  const any_1 = require("../../../google/protobuf/any");
12
12
  const timestamp_1 = require("../../../google/protobuf/timestamp");
13
- const coin_1 = require("../../../cosmos/base/v1beta1/coin");
13
+ const coin_1 = require("../../base/v1beta1/coin");
14
14
  exports.protobufPackage = "cosmos.feegrant.v1beta1";
15
15
  const baseBasicAllowance = {};
16
16
  exports.BasicAllowance = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Grant } from "../../../cosmos/feegrant/v1beta1/feegrant";
3
+ import { Grant } from "./feegrant";
4
4
  export declare const protobufPackage = "cosmos.feegrant.v1beta1";
5
5
  /** Since: cosmos-sdk 0.43 */
6
6
  /** GenesisState contains a set of fee allowances, persisted from the store */
@@ -7,7 +7,7 @@ exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const feegrant_1 = require("../../../cosmos/feegrant/v1beta1/feegrant");
10
+ const feegrant_1 = require("./feegrant");
11
11
  exports.protobufPackage = "cosmos.feegrant.v1beta1";
12
12
  const baseGenesisState = {};
13
13
  exports.GenesisState = {
@@ -1,7 +1,7 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { Grant } from "../../../cosmos/feegrant/v1beta1/feegrant";
4
- import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination";
3
+ import { Grant } from "./feegrant";
4
+ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
5
5
  export declare const protobufPackage = "cosmos.feegrant.v1beta1";
6
6
  /** Since: cosmos-sdk 0.43 */
7
7
  /** QueryAllowanceRequest is the request type for the Query/Allowance RPC method. */
@@ -7,8 +7,8 @@ exports.QueryClientImpl = exports.QueryAllowancesByGranterResponse = exports.Que
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const feegrant_1 = require("../../../cosmos/feegrant/v1beta1/feegrant");
11
- const pagination_1 = require("../../../cosmos/base/query/v1beta1/pagination");
10
+ const feegrant_1 = require("./feegrant");
11
+ const pagination_1 = require("../../base/query/v1beta1/pagination");
12
12
  exports.protobufPackage = "cosmos.feegrant.v1beta1";
13
13
  const baseQueryAllowanceRequest = { granter: "", grantee: "" };
14
14
  exports.QueryAllowanceRequest = {
@@ -1,6 +1,6 @@
1
1
  import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
- import { DepositParams, VotingParams, TallyParams, Deposit, Vote, Proposal } from "../../../cosmos/gov/v1beta1/gov";
3
+ import { DepositParams, VotingParams, TallyParams, Deposit, Vote, Proposal } from "./gov";
4
4
  export declare const protobufPackage = "cosmos.gov.v1beta1";
5
5
  /** GenesisState defines the gov module's genesis state. */
6
6
  export interface GenesisState {
@@ -7,7 +7,7 @@ exports.GenesisState = exports.protobufPackage = void 0;
7
7
  /* eslint-disable */
8
8
  const long_1 = __importDefault(require("long"));
9
9
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
10
- const gov_1 = require("../../../cosmos/gov/v1beta1/gov");
10
+ const gov_1 = require("./gov");
11
11
  exports.protobufPackage = "cosmos.gov.v1beta1";
12
12
  const baseGenesisState = { startingProposalId: long_1.default.UZERO };
13
13
  exports.GenesisState = {
@@ -2,7 +2,7 @@ import Long from "long";
2
2
  import _m0 from "protobufjs/minimal";
3
3
  import { Any } from "../../../google/protobuf/any";
4
4
  import { Duration } from "../../../google/protobuf/duration";
5
- import { Coin } from "../../../cosmos/base/v1beta1/coin";
5
+ import { Coin } from "../../base/v1beta1/coin";
6
6
  export declare const protobufPackage = "cosmos.gov.v1beta1";
7
7
  /** VoteOption enumerates the valid vote options for a given governance proposal. */
8
8
  export declare enum VoteOption {