injectivejs 0.1.0 → 0.2.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 (357) hide show
  1. package/package.json +1 -1
  2. package/types/codegen/AtomicOrder.client.d.ts +26 -0
  3. package/types/codegen/AtomicOrder.types.d.ts +30 -0
  4. package/types/codegen/Registry.client.d.ts +70 -0
  5. package/types/codegen/Registry.types.d.ts +68 -0
  6. package/types/codegen/confio/proofs.d.ts +495 -0
  7. package/types/codegen/contracts.d.ts +16 -0
  8. package/types/codegen/cosmos/app/v1alpha1/config.d.ts +81 -0
  9. package/types/codegen/cosmos/app/v1alpha1/module.d.ts +181 -0
  10. package/types/codegen/cosmos/app/v1alpha1/query.d.ts +29 -0
  11. package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +15 -0
  12. package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +68 -0
  13. package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +23 -0
  14. package/types/codegen/cosmos/auth/v1beta1/query.d.ts +211 -0
  15. package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +15 -0
  16. package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +33 -0
  17. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
  18. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
  19. package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
  20. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
  21. package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
  22. package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
  23. package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
  24. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
  25. package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +48 -0
  26. package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
  27. package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
  28. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
  29. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
  30. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
  31. package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
  32. package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
  33. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
  34. package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
  35. package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
  36. package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
  37. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
  38. package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +30 -0
  39. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
  40. package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +68 -0
  41. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
  42. package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +153 -0
  43. package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +65 -0
  44. package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +37 -0
  45. package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +252 -0
  46. package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +14 -0
  47. package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +30 -0
  48. package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
  49. package/types/codegen/cosmos/bundle.d.ts +10676 -0
  50. package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +61 -0
  51. package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +47 -0
  52. package/types/codegen/cosmos/client.d.ts +951 -0
  53. package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +24 -0
  54. package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
  55. package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +30 -0
  56. package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +24 -0
  57. package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
  58. package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
  59. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
  60. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
  61. package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
  62. package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
  63. package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
  64. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
  65. package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
  66. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
  67. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
  68. package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
  69. package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
  70. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
  71. package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
  72. package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
  73. package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
  74. package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +27 -0
  75. package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +18 -0
  76. package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +80 -0
  77. package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +10 -0
  78. package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +18 -0
  79. package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
  80. package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +39 -0
  81. package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +24 -0
  82. package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
  83. package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +137 -0
  84. package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +16 -0
  85. package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +110 -0
  86. package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
  87. package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +21 -0
  88. package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
  89. package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +73 -0
  90. package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +36 -0
  91. package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
  92. package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +17 -0
  93. package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
  94. package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
  95. package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
  96. package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
  97. package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
  98. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
  99. package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
  100. package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
  101. package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
  102. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
  103. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
  104. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
  105. package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  106. package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
  107. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
  108. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
  109. package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
  110. package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
  111. package/types/codegen/cosmos/group/v1/events.d.ts +146 -0
  112. package/types/codegen/cosmos/group/v1/genesis.d.ts +64 -0
  113. package/types/codegen/cosmos/group/v1/query.d.ts +462 -0
  114. package/types/codegen/cosmos/group/v1/query.lcd.d.ts +21 -0
  115. package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +51 -0
  116. package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
  117. package/types/codegen/cosmos/group/v1/tx.d.ts +580 -0
  118. package/types/codegen/cosmos/group/v1/tx.registry.d.ts +180 -0
  119. package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
  120. package/types/codegen/cosmos/group/v1/types.d.ts +537 -0
  121. package/types/codegen/cosmos/lcd.d.ts +57 -0
  122. package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +22 -0
  123. package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +56 -0
  124. package/types/codegen/cosmos/mint/v1beta1/query.d.ts +99 -0
  125. package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +11 -0
  126. package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +21 -0
  127. package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
  128. package/types/codegen/cosmos/nft/v1beta1/event.d.ts +55 -0
  129. package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +39 -0
  130. package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +73 -0
  131. package/types/codegen/cosmos/nft/v1beta1/query.d.ts +202 -0
  132. package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +15 -0
  133. package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +33 -0
  134. package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
  135. package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +40 -0
  136. package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +24 -0
  137. package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
  138. package/types/codegen/cosmos/orm/v1/orm.d.ts +196 -0
  139. package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +158 -0
  140. package/types/codegen/cosmos/params/v1beta1/params.d.ts +42 -0
  141. package/types/codegen/cosmos/params/v1beta1/query.d.ts +94 -0
  142. package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +10 -0
  143. package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +18 -0
  144. package/types/codegen/cosmos/rpc.query.d.ts +186 -0
  145. package/types/codegen/cosmos/rpc.tx.d.ts +47 -0
  146. package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +101 -0
  147. package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +112 -0
  148. package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +11 -0
  149. package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +21 -0
  150. package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +83 -0
  151. package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
  152. package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +26 -0
  153. package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +24 -0
  154. package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
  155. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
  156. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
  157. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
  158. package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
  159. package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
  160. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
  161. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
  162. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
  163. package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
  164. package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
  165. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
  166. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
  167. package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
  168. package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
  169. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
  170. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
  171. package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
  172. package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
  173. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
  174. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
  175. package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
  176. package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
  177. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
  178. package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
  179. package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +118 -0
  180. package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +48 -0
  181. package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
  182. package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +136 -0
  183. package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
  184. package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
  185. package/types/codegen/cosmwasm/bundle.d.ts +1248 -0
  186. package/types/codegen/cosmwasm/client.d.ts +120 -0
  187. package/types/codegen/cosmwasm/lcd.d.ts +62 -0
  188. package/types/codegen/cosmwasm/rpc.query.d.ts +201 -0
  189. package/types/codegen/cosmwasm/rpc.tx.d.ts +52 -0
  190. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
  191. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
  192. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
  193. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
  194. package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
  195. package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
  196. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
  197. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
  198. package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
  199. package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
  200. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
  201. package/types/codegen/gogoproto/bundle.d.ts +1 -0
  202. package/types/codegen/gogoproto/gogo.d.ts +1 -0
  203. package/types/codegen/google/api/annotations.d.ts +1 -0
  204. package/types/codegen/google/api/http.d.ts +721 -0
  205. package/types/codegen/google/bundle.d.ts +1597 -0
  206. package/types/codegen/google/protobuf/any.d.ts +237 -0
  207. package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
  208. package/types/codegen/google/protobuf/duration.d.ts +161 -0
  209. package/types/codegen/google/protobuf/empty.d.ts +33 -0
  210. package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
  211. package/types/codegen/google/protobuf/struct.d.ts +148 -0
  212. package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
  213. package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
  214. package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
  215. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
  216. package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
  217. package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
  218. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
  219. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
  220. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
  221. package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  222. package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
  223. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
  224. package/types/codegen/ibc/bundle.d.ts +4077 -0
  225. package/types/codegen/ibc/client.d.ts +559 -0
  226. package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
  227. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
  228. package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
  229. package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
  230. package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
  231. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
  232. package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
  233. package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
  234. package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
  235. package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
  236. package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
  237. package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
  238. package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
  239. package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
  240. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
  241. package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
  242. package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
  243. package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
  244. package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
  245. package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
  246. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
  247. package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
  248. package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
  249. package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
  250. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
  251. package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
  252. package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
  253. package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
  254. package/types/codegen/ibc/core/port/v1/query.d.ts +53 -0
  255. package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +15 -0
  256. package/types/codegen/ibc/core/types/v1/genesis.d.ts +31 -0
  257. package/types/codegen/ibc/lcd.d.ts +75 -0
  258. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
  259. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
  260. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
  261. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
  262. package/types/codegen/ibc/rpc.query.d.ts +242 -0
  263. package/types/codegen/ibc/rpc.tx.d.ts +65 -0
  264. package/types/codegen/ics23/bundle.d.ts +545 -0
  265. package/types/codegen/index.d.ts +19 -0
  266. package/types/codegen/injective/auction/v1beta1/auction.d.ts +96 -0
  267. package/types/codegen/injective/auction/v1beta1/genesis.d.ts +30 -0
  268. package/types/codegen/injective/auction/v1beta1/query.d.ts +95 -0
  269. package/types/codegen/injective/auction/v1beta1/query.lcd.d.ts +11 -0
  270. package/types/codegen/injective/auction/v1beta1/query.rpc.query.d.ts +21 -0
  271. package/types/codegen/injective/auction/v1beta1/tx.amino.d.ts +20 -0
  272. package/types/codegen/injective/auction/v1beta1/tx.d.ts +33 -0
  273. package/types/codegen/injective/auction/v1beta1/tx.registry.d.ts +24 -0
  274. package/types/codegen/injective/auction/v1beta1/tx.rpc.msg.d.ts +11 -0
  275. package/types/codegen/injective/bundle.d.ts +10808 -0
  276. package/types/codegen/injective/client.d.ts +1370 -0
  277. package/types/codegen/injective/crypto/v1beta1/ethsecp256k1/keys.d.ts +50 -0
  278. package/types/codegen/injective/exchange/v1beta1/authz.d.ts +153 -0
  279. package/types/codegen/injective/exchange/v1beta1/events.d.ts +390 -0
  280. package/types/codegen/injective/exchange/v1beta1/exchange.d.ts +1082 -0
  281. package/types/codegen/injective/exchange/v1beta1/genesis.d.ts +322 -0
  282. package/types/codegen/injective/exchange/v1beta1/query.d.ts +1595 -0
  283. package/types/codegen/injective/exchange/v1beta1/query.lcd.d.ts +54 -0
  284. package/types/codegen/injective/exchange/v1beta1/query.rpc.query.d.ts +150 -0
  285. package/types/codegen/injective/exchange/v1beta1/tx.amino.d.ts +590 -0
  286. package/types/codegen/injective/exchange/v1beta1/tx.d.ts +1697 -0
  287. package/types/codegen/injective/exchange/v1beta1/tx.registry.d.ts +348 -0
  288. package/types/codegen/injective/exchange/v1beta1/tx.rpc.msg.d.ts +65 -0
  289. package/types/codegen/injective/insurance/v1beta1/genesis.d.ts +46 -0
  290. package/types/codegen/injective/insurance/v1beta1/insurance.d.ts +176 -0
  291. package/types/codegen/injective/insurance/v1beta1/query.d.ts +161 -0
  292. package/types/codegen/injective/insurance/v1beta1/query.lcd.d.ts +14 -0
  293. package/types/codegen/injective/insurance/v1beta1/query.rpc.query.d.ts +30 -0
  294. package/types/codegen/injective/insurance/v1beta1/tx.amino.d.ts +57 -0
  295. package/types/codegen/injective/insurance/v1beta1/tx.d.ts +120 -0
  296. package/types/codegen/injective/insurance/v1beta1/tx.registry.d.ts +48 -0
  297. package/types/codegen/injective/insurance/v1beta1/tx.rpc.msg.d.ts +15 -0
  298. package/types/codegen/injective/lcd.d.ts +80 -0
  299. package/types/codegen/injective/ocr/v1beta1/genesis.d.ts +144 -0
  300. package/types/codegen/injective/ocr/v1beta1/ocr.d.ts +488 -0
  301. package/types/codegen/injective/ocr/v1beta1/query.d.ts +165 -0
  302. package/types/codegen/injective/ocr/v1beta1/query.lcd.d.ts +15 -0
  303. package/types/codegen/injective/ocr/v1beta1/query.rpc.query.d.ts +33 -0
  304. package/types/codegen/injective/ocr/v1beta1/tx.amino.d.ts +149 -0
  305. package/types/codegen/injective/ocr/v1beta1/tx.d.ts +250 -0
  306. package/types/codegen/injective/ocr/v1beta1/tx.registry.d.ts +108 -0
  307. package/types/codegen/injective/ocr/v1beta1/tx.rpc.msg.d.ts +25 -0
  308. package/types/codegen/injective/oracle/v1beta1/events.d.ts +147 -0
  309. package/types/codegen/injective/oracle/v1beta1/genesis.d.ts +57 -0
  310. package/types/codegen/injective/oracle/v1beta1/oracle.d.ts +412 -0
  311. package/types/codegen/injective/oracle/v1beta1/proposal.d.ts +152 -0
  312. package/types/codegen/injective/oracle/v1beta1/query.d.ts +327 -0
  313. package/types/codegen/injective/oracle/v1beta1/query.lcd.d.ts +20 -0
  314. package/types/codegen/injective/oracle/v1beta1/query.rpc.query.d.ts +48 -0
  315. package/types/codegen/injective/oracle/v1beta1/tx.amino.d.ts +73 -0
  316. package/types/codegen/injective/oracle/v1beta1/tx.d.ts +140 -0
  317. package/types/codegen/injective/oracle/v1beta1/tx.registry.d.ts +72 -0
  318. package/types/codegen/injective/oracle/v1beta1/tx.rpc.msg.d.ts +19 -0
  319. package/types/codegen/injective/peggy/v1/attestation.d.ts +107 -0
  320. package/types/codegen/injective/peggy/v1/batch.d.ts +45 -0
  321. package/types/codegen/injective/peggy/v1/ethereum_signer.d.ts +16 -0
  322. package/types/codegen/injective/peggy/v1/events.d.ts +290 -0
  323. package/types/codegen/injective/peggy/v1/genesis.d.ts +99 -0
  324. package/types/codegen/injective/peggy/v1/msgs.amino.d.ts +177 -0
  325. package/types/codegen/injective/peggy/v1/msgs.d.ts +499 -0
  326. package/types/codegen/injective/peggy/v1/msgs.registry.d.ts +144 -0
  327. package/types/codegen/injective/peggy/v1/msgs.rpc.msg.d.ts +31 -0
  328. package/types/codegen/injective/peggy/v1/pool.d.ts +30 -0
  329. package/types/codegen/injective/peggy/v1/proposal.d.ts +32 -0
  330. package/types/codegen/injective/peggy/v1/query.d.ts +457 -0
  331. package/types/codegen/injective/peggy/v1/query.lcd.d.ts +28 -0
  332. package/types/codegen/injective/peggy/v1/query.rpc.query.d.ts +72 -0
  333. package/types/codegen/injective/peggy/v1/types.d.ts +111 -0
  334. package/types/codegen/injective/rpc.query.d.ts +312 -0
  335. package/types/codegen/injective/rpc.tx.d.ts +67 -0
  336. package/types/codegen/injective/types/v1beta1/account.d.ts +24 -0
  337. package/types/codegen/injective/types/v1beta1/tx_ext.d.ts +41 -0
  338. package/types/codegen/injective/types/v1beta1/tx_response.d.ts +30 -0
  339. package/types/codegen/injective/wasmx/v1/genesis.d.ts +18 -0
  340. package/types/codegen/injective/wasmx/v1/query.d.ts +52 -0
  341. package/types/codegen/injective/wasmx/v1/query.lcd.d.ts +10 -0
  342. package/types/codegen/injective/wasmx/v1/query.rpc.query.d.ts +18 -0
  343. package/types/codegen/injective/wasmx/v1/tx.d.ts +1 -0
  344. package/types/codegen/injective/wasmx/v1/wasmx.d.ts +84 -0
  345. package/types/codegen/tendermint/abci/types.d.ts +902 -0
  346. package/types/codegen/tendermint/bundle.d.ts +2065 -0
  347. package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
  348. package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
  349. package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
  350. package/types/codegen/tendermint/p2p/types.d.ts +87 -0
  351. package/types/codegen/tendermint/types/block.d.ts +21 -0
  352. package/types/codegen/tendermint/types/evidence.d.ts +70 -0
  353. package/types/codegen/tendermint/types/params.d.ts +181 -0
  354. package/types/codegen/tendermint/types/types.d.ts +326 -0
  355. package/types/codegen/tendermint/types/validator.d.ts +48 -0
  356. package/types/codegen/tendermint/version/types.d.ts +48 -0
  357. package/types/index.d.ts +1 -0
@@ -0,0 +1,1082 @@
1
+ import { Coin, CoinSDKType } from "../../../cosmos/base/v1beta1/coin";
2
+ import { OracleType, OracleTypeSDKType } from "../../oracle/v1beta1/oracle";
3
+ import * as _m0 from "protobufjs/minimal";
4
+ import { Long, DeepPartial } from "@osmonauts/helpers";
5
+ export declare enum MarketStatus {
6
+ Unspecified = 0,
7
+ Active = 1,
8
+ Paused = 2,
9
+ Demolished = 3,
10
+ Expired = 4,
11
+ UNRECOGNIZED = -1
12
+ }
13
+ export declare enum MarketStatusSDKType {
14
+ Unspecified = 0,
15
+ Active = 1,
16
+ Paused = 2,
17
+ Demolished = 3,
18
+ Expired = 4,
19
+ UNRECOGNIZED = -1
20
+ }
21
+ export declare function marketStatusFromJSON(object: any): MarketStatus;
22
+ export declare function marketStatusToJSON(object: MarketStatus): string;
23
+ export declare enum OrderType {
24
+ UNSPECIFIED = 0,
25
+ BUY = 1,
26
+ SELL = 2,
27
+ STOP_BUY = 3,
28
+ STOP_SELL = 4,
29
+ TAKE_BUY = 5,
30
+ TAKE_SELL = 6,
31
+ BUY_PO = 7,
32
+ SELL_PO = 8,
33
+ UNRECOGNIZED = -1
34
+ }
35
+ export declare enum OrderTypeSDKType {
36
+ UNSPECIFIED = 0,
37
+ BUY = 1,
38
+ SELL = 2,
39
+ STOP_BUY = 3,
40
+ STOP_SELL = 4,
41
+ TAKE_BUY = 5,
42
+ TAKE_SELL = 6,
43
+ BUY_PO = 7,
44
+ SELL_PO = 8,
45
+ UNRECOGNIZED = -1
46
+ }
47
+ export declare function orderTypeFromJSON(object: any): OrderType;
48
+ export declare function orderTypeToJSON(object: OrderType): string;
49
+ export declare enum ExecutionType {
50
+ UnspecifiedExecutionType = 0,
51
+ Market = 1,
52
+ LimitFill = 2,
53
+ LimitMatchRestingOrder = 3,
54
+ LimitMatchNewOrder = 4,
55
+ MarketLiquidation = 5,
56
+ ExpiryMarketSettlement = 6,
57
+ UNRECOGNIZED = -1
58
+ }
59
+ export declare enum ExecutionTypeSDKType {
60
+ UnspecifiedExecutionType = 0,
61
+ Market = 1,
62
+ LimitFill = 2,
63
+ LimitMatchRestingOrder = 3,
64
+ LimitMatchNewOrder = 4,
65
+ MarketLiquidation = 5,
66
+ ExpiryMarketSettlement = 6,
67
+ UNRECOGNIZED = -1
68
+ }
69
+ export declare function executionTypeFromJSON(object: any): ExecutionType;
70
+ export declare function executionTypeToJSON(object: ExecutionType): string;
71
+ export declare enum OrderMask {
72
+ UNUSED = 0,
73
+ ANY = 1,
74
+ REGULAR = 2,
75
+ CONDITIONAL = 4,
76
+ /** DIRECTION_BUY_OR_HIGHER - for conditional orders means HIGHER */
77
+ DIRECTION_BUY_OR_HIGHER = 8,
78
+ /** DIRECTION_SELL_OR_LOWER - for conditional orders means LOWER */
79
+ DIRECTION_SELL_OR_LOWER = 16,
80
+ TYPE_MARKET = 32,
81
+ TYPE_LIMIT = 64,
82
+ UNRECOGNIZED = -1
83
+ }
84
+ export declare enum OrderMaskSDKType {
85
+ UNUSED = 0,
86
+ ANY = 1,
87
+ REGULAR = 2,
88
+ CONDITIONAL = 4,
89
+ /** DIRECTION_BUY_OR_HIGHER - for conditional orders means HIGHER */
90
+ DIRECTION_BUY_OR_HIGHER = 8,
91
+ /** DIRECTION_SELL_OR_LOWER - for conditional orders means LOWER */
92
+ DIRECTION_SELL_OR_LOWER = 16,
93
+ TYPE_MARKET = 32,
94
+ TYPE_LIMIT = 64,
95
+ UNRECOGNIZED = -1
96
+ }
97
+ export declare function orderMaskFromJSON(object: any): OrderMask;
98
+ export declare function orderMaskToJSON(object: OrderMask): string;
99
+ export interface Params {
100
+ /** spot_market_instant_listing_fee defines the expedited fee in INJ required to create a spot market by bypassing governance */
101
+ spotMarketInstantListingFee: Coin;
102
+ /** derivative_market_instant_listing_fee defines the expedited fee in INJ required to create a derivative market by bypassing governance */
103
+ derivativeMarketInstantListingFee: Coin;
104
+ /** default_spot_maker_fee defines the default exchange trade fee for makers on a spot market */
105
+ defaultSpotMakerFeeRate: string;
106
+ /** default_spot_taker_fee_rate defines the default exchange trade fee rate for takers on a new spot market */
107
+ defaultSpotTakerFeeRate: string;
108
+ /** default_derivative_maker_fee defines the default exchange trade fee for makers on a new derivative market */
109
+ defaultDerivativeMakerFeeRate: string;
110
+ /** default_derivative_taker_fee defines the default exchange trade fee for takers on a new derivative market */
111
+ defaultDerivativeTakerFeeRate: string;
112
+ /** default_initial_margin_ratio defines the default initial margin ratio on a new derivative market */
113
+ defaultInitialMarginRatio: string;
114
+ /** default_maintenance_margin_ratio defines the default maintenance margin ratio on a new derivative market */
115
+ defaultMaintenanceMarginRatio: string;
116
+ /** default_funding_interval defines the default funding interval on a derivative market */
117
+ defaultFundingInterval: Long;
118
+ /** funding_multiple defines the timestamp multiple that the funding timestamp should be a multiple of */
119
+ fundingMultiple: Long;
120
+ /** relayer_fee_share_rate defines the trade fee share percentage that goes to relayers */
121
+ relayerFeeShareRate: string;
122
+ /** default_hourly_funding_rate_cap defines the default maximum absolute value of the hourly funding rate */
123
+ defaultHourlyFundingRateCap: string;
124
+ /** hourly_interest_rate defines the hourly interest rate */
125
+ defaultHourlyInterestRate: string;
126
+ /** max_derivative_order_side_count defines the maximum number of derivative active orders a subaccount can have for a given orderbook side */
127
+ maxDerivativeOrderSideCount: number;
128
+ /** inj_reward_staked_requirement_threshold defines the threshold on INJ rewards after which one also needs staked INJ to receive more */
129
+ injRewardStakedRequirementThreshold: string;
130
+ /** the trading_rewards_vesting_duration defines the vesting times for trading rewards */
131
+ tradingRewardsVestingDuration: Long;
132
+ /** liquidator_reward_share_rate defines the ratio of the split of the surplus collateral that goes to the liquidator */
133
+ liquidatorRewardShareRate: string;
134
+ /** binary_options_market_instant_listing_fee defines the expedited fee in INJ required to create a derivative market by bypassing governance */
135
+ binaryOptionsMarketInstantListingFee: Coin;
136
+ }
137
+ export interface ParamsSDKType {
138
+ /** spot_market_instant_listing_fee defines the expedited fee in INJ required to create a spot market by bypassing governance */
139
+ spot_market_instant_listing_fee: CoinSDKType;
140
+ /** derivative_market_instant_listing_fee defines the expedited fee in INJ required to create a derivative market by bypassing governance */
141
+ derivative_market_instant_listing_fee: CoinSDKType;
142
+ /** default_spot_maker_fee defines the default exchange trade fee for makers on a spot market */
143
+ default_spot_maker_fee_rate: string;
144
+ /** default_spot_taker_fee_rate defines the default exchange trade fee rate for takers on a new spot market */
145
+ default_spot_taker_fee_rate: string;
146
+ /** default_derivative_maker_fee defines the default exchange trade fee for makers on a new derivative market */
147
+ default_derivative_maker_fee_rate: string;
148
+ /** default_derivative_taker_fee defines the default exchange trade fee for takers on a new derivative market */
149
+ default_derivative_taker_fee_rate: string;
150
+ /** default_initial_margin_ratio defines the default initial margin ratio on a new derivative market */
151
+ default_initial_margin_ratio: string;
152
+ /** default_maintenance_margin_ratio defines the default maintenance margin ratio on a new derivative market */
153
+ default_maintenance_margin_ratio: string;
154
+ /** default_funding_interval defines the default funding interval on a derivative market */
155
+ default_funding_interval: Long;
156
+ /** funding_multiple defines the timestamp multiple that the funding timestamp should be a multiple of */
157
+ funding_multiple: Long;
158
+ /** relayer_fee_share_rate defines the trade fee share percentage that goes to relayers */
159
+ relayer_fee_share_rate: string;
160
+ /** default_hourly_funding_rate_cap defines the default maximum absolute value of the hourly funding rate */
161
+ default_hourly_funding_rate_cap: string;
162
+ /** hourly_interest_rate defines the hourly interest rate */
163
+ default_hourly_interest_rate: string;
164
+ /** max_derivative_order_side_count defines the maximum number of derivative active orders a subaccount can have for a given orderbook side */
165
+ max_derivative_order_side_count: number;
166
+ /** inj_reward_staked_requirement_threshold defines the threshold on INJ rewards after which one also needs staked INJ to receive more */
167
+ inj_reward_staked_requirement_threshold: string;
168
+ /** the trading_rewards_vesting_duration defines the vesting times for trading rewards */
169
+ trading_rewards_vesting_duration: Long;
170
+ /** liquidator_reward_share_rate defines the ratio of the split of the surplus collateral that goes to the liquidator */
171
+ liquidator_reward_share_rate: string;
172
+ /** binary_options_market_instant_listing_fee defines the expedited fee in INJ required to create a derivative market by bypassing governance */
173
+ binary_options_market_instant_listing_fee: CoinSDKType;
174
+ }
175
+ /** An object describing a derivative market in the Injective Futures Protocol. */
176
+ export interface DerivativeMarket {
177
+ /** Ticker for the derivative contract. */
178
+ ticker: string;
179
+ /** Oracle base currency */
180
+ oracleBase: string;
181
+ /** Oracle quote currency */
182
+ oracleQuote: string;
183
+ /** Oracle type */
184
+ oracleType: OracleType;
185
+ /** Scale factor for oracle prices. */
186
+ oracleScaleFactor: number;
187
+ /** Address of the quote currency denomination for the derivative contract */
188
+ quoteDenom: string;
189
+ /** Unique market ID. */
190
+ marketId: string;
191
+ /** initial_margin_ratio defines the initial margin ratio of a derivative market */
192
+ initialMarginRatio: string;
193
+ /** maintenance_margin_ratio defines the maintenance margin ratio of a derivative market */
194
+ maintenanceMarginRatio: string;
195
+ /** maker_fee_rate defines the maker fee rate of a derivative market */
196
+ makerFeeRate: string;
197
+ /** taker_fee_rate defines the taker fee rate of a derivative market */
198
+ takerFeeRate: string;
199
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
200
+ relayerFeeShareRate: string;
201
+ /** true if the market is a perpetual market. false if the market is an expiry futures market */
202
+ isPerpetual: boolean;
203
+ /** Status of the market */
204
+ status: MarketStatus;
205
+ /** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
206
+ minPriceTickSize: string;
207
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
208
+ minQuantityTickSize: string;
209
+ }
210
+ /** An object describing a derivative market in the Injective Futures Protocol. */
211
+ export interface DerivativeMarketSDKType {
212
+ /** Ticker for the derivative contract. */
213
+ ticker: string;
214
+ /** Oracle base currency */
215
+ oracle_base: string;
216
+ /** Oracle quote currency */
217
+ oracle_quote: string;
218
+ /** Oracle type */
219
+ oracle_type: OracleTypeSDKType;
220
+ /** Scale factor for oracle prices. */
221
+ oracle_scale_factor: number;
222
+ /** Address of the quote currency denomination for the derivative contract */
223
+ quote_denom: string;
224
+ /** Unique market ID. */
225
+ market_id: string;
226
+ /** initial_margin_ratio defines the initial margin ratio of a derivative market */
227
+ initial_margin_ratio: string;
228
+ /** maintenance_margin_ratio defines the maintenance margin ratio of a derivative market */
229
+ maintenance_margin_ratio: string;
230
+ /** maker_fee_rate defines the maker fee rate of a derivative market */
231
+ maker_fee_rate: string;
232
+ /** taker_fee_rate defines the taker fee rate of a derivative market */
233
+ taker_fee_rate: string;
234
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
235
+ relayer_fee_share_rate: string;
236
+ /** true if the market is a perpetual market. false if the market is an expiry futures market */
237
+ isPerpetual: boolean;
238
+ /** Status of the market */
239
+ status: MarketStatusSDKType;
240
+ /** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
241
+ min_price_tick_size: string;
242
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
243
+ min_quantity_tick_size: string;
244
+ }
245
+ /** An object describing a binary options market in Injective Protocol. */
246
+ export interface BinaryOptionsMarket {
247
+ /** Ticker for the derivative contract. */
248
+ ticker: string;
249
+ /** Oracle symbol */
250
+ oracleSymbol: string;
251
+ /** Oracle Provider */
252
+ oracleProvider: string;
253
+ /** Oracle type */
254
+ oracleType: OracleType;
255
+ /** Scale factor for oracle prices. */
256
+ oracleScaleFactor: number;
257
+ /** expiration timestamp */
258
+ expirationTimestamp: Long;
259
+ /** expiration timestamp */
260
+ settlementTimestamp: Long;
261
+ /** admin of the market */
262
+ admin: string;
263
+ /** Address of the quote currency denomination for the binary options contract */
264
+ quoteDenom: string;
265
+ /** Unique market ID. */
266
+ marketId: string;
267
+ /** maker_fee_rate defines the maker fee rate of a binary options market */
268
+ makerFeeRate: string;
269
+ /** taker_fee_rate defines the taker fee rate of a derivative market */
270
+ takerFeeRate: string;
271
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
272
+ relayerFeeShareRate: string;
273
+ /** Status of the market */
274
+ status: MarketStatus;
275
+ /** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
276
+ minPriceTickSize: string;
277
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
278
+ minQuantityTickSize: string;
279
+ settlementPrice?: string;
280
+ }
281
+ /** An object describing a binary options market in Injective Protocol. */
282
+ export interface BinaryOptionsMarketSDKType {
283
+ /** Ticker for the derivative contract. */
284
+ ticker: string;
285
+ /** Oracle symbol */
286
+ oracle_symbol: string;
287
+ /** Oracle Provider */
288
+ oracle_provider: string;
289
+ /** Oracle type */
290
+ oracle_type: OracleTypeSDKType;
291
+ /** Scale factor for oracle prices. */
292
+ oracle_scale_factor: number;
293
+ /** expiration timestamp */
294
+ expiration_timestamp: Long;
295
+ /** expiration timestamp */
296
+ settlement_timestamp: Long;
297
+ /** admin of the market */
298
+ admin: string;
299
+ /** Address of the quote currency denomination for the binary options contract */
300
+ quote_denom: string;
301
+ /** Unique market ID. */
302
+ market_id: string;
303
+ /** maker_fee_rate defines the maker fee rate of a binary options market */
304
+ maker_fee_rate: string;
305
+ /** taker_fee_rate defines the taker fee rate of a derivative market */
306
+ taker_fee_rate: string;
307
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
308
+ relayer_fee_share_rate: string;
309
+ /** Status of the market */
310
+ status: MarketStatusSDKType;
311
+ /** min_price_tick_size defines the minimum tick size that the price and margin required for orders in the market */
312
+ min_price_tick_size: string;
313
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
314
+ min_quantity_tick_size: string;
315
+ settlement_price?: string;
316
+ }
317
+ export interface ExpiryFuturesMarketInfo {
318
+ /** market ID. */
319
+ marketId: string;
320
+ /** expiration_timestamp defines the expiration time for a time expiry futures market. */
321
+ expirationTimestamp: Long;
322
+ /** expiration_twap_start_timestamp defines the start time of the TWAP calculation window */
323
+ twapStartTimestamp: Long;
324
+ /** expiration_twap_start_price_cumulative defines the cumulative price for the start of the TWAP window */
325
+ expirationTwapStartPriceCumulative: string;
326
+ /** settlement_price defines the settlement price for a time expiry futures market. */
327
+ settlementPrice: string;
328
+ }
329
+ export interface ExpiryFuturesMarketInfoSDKType {
330
+ /** market ID. */
331
+ market_id: string;
332
+ /** expiration_timestamp defines the expiration time for a time expiry futures market. */
333
+ expiration_timestamp: Long;
334
+ /** expiration_twap_start_timestamp defines the start time of the TWAP calculation window */
335
+ twap_start_timestamp: Long;
336
+ /** expiration_twap_start_price_cumulative defines the cumulative price for the start of the TWAP window */
337
+ expiration_twap_start_price_cumulative: string;
338
+ /** settlement_price defines the settlement price for a time expiry futures market. */
339
+ settlement_price: string;
340
+ }
341
+ export interface PerpetualMarketInfo {
342
+ /** market ID. */
343
+ marketId: string;
344
+ /** hourly_funding_rate_cap defines the maximum absolute value of the hourly funding rate */
345
+ hourlyFundingRateCap: string;
346
+ /** hourly_interest_rate defines the hourly interest rate */
347
+ hourlyInterestRate: string;
348
+ /** next_funding_timestamp defines the next funding timestamp in seconds of a perpetual market */
349
+ nextFundingTimestamp: Long;
350
+ /** funding_interval defines the next funding interval in seconds of a perpetual market. */
351
+ fundingInterval: Long;
352
+ }
353
+ export interface PerpetualMarketInfoSDKType {
354
+ /** market ID. */
355
+ market_id: string;
356
+ /** hourly_funding_rate_cap defines the maximum absolute value of the hourly funding rate */
357
+ hourly_funding_rate_cap: string;
358
+ /** hourly_interest_rate defines the hourly interest rate */
359
+ hourly_interest_rate: string;
360
+ /** next_funding_timestamp defines the next funding timestamp in seconds of a perpetual market */
361
+ next_funding_timestamp: Long;
362
+ /** funding_interval defines the next funding interval in seconds of a perpetual market. */
363
+ funding_interval: Long;
364
+ }
365
+ export interface PerpetualMarketFunding {
366
+ /** cumulative_funding defines the cumulative funding of a perpetual market. */
367
+ cumulativeFunding: string;
368
+ /** cumulative_price defines the cumulative price for the current hour up to the last timestamp */
369
+ cumulativePrice: string;
370
+ lastTimestamp: Long;
371
+ }
372
+ export interface PerpetualMarketFundingSDKType {
373
+ /** cumulative_funding defines the cumulative funding of a perpetual market. */
374
+ cumulative_funding: string;
375
+ /** cumulative_price defines the cumulative price for the current hour up to the last timestamp */
376
+ cumulative_price: string;
377
+ last_timestamp: Long;
378
+ }
379
+ export interface DerivativeMarketSettlementInfo {
380
+ /** market ID. */
381
+ marketId: string;
382
+ /** settlement_price defines the settlement price */
383
+ settlementPrice: string;
384
+ /** starting_deficit defines starting deficit */
385
+ startingDeficit: string;
386
+ }
387
+ export interface DerivativeMarketSettlementInfoSDKType {
388
+ /** market ID. */
389
+ market_id: string;
390
+ /** settlement_price defines the settlement price */
391
+ settlement_price: string;
392
+ /** starting_deficit defines starting deficit */
393
+ starting_deficit: string;
394
+ }
395
+ export interface NextFundingTimestamp {
396
+ nextTimestamp: Long;
397
+ }
398
+ export interface NextFundingTimestampSDKType {
399
+ next_timestamp: Long;
400
+ }
401
+ /** An object describing trade pair of two assets. */
402
+ export interface SpotMarket {
403
+ /** A name of the pair in format AAA/BBB, where AAA is base asset, BBB is quote asset. */
404
+ ticker: string;
405
+ /** Coin denom used for the base asset */
406
+ baseDenom: string;
407
+ /** Coin used for the quote asset */
408
+ quoteDenom: string;
409
+ /** maker_fee_rate defines the fee percentage makers pay when trading */
410
+ makerFeeRate: string;
411
+ /** taker_fee_rate defines the fee percentage takers pay when trading */
412
+ takerFeeRate: string;
413
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
414
+ relayerFeeShareRate: string;
415
+ /** Unique market ID. */
416
+ marketId: string;
417
+ /** Status of the market */
418
+ status: MarketStatus;
419
+ /** min_price_tick_size defines the minimum tick size that the price required for orders in the market */
420
+ minPriceTickSize: string;
421
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
422
+ minQuantityTickSize: string;
423
+ }
424
+ /** An object describing trade pair of two assets. */
425
+ export interface SpotMarketSDKType {
426
+ /** A name of the pair in format AAA/BBB, where AAA is base asset, BBB is quote asset. */
427
+ ticker: string;
428
+ /** Coin denom used for the base asset */
429
+ base_denom: string;
430
+ /** Coin used for the quote asset */
431
+ quote_denom: string;
432
+ /** maker_fee_rate defines the fee percentage makers pay when trading */
433
+ maker_fee_rate: string;
434
+ /** taker_fee_rate defines the fee percentage takers pay when trading */
435
+ taker_fee_rate: string;
436
+ /** relayer_fee_share_rate defines the percentage of the transaction fee shared with the relayer in a derivative market */
437
+ relayer_fee_share_rate: string;
438
+ /** Unique market ID. */
439
+ market_id: string;
440
+ /** Status of the market */
441
+ status: MarketStatusSDKType;
442
+ /** min_price_tick_size defines the minimum tick size that the price required for orders in the market */
443
+ min_price_tick_size: string;
444
+ /** min_quantity_tick_size defines the minimum tick size of the quantity required for orders in the market */
445
+ min_quantity_tick_size: string;
446
+ }
447
+ /** A subaccount's deposit for a given base currency */
448
+ export interface Deposit {
449
+ availableBalance: string;
450
+ totalBalance: string;
451
+ }
452
+ /** A subaccount's deposit for a given base currency */
453
+ export interface DepositSDKType {
454
+ available_balance: string;
455
+ total_balance: string;
456
+ }
457
+ export interface SubaccountTradeNonce {
458
+ nonce: number;
459
+ }
460
+ export interface SubaccountTradeNonceSDKType {
461
+ nonce: number;
462
+ }
463
+ export interface OrderInfo {
464
+ /** bytes32 subaccount ID that created the order */
465
+ subaccountId: string;
466
+ /** address fee_recipient address that will receive fees for the order */
467
+ feeRecipient: string;
468
+ /** price of the order */
469
+ price: string;
470
+ /** quantity of the order */
471
+ quantity: string;
472
+ }
473
+ export interface OrderInfoSDKType {
474
+ /** bytes32 subaccount ID that created the order */
475
+ subaccount_id: string;
476
+ /** address fee_recipient address that will receive fees for the order */
477
+ fee_recipient: string;
478
+ /** price of the order */
479
+ price: string;
480
+ /** quantity of the order */
481
+ quantity: string;
482
+ }
483
+ export interface SpotOrder {
484
+ /** market_id represents the unique ID of the market */
485
+ marketId: string;
486
+ /** order_info contains the information of the order */
487
+ orderInfo: OrderInfo;
488
+ /** order types */
489
+ orderType: OrderType;
490
+ /** trigger_price is the trigger price used by stop/take orders */
491
+ triggerPrice?: string;
492
+ }
493
+ export interface SpotOrderSDKType {
494
+ /** market_id represents the unique ID of the market */
495
+ market_id: string;
496
+ /** order_info contains the information of the order */
497
+ order_info: OrderInfoSDKType;
498
+ /** order types */
499
+ order_type: OrderTypeSDKType;
500
+ /** trigger_price is the trigger price used by stop/take orders */
501
+ trigger_price?: string;
502
+ }
503
+ /** A valid Spot limit order with Metadata. */
504
+ export interface SpotLimitOrder {
505
+ /** order_info contains the information of the order */
506
+ orderInfo: OrderInfo;
507
+ /** order types */
508
+ orderType: OrderType;
509
+ /** the amount of the quantity remaining fillable */
510
+ fillable: string;
511
+ /** trigger_price is the trigger price used by stop/take orders */
512
+ triggerPrice?: string;
513
+ orderHash: Uint8Array;
514
+ }
515
+ /** A valid Spot limit order with Metadata. */
516
+ export interface SpotLimitOrderSDKType {
517
+ /** order_info contains the information of the order */
518
+ order_info: OrderInfoSDKType;
519
+ /** order types */
520
+ order_type: OrderTypeSDKType;
521
+ /** the amount of the quantity remaining fillable */
522
+ fillable: string;
523
+ /** trigger_price is the trigger price used by stop/take orders */
524
+ trigger_price?: string;
525
+ order_hash: Uint8Array;
526
+ }
527
+ /** A valid Spot market order with Metadata. */
528
+ export interface SpotMarketOrder {
529
+ /** order_info contains the information of the order */
530
+ orderInfo: OrderInfo;
531
+ balanceHold: string;
532
+ orderHash: Uint8Array;
533
+ /** order types */
534
+ orderType: OrderType;
535
+ /** trigger_price is the trigger price used by stop/take orders */
536
+ triggerPrice?: string;
537
+ }
538
+ /** A valid Spot market order with Metadata. */
539
+ export interface SpotMarketOrderSDKType {
540
+ /** order_info contains the information of the order */
541
+ order_info: OrderInfoSDKType;
542
+ balance_hold: string;
543
+ order_hash: Uint8Array;
544
+ /** order types */
545
+ order_type: OrderTypeSDKType;
546
+ /** trigger_price is the trigger price used by stop/take orders */
547
+ trigger_price?: string;
548
+ }
549
+ export interface DerivativeOrder {
550
+ /** market_id represents the unique ID of the market */
551
+ marketId: string;
552
+ /** order_info contains the information of the order */
553
+ orderInfo: OrderInfo;
554
+ /** order types */
555
+ orderType: OrderType;
556
+ /** margin is the margin used by the limit order */
557
+ margin: string;
558
+ /** trigger_price is the trigger price used by stop/take orders */
559
+ triggerPrice?: string;
560
+ }
561
+ export interface DerivativeOrderSDKType {
562
+ /** market_id represents the unique ID of the market */
563
+ market_id: string;
564
+ /** order_info contains the information of the order */
565
+ order_info: OrderInfoSDKType;
566
+ /** order types */
567
+ order_type: OrderTypeSDKType;
568
+ /** margin is the margin used by the limit order */
569
+ margin: string;
570
+ /** trigger_price is the trigger price used by stop/take orders */
571
+ trigger_price?: string;
572
+ }
573
+ export interface SubaccountOrderbookMetadata {
574
+ vanillaLimitOrderCount: number;
575
+ reduceOnlyLimitOrderCount: number;
576
+ /** AggregateReduceOnlyQuantity is the aggregate fillable quantity of the subaccount's reduce-only limit orders in the given direction. */
577
+ aggregateReduceOnlyQuantity: string;
578
+ /** AggregateVanillaQuantity is the aggregate fillable quantity of the subaccount's vanilla limit orders in the given direction. */
579
+ aggregateVanillaQuantity: string;
580
+ vanillaConditionalOrderCount: number;
581
+ reduceOnlyConditionalOrderCount: number;
582
+ }
583
+ export interface SubaccountOrderbookMetadataSDKType {
584
+ vanilla_limit_order_count: number;
585
+ reduce_only_limit_order_count: number;
586
+ /** AggregateReduceOnlyQuantity is the aggregate fillable quantity of the subaccount's reduce-only limit orders in the given direction. */
587
+ aggregate_reduce_only_quantity: string;
588
+ /** AggregateVanillaQuantity is the aggregate fillable quantity of the subaccount's vanilla limit orders in the given direction. */
589
+ aggregate_vanilla_quantity: string;
590
+ vanilla_conditional_order_count: number;
591
+ reduce_only_conditional_order_count: number;
592
+ }
593
+ export interface SubaccountOrder {
594
+ /** price of the order */
595
+ price: string;
596
+ /** the amount of the quantity remaining fillable */
597
+ quantity: string;
598
+ isReduceOnly: boolean;
599
+ }
600
+ export interface SubaccountOrderSDKType {
601
+ /** price of the order */
602
+ price: string;
603
+ /** the amount of the quantity remaining fillable */
604
+ quantity: string;
605
+ isReduceOnly: boolean;
606
+ }
607
+ export interface SubaccountOrderData {
608
+ order: SubaccountOrder;
609
+ orderHash: Uint8Array;
610
+ }
611
+ export interface SubaccountOrderDataSDKType {
612
+ order: SubaccountOrderSDKType;
613
+ order_hash: Uint8Array;
614
+ }
615
+ /** A valid Derivative limit order with Metadata. */
616
+ export interface DerivativeLimitOrder {
617
+ /** order_info contains the information of the order */
618
+ orderInfo: OrderInfo;
619
+ /** order types */
620
+ orderType: OrderType;
621
+ /** margin is the margin used by the limit order */
622
+ margin: string;
623
+ /** the amount of the quantity remaining fillable */
624
+ fillable: string;
625
+ /** trigger_price is the trigger price used by stop/take orders */
626
+ triggerPrice?: string;
627
+ orderHash: Uint8Array;
628
+ }
629
+ /** A valid Derivative limit order with Metadata. */
630
+ export interface DerivativeLimitOrderSDKType {
631
+ /** order_info contains the information of the order */
632
+ order_info: OrderInfoSDKType;
633
+ /** order types */
634
+ order_type: OrderTypeSDKType;
635
+ /** margin is the margin used by the limit order */
636
+ margin: string;
637
+ /** the amount of the quantity remaining fillable */
638
+ fillable: string;
639
+ /** trigger_price is the trigger price used by stop/take orders */
640
+ trigger_price?: string;
641
+ order_hash: Uint8Array;
642
+ }
643
+ /** A valid Derivative market order with Metadata. */
644
+ export interface DerivativeMarketOrder {
645
+ /** order_info contains the information of the order */
646
+ orderInfo: OrderInfo;
647
+ /** order types */
648
+ orderType: OrderType;
649
+ margin: string;
650
+ marginHold: string;
651
+ /** trigger_price is the trigger price used by stop/take orders */
652
+ triggerPrice?: string;
653
+ orderHash: Uint8Array;
654
+ }
655
+ /** A valid Derivative market order with Metadata. */
656
+ export interface DerivativeMarketOrderSDKType {
657
+ /** order_info contains the information of the order */
658
+ order_info: OrderInfoSDKType;
659
+ /** order types */
660
+ order_type: OrderTypeSDKType;
661
+ margin: string;
662
+ margin_hold: string;
663
+ /** trigger_price is the trigger price used by stop/take orders */
664
+ trigger_price?: string;
665
+ order_hash: Uint8Array;
666
+ }
667
+ export interface Position {
668
+ isLong: boolean;
669
+ quantity: string;
670
+ entryPrice: string;
671
+ margin: string;
672
+ cumulativeFundingEntry: string;
673
+ }
674
+ export interface PositionSDKType {
675
+ isLong: boolean;
676
+ quantity: string;
677
+ entry_price: string;
678
+ margin: string;
679
+ cumulative_funding_entry: string;
680
+ }
681
+ export interface MarketOrderIndicator {
682
+ /** market_id represents the unique ID of the market */
683
+ marketId: string;
684
+ isBuy: boolean;
685
+ }
686
+ export interface MarketOrderIndicatorSDKType {
687
+ /** market_id represents the unique ID of the market */
688
+ market_id: string;
689
+ isBuy: boolean;
690
+ }
691
+ export interface TradeLog {
692
+ quantity: string;
693
+ price: string;
694
+ /** bytes32 subaccount ID that executed the trade */
695
+ subaccountId: Uint8Array;
696
+ fee: string;
697
+ orderHash: Uint8Array;
698
+ feeRecipientAddress?: Uint8Array;
699
+ }
700
+ export interface TradeLogSDKType {
701
+ quantity: string;
702
+ price: string;
703
+ /** bytes32 subaccount ID that executed the trade */
704
+ subaccount_id: Uint8Array;
705
+ fee: string;
706
+ order_hash: Uint8Array;
707
+ fee_recipient_address?: Uint8Array;
708
+ }
709
+ export interface PositionDelta {
710
+ isLong: boolean;
711
+ executionQuantity: string;
712
+ executionMargin: string;
713
+ executionPrice: string;
714
+ }
715
+ export interface PositionDeltaSDKType {
716
+ is_long: boolean;
717
+ execution_quantity: string;
718
+ execution_margin: string;
719
+ execution_price: string;
720
+ }
721
+ export interface DerivativeTradeLog {
722
+ subaccountId: Uint8Array;
723
+ positionDelta: PositionDelta;
724
+ payout: string;
725
+ fee: string;
726
+ orderHash: Uint8Array;
727
+ feeRecipientAddress?: Uint8Array;
728
+ }
729
+ export interface DerivativeTradeLogSDKType {
730
+ subaccount_id: Uint8Array;
731
+ position_delta: PositionDeltaSDKType;
732
+ payout: string;
733
+ fee: string;
734
+ order_hash: Uint8Array;
735
+ fee_recipient_address?: Uint8Array;
736
+ }
737
+ export interface SubaccountPosition {
738
+ position: Position;
739
+ subaccountId: Uint8Array;
740
+ }
741
+ export interface SubaccountPositionSDKType {
742
+ position: PositionSDKType;
743
+ subaccount_id: Uint8Array;
744
+ }
745
+ export interface SubaccountDeposit {
746
+ subaccountId: Uint8Array;
747
+ deposit: Deposit;
748
+ }
749
+ export interface SubaccountDepositSDKType {
750
+ subaccount_id: Uint8Array;
751
+ deposit: DepositSDKType;
752
+ }
753
+ export interface DepositUpdate {
754
+ denom: string;
755
+ deposits: SubaccountDeposit[];
756
+ }
757
+ export interface DepositUpdateSDKType {
758
+ denom: string;
759
+ deposits: SubaccountDepositSDKType[];
760
+ }
761
+ export interface PointsMultiplier {
762
+ makerPointsMultiplier: string;
763
+ takerPointsMultiplier: string;
764
+ }
765
+ export interface PointsMultiplierSDKType {
766
+ maker_points_multiplier: string;
767
+ taker_points_multiplier: string;
768
+ }
769
+ export interface TradingRewardCampaignBoostInfo {
770
+ boostedSpotMarketIds: string[];
771
+ spotMarketMultipliers: PointsMultiplier[];
772
+ boostedDerivativeMarketIds: string[];
773
+ derivativeMarketMultipliers: PointsMultiplier[];
774
+ }
775
+ export interface TradingRewardCampaignBoostInfoSDKType {
776
+ boosted_spot_market_ids: string[];
777
+ spot_market_multipliers: PointsMultiplierSDKType[];
778
+ boosted_derivative_market_ids: string[];
779
+ derivative_market_multipliers: PointsMultiplierSDKType[];
780
+ }
781
+ export interface CampaignRewardPool {
782
+ startTimestamp: Long;
783
+ /** max_campaign_rewards are the maximum reward amounts to be disbursed at the end of the campaign */
784
+ maxCampaignRewards: Coin[];
785
+ }
786
+ export interface CampaignRewardPoolSDKType {
787
+ start_timestamp: Long;
788
+ /** max_campaign_rewards are the maximum reward amounts to be disbursed at the end of the campaign */
789
+ max_campaign_rewards: CoinSDKType[];
790
+ }
791
+ export interface TradingRewardCampaignInfo {
792
+ /** number of seconds of the duration of each campaign */
793
+ campaignDurationSeconds: Long;
794
+ /** the trading fee quote denoms which will be counted for the rewards */
795
+ quoteDenoms: string[];
796
+ /** the optional boost info for markets */
797
+ tradingRewardBoostInfo: TradingRewardCampaignBoostInfo;
798
+ /** the marketIDs which are disqualified from being rewarded */
799
+ disqualifiedMarketIds: string[];
800
+ }
801
+ export interface TradingRewardCampaignInfoSDKType {
802
+ /** number of seconds of the duration of each campaign */
803
+ campaign_duration_seconds: Long;
804
+ /** the trading fee quote denoms which will be counted for the rewards */
805
+ quote_denoms: string[];
806
+ /** the optional boost info for markets */
807
+ trading_reward_boost_info: TradingRewardCampaignBoostInfoSDKType;
808
+ /** the marketIDs which are disqualified from being rewarded */
809
+ disqualified_market_ids: string[];
810
+ }
811
+ export interface FeeDiscountTierInfo {
812
+ makerDiscountRate: string;
813
+ takerDiscountRate: string;
814
+ stakedAmount: string;
815
+ volume: string;
816
+ }
817
+ export interface FeeDiscountTierInfoSDKType {
818
+ maker_discount_rate: string;
819
+ taker_discount_rate: string;
820
+ staked_amount: string;
821
+ volume: string;
822
+ }
823
+ export interface FeeDiscountSchedule {
824
+ bucketCount: Long;
825
+ bucketDuration: Long;
826
+ /** the trading fee quote denoms which will be counted for the fee paid contribution */
827
+ quoteDenoms: string[];
828
+ /** the fee discount tiers */
829
+ tierInfos: FeeDiscountTierInfo[];
830
+ /** the marketIDs which are disqualified from contributing to the fee paid amount */
831
+ disqualifiedMarketIds: string[];
832
+ }
833
+ export interface FeeDiscountScheduleSDKType {
834
+ bucket_count: Long;
835
+ bucket_duration: Long;
836
+ /** the trading fee quote denoms which will be counted for the fee paid contribution */
837
+ quote_denoms: string[];
838
+ /** the fee discount tiers */
839
+ tier_infos: FeeDiscountTierInfoSDKType[];
840
+ /** the marketIDs which are disqualified from contributing to the fee paid amount */
841
+ disqualified_market_ids: string[];
842
+ }
843
+ export interface FeeDiscountTierTTL {
844
+ tier: Long;
845
+ ttlTimestamp: Long;
846
+ }
847
+ export interface FeeDiscountTierTTLSDKType {
848
+ tier: Long;
849
+ ttl_timestamp: Long;
850
+ }
851
+ export interface AccountRewards {
852
+ account: string;
853
+ rewards: Coin[];
854
+ }
855
+ export interface AccountRewardsSDKType {
856
+ account: string;
857
+ rewards: CoinSDKType[];
858
+ }
859
+ export interface TradeRecords {
860
+ marketId: string;
861
+ latestTradeRecords: TradeRecord[];
862
+ }
863
+ export interface TradeRecordsSDKType {
864
+ market_id: string;
865
+ latest_trade_records: TradeRecordSDKType[];
866
+ }
867
+ export interface SubaccountIDs {
868
+ subaccountIds: Uint8Array[];
869
+ }
870
+ export interface SubaccountIDsSDKType {
871
+ subaccount_ids: Uint8Array[];
872
+ }
873
+ export interface TradeRecord {
874
+ timestamp: Long;
875
+ price: string;
876
+ quantity: string;
877
+ }
878
+ export interface TradeRecordSDKType {
879
+ timestamp: Long;
880
+ price: string;
881
+ quantity: string;
882
+ }
883
+ export declare const Params: {
884
+ encode(message: Params, writer?: _m0.Writer): _m0.Writer;
885
+ decode(input: _m0.Reader | Uint8Array, length?: number): Params;
886
+ fromPartial(object: DeepPartial<Params>): Params;
887
+ };
888
+ export declare const DerivativeMarket: {
889
+ encode(message: DerivativeMarket, writer?: _m0.Writer): _m0.Writer;
890
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeMarket;
891
+ fromPartial(object: DeepPartial<DerivativeMarket>): DerivativeMarket;
892
+ };
893
+ export declare const BinaryOptionsMarket: {
894
+ encode(message: BinaryOptionsMarket, writer?: _m0.Writer): _m0.Writer;
895
+ decode(input: _m0.Reader | Uint8Array, length?: number): BinaryOptionsMarket;
896
+ fromPartial(object: DeepPartial<BinaryOptionsMarket>): BinaryOptionsMarket;
897
+ };
898
+ export declare const ExpiryFuturesMarketInfo: {
899
+ encode(message: ExpiryFuturesMarketInfo, writer?: _m0.Writer): _m0.Writer;
900
+ decode(input: _m0.Reader | Uint8Array, length?: number): ExpiryFuturesMarketInfo;
901
+ fromPartial(object: DeepPartial<ExpiryFuturesMarketInfo>): ExpiryFuturesMarketInfo;
902
+ };
903
+ export declare const PerpetualMarketInfo: {
904
+ encode(message: PerpetualMarketInfo, writer?: _m0.Writer): _m0.Writer;
905
+ decode(input: _m0.Reader | Uint8Array, length?: number): PerpetualMarketInfo;
906
+ fromPartial(object: DeepPartial<PerpetualMarketInfo>): PerpetualMarketInfo;
907
+ };
908
+ export declare const PerpetualMarketFunding: {
909
+ encode(message: PerpetualMarketFunding, writer?: _m0.Writer): _m0.Writer;
910
+ decode(input: _m0.Reader | Uint8Array, length?: number): PerpetualMarketFunding;
911
+ fromPartial(object: DeepPartial<PerpetualMarketFunding>): PerpetualMarketFunding;
912
+ };
913
+ export declare const DerivativeMarketSettlementInfo: {
914
+ encode(message: DerivativeMarketSettlementInfo, writer?: _m0.Writer): _m0.Writer;
915
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeMarketSettlementInfo;
916
+ fromPartial(object: DeepPartial<DerivativeMarketSettlementInfo>): DerivativeMarketSettlementInfo;
917
+ };
918
+ export declare const NextFundingTimestamp: {
919
+ encode(message: NextFundingTimestamp, writer?: _m0.Writer): _m0.Writer;
920
+ decode(input: _m0.Reader | Uint8Array, length?: number): NextFundingTimestamp;
921
+ fromPartial(object: DeepPartial<NextFundingTimestamp>): NextFundingTimestamp;
922
+ };
923
+ export declare const SpotMarket: {
924
+ encode(message: SpotMarket, writer?: _m0.Writer): _m0.Writer;
925
+ decode(input: _m0.Reader | Uint8Array, length?: number): SpotMarket;
926
+ fromPartial(object: DeepPartial<SpotMarket>): SpotMarket;
927
+ };
928
+ export declare const Deposit: {
929
+ encode(message: Deposit, writer?: _m0.Writer): _m0.Writer;
930
+ decode(input: _m0.Reader | Uint8Array, length?: number): Deposit;
931
+ fromPartial(object: DeepPartial<Deposit>): Deposit;
932
+ };
933
+ export declare const SubaccountTradeNonce: {
934
+ encode(message: SubaccountTradeNonce, writer?: _m0.Writer): _m0.Writer;
935
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountTradeNonce;
936
+ fromPartial(object: DeepPartial<SubaccountTradeNonce>): SubaccountTradeNonce;
937
+ };
938
+ export declare const OrderInfo: {
939
+ encode(message: OrderInfo, writer?: _m0.Writer): _m0.Writer;
940
+ decode(input: _m0.Reader | Uint8Array, length?: number): OrderInfo;
941
+ fromPartial(object: DeepPartial<OrderInfo>): OrderInfo;
942
+ };
943
+ export declare const SpotOrder: {
944
+ encode(message: SpotOrder, writer?: _m0.Writer): _m0.Writer;
945
+ decode(input: _m0.Reader | Uint8Array, length?: number): SpotOrder;
946
+ fromPartial(object: DeepPartial<SpotOrder>): SpotOrder;
947
+ };
948
+ export declare const SpotLimitOrder: {
949
+ encode(message: SpotLimitOrder, writer?: _m0.Writer): _m0.Writer;
950
+ decode(input: _m0.Reader | Uint8Array, length?: number): SpotLimitOrder;
951
+ fromPartial(object: DeepPartial<SpotLimitOrder>): SpotLimitOrder;
952
+ };
953
+ export declare const SpotMarketOrder: {
954
+ encode(message: SpotMarketOrder, writer?: _m0.Writer): _m0.Writer;
955
+ decode(input: _m0.Reader | Uint8Array, length?: number): SpotMarketOrder;
956
+ fromPartial(object: DeepPartial<SpotMarketOrder>): SpotMarketOrder;
957
+ };
958
+ export declare const DerivativeOrder: {
959
+ encode(message: DerivativeOrder, writer?: _m0.Writer): _m0.Writer;
960
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeOrder;
961
+ fromPartial(object: DeepPartial<DerivativeOrder>): DerivativeOrder;
962
+ };
963
+ export declare const SubaccountOrderbookMetadata: {
964
+ encode(message: SubaccountOrderbookMetadata, writer?: _m0.Writer): _m0.Writer;
965
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountOrderbookMetadata;
966
+ fromPartial(object: DeepPartial<SubaccountOrderbookMetadata>): SubaccountOrderbookMetadata;
967
+ };
968
+ export declare const SubaccountOrder: {
969
+ encode(message: SubaccountOrder, writer?: _m0.Writer): _m0.Writer;
970
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountOrder;
971
+ fromPartial(object: DeepPartial<SubaccountOrder>): SubaccountOrder;
972
+ };
973
+ export declare const SubaccountOrderData: {
974
+ encode(message: SubaccountOrderData, writer?: _m0.Writer): _m0.Writer;
975
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountOrderData;
976
+ fromPartial(object: DeepPartial<SubaccountOrderData>): SubaccountOrderData;
977
+ };
978
+ export declare const DerivativeLimitOrder: {
979
+ encode(message: DerivativeLimitOrder, writer?: _m0.Writer): _m0.Writer;
980
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeLimitOrder;
981
+ fromPartial(object: DeepPartial<DerivativeLimitOrder>): DerivativeLimitOrder;
982
+ };
983
+ export declare const DerivativeMarketOrder: {
984
+ encode(message: DerivativeMarketOrder, writer?: _m0.Writer): _m0.Writer;
985
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeMarketOrder;
986
+ fromPartial(object: DeepPartial<DerivativeMarketOrder>): DerivativeMarketOrder;
987
+ };
988
+ export declare const Position: {
989
+ encode(message: Position, writer?: _m0.Writer): _m0.Writer;
990
+ decode(input: _m0.Reader | Uint8Array, length?: number): Position;
991
+ fromPartial(object: DeepPartial<Position>): Position;
992
+ };
993
+ export declare const MarketOrderIndicator: {
994
+ encode(message: MarketOrderIndicator, writer?: _m0.Writer): _m0.Writer;
995
+ decode(input: _m0.Reader | Uint8Array, length?: number): MarketOrderIndicator;
996
+ fromPartial(object: DeepPartial<MarketOrderIndicator>): MarketOrderIndicator;
997
+ };
998
+ export declare const TradeLog: {
999
+ encode(message: TradeLog, writer?: _m0.Writer): _m0.Writer;
1000
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradeLog;
1001
+ fromPartial(object: DeepPartial<TradeLog>): TradeLog;
1002
+ };
1003
+ export declare const PositionDelta: {
1004
+ encode(message: PositionDelta, writer?: _m0.Writer): _m0.Writer;
1005
+ decode(input: _m0.Reader | Uint8Array, length?: number): PositionDelta;
1006
+ fromPartial(object: DeepPartial<PositionDelta>): PositionDelta;
1007
+ };
1008
+ export declare const DerivativeTradeLog: {
1009
+ encode(message: DerivativeTradeLog, writer?: _m0.Writer): _m0.Writer;
1010
+ decode(input: _m0.Reader | Uint8Array, length?: number): DerivativeTradeLog;
1011
+ fromPartial(object: DeepPartial<DerivativeTradeLog>): DerivativeTradeLog;
1012
+ };
1013
+ export declare const SubaccountPosition: {
1014
+ encode(message: SubaccountPosition, writer?: _m0.Writer): _m0.Writer;
1015
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountPosition;
1016
+ fromPartial(object: DeepPartial<SubaccountPosition>): SubaccountPosition;
1017
+ };
1018
+ export declare const SubaccountDeposit: {
1019
+ encode(message: SubaccountDeposit, writer?: _m0.Writer): _m0.Writer;
1020
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountDeposit;
1021
+ fromPartial(object: DeepPartial<SubaccountDeposit>): SubaccountDeposit;
1022
+ };
1023
+ export declare const DepositUpdate: {
1024
+ encode(message: DepositUpdate, writer?: _m0.Writer): _m0.Writer;
1025
+ decode(input: _m0.Reader | Uint8Array, length?: number): DepositUpdate;
1026
+ fromPartial(object: DeepPartial<DepositUpdate>): DepositUpdate;
1027
+ };
1028
+ export declare const PointsMultiplier: {
1029
+ encode(message: PointsMultiplier, writer?: _m0.Writer): _m0.Writer;
1030
+ decode(input: _m0.Reader | Uint8Array, length?: number): PointsMultiplier;
1031
+ fromPartial(object: DeepPartial<PointsMultiplier>): PointsMultiplier;
1032
+ };
1033
+ export declare const TradingRewardCampaignBoostInfo: {
1034
+ encode(message: TradingRewardCampaignBoostInfo, writer?: _m0.Writer): _m0.Writer;
1035
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradingRewardCampaignBoostInfo;
1036
+ fromPartial(object: DeepPartial<TradingRewardCampaignBoostInfo>): TradingRewardCampaignBoostInfo;
1037
+ };
1038
+ export declare const CampaignRewardPool: {
1039
+ encode(message: CampaignRewardPool, writer?: _m0.Writer): _m0.Writer;
1040
+ decode(input: _m0.Reader | Uint8Array, length?: number): CampaignRewardPool;
1041
+ fromPartial(object: DeepPartial<CampaignRewardPool>): CampaignRewardPool;
1042
+ };
1043
+ export declare const TradingRewardCampaignInfo: {
1044
+ encode(message: TradingRewardCampaignInfo, writer?: _m0.Writer): _m0.Writer;
1045
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradingRewardCampaignInfo;
1046
+ fromPartial(object: DeepPartial<TradingRewardCampaignInfo>): TradingRewardCampaignInfo;
1047
+ };
1048
+ export declare const FeeDiscountTierInfo: {
1049
+ encode(message: FeeDiscountTierInfo, writer?: _m0.Writer): _m0.Writer;
1050
+ decode(input: _m0.Reader | Uint8Array, length?: number): FeeDiscountTierInfo;
1051
+ fromPartial(object: DeepPartial<FeeDiscountTierInfo>): FeeDiscountTierInfo;
1052
+ };
1053
+ export declare const FeeDiscountSchedule: {
1054
+ encode(message: FeeDiscountSchedule, writer?: _m0.Writer): _m0.Writer;
1055
+ decode(input: _m0.Reader | Uint8Array, length?: number): FeeDiscountSchedule;
1056
+ fromPartial(object: DeepPartial<FeeDiscountSchedule>): FeeDiscountSchedule;
1057
+ };
1058
+ export declare const FeeDiscountTierTTL: {
1059
+ encode(message: FeeDiscountTierTTL, writer?: _m0.Writer): _m0.Writer;
1060
+ decode(input: _m0.Reader | Uint8Array, length?: number): FeeDiscountTierTTL;
1061
+ fromPartial(object: DeepPartial<FeeDiscountTierTTL>): FeeDiscountTierTTL;
1062
+ };
1063
+ export declare const AccountRewards: {
1064
+ encode(message: AccountRewards, writer?: _m0.Writer): _m0.Writer;
1065
+ decode(input: _m0.Reader | Uint8Array, length?: number): AccountRewards;
1066
+ fromPartial(object: DeepPartial<AccountRewards>): AccountRewards;
1067
+ };
1068
+ export declare const TradeRecords: {
1069
+ encode(message: TradeRecords, writer?: _m0.Writer): _m0.Writer;
1070
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradeRecords;
1071
+ fromPartial(object: DeepPartial<TradeRecords>): TradeRecords;
1072
+ };
1073
+ export declare const SubaccountIDs: {
1074
+ encode(message: SubaccountIDs, writer?: _m0.Writer): _m0.Writer;
1075
+ decode(input: _m0.Reader | Uint8Array, length?: number): SubaccountIDs;
1076
+ fromPartial(object: DeepPartial<SubaccountIDs>): SubaccountIDs;
1077
+ };
1078
+ export declare const TradeRecord: {
1079
+ encode(message: TradeRecord, writer?: _m0.Writer): _m0.Writer;
1080
+ decode(input: _m0.Reader | Uint8Array, length?: number): TradeRecord;
1081
+ fromPartial(object: DeepPartial<TradeRecord>): TradeRecord;
1082
+ };