@gitopia/gitopiajs 0.0.2

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 (310) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/LICENSE +21 -0
  3. package/dist/amino/amino.d.ts +1 -0
  4. package/dist/amino/amino.js +2 -0
  5. package/dist/amino/bundle.d.ts +1 -0
  6. package/dist/amino/bundle.js +41 -0
  7. package/dist/binary.d.ts +130 -0
  8. package/dist/binary.js +371 -0
  9. package/dist/cosmos/bank/v1beta1/bank.d.ts +407 -0
  10. package/dist/cosmos/bank/v1beta1/bank.js +664 -0
  11. package/dist/cosmos/bank/v1beta1/query.d.ts +1062 -0
  12. package/dist/cosmos/bank/v1beta1/query.js +1759 -0
  13. package/dist/cosmos/bank/v1beta1/query.lcd.d.ts +19 -0
  14. package/dist/cosmos/bank/v1beta1/query.lcd.js +173 -0
  15. package/dist/cosmos/bank/v1beta1/query.rpc.Query.d.ts +106 -0
  16. package/dist/cosmos/bank/v1beta1/query.rpc.Query.js +123 -0
  17. package/dist/cosmos/base/query/v1beta1/pagination.d.ts +190 -0
  18. package/dist/cosmos/base/query/v1beta1/pagination.js +204 -0
  19. package/dist/cosmos/base/v1beta1/coin.d.ts +193 -0
  20. package/dist/cosmos/base/v1beta1/coin.js +306 -0
  21. package/dist/cosmos/bundle.d.ts +2311 -0
  22. package/dist/cosmos/bundle.js +134 -0
  23. package/dist/cosmos/client.d.ts +84 -0
  24. package/dist/cosmos/client.js +65 -0
  25. package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +245 -0
  26. package/dist/cosmos/feegrant/v1beta1/feegrant.js +456 -0
  27. package/dist/cosmos/feegrant/v1beta1/query.d.ts +258 -0
  28. package/dist/cosmos/feegrant/v1beta1/query.js +487 -0
  29. package/dist/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
  30. package/dist/cosmos/feegrant/v1beta1/query.lcd.js +44 -0
  31. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
  32. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.js +47 -0
  33. package/dist/cosmos/gov/v1beta1/gov.d.ts +571 -0
  34. package/dist/cosmos/gov/v1beta1/gov.js +1122 -0
  35. package/dist/cosmos/gov/v1beta1/query.d.ts +636 -0
  36. package/dist/cosmos/gov/v1beta1/query.js +1264 -0
  37. package/dist/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  38. package/dist/cosmos/gov/v1beta1/query.lcd.js +87 -0
  39. package/dist/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
  40. package/dist/cosmos/gov/v1beta1/query.rpc.Query.js +92 -0
  41. package/dist/cosmos/group/v1/query.d.ts +1097 -0
  42. package/dist/cosmos/group/v1/query.js +2182 -0
  43. package/dist/cosmos/group/v1/query.lcd.d.ts +22 -0
  44. package/dist/cosmos/group/v1/query.lcd.js +158 -0
  45. package/dist/cosmos/group/v1/query.rpc.Query.d.ts +78 -0
  46. package/dist/cosmos/group/v1/query.rpc.Query.js +148 -0
  47. package/dist/cosmos/group/v1/tx.amino.d.ts +73 -0
  48. package/dist/cosmos/group/v1/tx.amino.js +77 -0
  49. package/dist/cosmos/group/v1/tx.d.ts +1198 -0
  50. package/dist/cosmos/group/v1/tx.js +2362 -0
  51. package/dist/cosmos/group/v1/tx.registry.d.ts +180 -0
  52. package/dist/cosmos/group/v1/tx.registry.js +271 -0
  53. package/dist/cosmos/group/v1/tx.rpc.msg.d.ts +51 -0
  54. package/dist/cosmos/group/v1/tx.rpc.msg.js +96 -0
  55. package/dist/cosmos/group/v1/types.d.ts +873 -0
  56. package/dist/cosmos/group/v1/types.js +1495 -0
  57. package/dist/cosmos/msg/v1/msg.d.ts +1 -0
  58. package/dist/cosmos/msg/v1/msg.js +2 -0
  59. package/dist/cosmos/query/v1/query.d.ts +1 -0
  60. package/dist/cosmos/query/v1/query.js +2 -0
  61. package/dist/cosmos/rpc.query.d.ts +59 -0
  62. package/dist/cosmos/rpc.query.js +60 -0
  63. package/dist/cosmos/rpc.tx.d.ts +10 -0
  64. package/dist/cosmos/rpc.tx.js +44 -0
  65. package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +278 -0
  66. package/dist/cosmos/upgrade/v1beta1/upgrade.js +382 -0
  67. package/dist/cosmos_proto/bundle.d.ts +32 -0
  68. package/dist/cosmos_proto/bundle.js +41 -0
  69. package/dist/cosmos_proto/cosmos.d.ts +171 -0
  70. package/dist/cosmos_proto/cosmos.js +221 -0
  71. package/dist/esm/amino/amino.js +1 -0
  72. package/dist/esm/amino/bundle.js +5 -0
  73. package/dist/esm/binary.js +366 -0
  74. package/dist/esm/cosmos/bank/v1beta1/bank.js +661 -0
  75. package/dist/esm/cosmos/bank/v1beta1/query.js +1756 -0
  76. package/dist/esm/cosmos/bank/v1beta1/query.lcd.js +169 -0
  77. package/dist/esm/cosmos/bank/v1beta1/query.rpc.Query.js +118 -0
  78. package/dist/esm/cosmos/base/query/v1beta1/pagination.js +201 -0
  79. package/dist/esm/cosmos/base/v1beta1/coin.js +303 -0
  80. package/dist/esm/cosmos/bundle.js +98 -0
  81. package/dist/esm/cosmos/client.js +27 -0
  82. package/dist/esm/cosmos/feegrant/v1beta1/feegrant.js +450 -0
  83. package/dist/esm/cosmos/feegrant/v1beta1/query.js +484 -0
  84. package/dist/esm/cosmos/feegrant/v1beta1/query.lcd.js +40 -0
  85. package/dist/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +42 -0
  86. package/dist/esm/cosmos/gov/v1beta1/gov.js +1112 -0
  87. package/dist/esm/cosmos/gov/v1beta1/query.js +1261 -0
  88. package/dist/esm/cosmos/gov/v1beta1/query.lcd.js +83 -0
  89. package/dist/esm/cosmos/gov/v1beta1/query.rpc.Query.js +87 -0
  90. package/dist/esm/cosmos/group/v1/query.js +2179 -0
  91. package/dist/esm/cosmos/group/v1/query.lcd.js +154 -0
  92. package/dist/esm/cosmos/group/v1/query.rpc.Query.js +143 -0
  93. package/dist/esm/cosmos/group/v1/tx.amino.js +74 -0
  94. package/dist/esm/cosmos/group/v1/tx.js +2354 -0
  95. package/dist/esm/cosmos/group/v1/tx.registry.js +267 -0
  96. package/dist/esm/cosmos/group/v1/tx.rpc.msg.js +92 -0
  97. package/dist/esm/cosmos/group/v1/types.js +1483 -0
  98. package/dist/esm/cosmos/msg/v1/msg.js +1 -0
  99. package/dist/esm/cosmos/query/v1/query.js +1 -0
  100. package/dist/esm/cosmos/rpc.query.js +23 -0
  101. package/dist/esm/cosmos/rpc.tx.js +7 -0
  102. package/dist/esm/cosmos/upgrade/v1beta1/upgrade.js +379 -0
  103. package/dist/esm/cosmos_proto/bundle.js +5 -0
  104. package/dist/esm/cosmos_proto/cosmos.js +216 -0
  105. package/dist/esm/gitopia/bundle.js +95 -0
  106. package/dist/esm/gitopia/client.js +32 -0
  107. package/dist/esm/gitopia/custom-lcd-client.js +50 -0
  108. package/dist/esm/gitopia/gitopia/gitopia/attachment.js +101 -0
  109. package/dist/esm/gitopia/gitopia/gitopia/bounty.js +255 -0
  110. package/dist/esm/gitopia/gitopia/gitopia/branch.js +137 -0
  111. package/dist/esm/gitopia/gitopia/gitopia/comment.js +488 -0
  112. package/dist/esm/gitopia/gitopia/gitopia/dao.js +451 -0
  113. package/dist/esm/gitopia/gitopia/gitopia/exercised_amount.js +78 -0
  114. package/dist/esm/gitopia/gitopia/gitopia/genesis.js +460 -0
  115. package/dist/esm/gitopia/gitopia/gitopia/issue.js +323 -0
  116. package/dist/esm/gitopia/gitopia/gitopia/params.js +293 -0
  117. package/dist/esm/gitopia/gitopia/gitopia/pullRequest.js +565 -0
  118. package/dist/esm/gitopia/gitopia/gitopia/query.js +7351 -0
  119. package/dist/esm/gitopia/gitopia/gitopia/query.lcd.js +452 -0
  120. package/dist/esm/gitopia/gitopia/gitopia/query.rpc.Query.js +453 -0
  121. package/dist/esm/gitopia/gitopia/gitopia/reaction.js +123 -0
  122. package/dist/esm/gitopia/gitopia/gitopia/release.js +225 -0
  123. package/dist/esm/gitopia/gitopia/gitopia/repository.js +1200 -0
  124. package/dist/esm/gitopia/gitopia/gitopia/tag.js +125 -0
  125. package/dist/esm/gitopia/gitopia/gitopia/task.js +197 -0
  126. package/dist/esm/gitopia/gitopia/gitopia/tx.amino.js +464 -0
  127. package/dist/esm/gitopia/gitopia/gitopia/tx.js +14679 -0
  128. package/dist/esm/gitopia/gitopia/gitopia/tx.registry.js +1671 -0
  129. package/dist/esm/gitopia/gitopia/gitopia/tx.rpc.msg.js +560 -0
  130. package/dist/esm/gitopia/gitopia/gitopia/user.js +340 -0
  131. package/dist/esm/gitopia/gitopia/gitopia/whois.js +146 -0
  132. package/dist/esm/gitopia/gitopia/offchain/offchain.js +144 -0
  133. package/dist/esm/gitopia/gitopia/rewards/genesis.js +82 -0
  134. package/dist/esm/gitopia/gitopia/rewards/params.js +81 -0
  135. package/dist/esm/gitopia/gitopia/rewards/pool.js +191 -0
  136. package/dist/esm/gitopia/gitopia/rewards/query.js +654 -0
  137. package/dist/esm/gitopia/gitopia/rewards/query.lcd.js +40 -0
  138. package/dist/esm/gitopia/gitopia/rewards/query.rpc.Query.js +53 -0
  139. package/dist/esm/gitopia/gitopia/rewards/rewards.js +191 -0
  140. package/dist/esm/gitopia/gitopia/rewards/task.js +176 -0
  141. package/dist/esm/gitopia/gitopia/rewards/tx.amino.js +19 -0
  142. package/dist/esm/gitopia/gitopia/rewards/tx.js +525 -0
  143. package/dist/esm/gitopia/gitopia/rewards/tx.registry.js +69 -0
  144. package/dist/esm/gitopia/gitopia/rewards/tx.rpc.msg.js +26 -0
  145. package/dist/esm/gitopia/rpc.query.js +29 -0
  146. package/dist/esm/gitopia/rpc.tx.js +13 -0
  147. package/dist/esm/gogoproto/bundle.js +5 -0
  148. package/dist/esm/gogoproto/gogo.js +1 -0
  149. package/dist/esm/google/api/annotations.js +1 -0
  150. package/dist/esm/google/api/http.js +329 -0
  151. package/dist/esm/google/bundle.js +14 -0
  152. package/dist/esm/google/protobuf/any.js +74 -0
  153. package/dist/esm/google/protobuf/descriptor.js +4848 -0
  154. package/dist/esm/google/protobuf/duration.js +71 -0
  155. package/dist/esm/google/protobuf/timestamp.js +68 -0
  156. package/dist/esm/helpers.js +129 -0
  157. package/dist/esm/ibc/applications/transfer/v1/query.js +847 -0
  158. package/dist/esm/ibc/applications/transfer/v1/query.lcd.js +70 -0
  159. package/dist/esm/ibc/applications/transfer/v1/query.rpc.Query.js +71 -0
  160. package/dist/esm/ibc/applications/transfer/v1/transfer.js +164 -0
  161. package/dist/esm/ibc/applications/transfer/v1/tx.amino.js +9 -0
  162. package/dist/esm/ibc/applications/transfer/v1/tx.js +226 -0
  163. package/dist/esm/ibc/applications/transfer/v1/tx.registry.js +33 -0
  164. package/dist/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +14 -0
  165. package/dist/esm/ibc/bundle.js +44 -0
  166. package/dist/esm/ibc/client.js +29 -0
  167. package/dist/esm/ibc/core/client/v1/client.js +611 -0
  168. package/dist/esm/ibc/rpc.query.js +30 -0
  169. package/dist/esm/ibc/rpc.tx.js +14 -0
  170. package/dist/esm/index.js +19 -0
  171. package/dist/esm/utf8.js +137 -0
  172. package/dist/esm/varint.js +408 -0
  173. package/dist/gitopia/bundle.d.ts +6123 -0
  174. package/dist/gitopia/bundle.js +131 -0
  175. package/dist/gitopia/client.d.ts +492 -0
  176. package/dist/gitopia/client.js +70 -0
  177. package/dist/gitopia/custom-lcd-client.d.ts +31 -0
  178. package/dist/gitopia/custom-lcd-client.js +87 -0
  179. package/dist/gitopia/gitopia/gitopia/attachment.d.ts +39 -0
  180. package/dist/gitopia/gitopia/gitopia/attachment.js +104 -0
  181. package/dist/gitopia/gitopia/gitopia/bounty.d.ts +79 -0
  182. package/dist/gitopia/gitopia/gitopia/bounty.js +262 -0
  183. package/dist/gitopia/gitopia/gitopia/branch.d.ts +48 -0
  184. package/dist/gitopia/gitopia/gitopia/branch.js +140 -0
  185. package/dist/gitopia/gitopia/gitopia/comment.d.ts +125 -0
  186. package/dist/gitopia/gitopia/gitopia/comment.js +495 -0
  187. package/dist/gitopia/gitopia/gitopia/dao.d.ts +160 -0
  188. package/dist/gitopia/gitopia/gitopia/dao.js +454 -0
  189. package/dist/gitopia/gitopia/gitopia/exercised_amount.d.ts +34 -0
  190. package/dist/gitopia/gitopia/gitopia/exercised_amount.js +81 -0
  191. package/dist/gitopia/gitopia/gitopia/genesis.d.ts +143 -0
  192. package/dist/gitopia/gitopia/gitopia/genesis.js +463 -0
  193. package/dist/gitopia/gitopia/gitopia/issue.d.ts +88 -0
  194. package/dist/gitopia/gitopia/gitopia/issue.js +328 -0
  195. package/dist/gitopia/gitopia/gitopia/params.d.ts +115 -0
  196. package/dist/gitopia/gitopia/gitopia/params.js +296 -0
  197. package/dist/gitopia/gitopia/gitopia/pullRequest.d.ts +177 -0
  198. package/dist/gitopia/gitopia/gitopia/pullRequest.js +570 -0
  199. package/dist/gitopia/gitopia/gitopia/query.d.ts +3130 -0
  200. package/dist/gitopia/gitopia/gitopia/query.js +7355 -0
  201. package/dist/gitopia/gitopia/gitopia/query.lcd.d.ts +54 -0
  202. package/dist/gitopia/gitopia/gitopia/query.lcd.js +456 -0
  203. package/dist/gitopia/gitopia/gitopia/query.rpc.Query.d.ts +188 -0
  204. package/dist/gitopia/gitopia/gitopia/query.rpc.Query.js +458 -0
  205. package/dist/gitopia/gitopia/gitopia/reaction.d.ts +42 -0
  206. package/dist/gitopia/gitopia/gitopia/reaction.js +128 -0
  207. package/dist/gitopia/gitopia/gitopia/release.d.ts +70 -0
  208. package/dist/gitopia/gitopia/gitopia/release.js +228 -0
  209. package/dist/gitopia/gitopia/gitopia/repository.d.ts +424 -0
  210. package/dist/gitopia/gitopia/gitopia/repository.js +1207 -0
  211. package/dist/gitopia/gitopia/gitopia/tag.d.ts +45 -0
  212. package/dist/gitopia/gitopia/gitopia/tag.js +128 -0
  213. package/dist/gitopia/gitopia/gitopia/task.d.ts +64 -0
  214. package/dist/gitopia/gitopia/gitopia/task.js +204 -0
  215. package/dist/gitopia/gitopia/gitopia/tx.amino.d.ts +463 -0
  216. package/dist/gitopia/gitopia/gitopia/tx.amino.js +467 -0
  217. package/dist/gitopia/gitopia/gitopia/tx.d.ts +6246 -0
  218. package/dist/gitopia/gitopia/gitopia/tx.js +14687 -0
  219. package/dist/gitopia/gitopia/gitopia/tx.registry.d.ts +1116 -0
  220. package/dist/gitopia/gitopia/gitopia/tx.registry.js +1675 -0
  221. package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.d.ts +200 -0
  222. package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.js +564 -0
  223. package/dist/gitopia/gitopia/gitopia/user.d.ts +104 -0
  224. package/dist/gitopia/gitopia/gitopia/user.js +343 -0
  225. package/dist/gitopia/gitopia/gitopia/whois.d.ts +51 -0
  226. package/dist/gitopia/gitopia/gitopia/whois.js +151 -0
  227. package/dist/gitopia/gitopia/offchain/offchain.d.ts +74 -0
  228. package/dist/gitopia/gitopia/offchain/offchain.js +147 -0
  229. package/dist/gitopia/gitopia/rewards/genesis.d.ts +40 -0
  230. package/dist/gitopia/gitopia/rewards/genesis.js +85 -0
  231. package/dist/gitopia/gitopia/rewards/params.d.ts +37 -0
  232. package/dist/gitopia/gitopia/rewards/params.js +84 -0
  233. package/dist/gitopia/gitopia/rewards/pool.d.ts +59 -0
  234. package/dist/gitopia/gitopia/rewards/pool.js +196 -0
  235. package/dist/gitopia/gitopia/rewards/query.d.ts +294 -0
  236. package/dist/gitopia/gitopia/rewards/query.js +657 -0
  237. package/dist/gitopia/gitopia/rewards/query.lcd.d.ts +12 -0
  238. package/dist/gitopia/gitopia/rewards/query.lcd.js +44 -0
  239. package/dist/gitopia/gitopia/rewards/query.rpc.Query.d.ts +28 -0
  240. package/dist/gitopia/gitopia/rewards/query.rpc.Query.js +58 -0
  241. package/dist/gitopia/gitopia/rewards/rewards.d.ts +79 -0
  242. package/dist/gitopia/gitopia/rewards/rewards.js +194 -0
  243. package/dist/gitopia/gitopia/rewards/task.d.ts +54 -0
  244. package/dist/gitopia/gitopia/rewards/task.js +181 -0
  245. package/dist/gitopia/gitopia/rewards/tx.amino.d.ts +18 -0
  246. package/dist/gitopia/gitopia/rewards/tx.amino.js +22 -0
  247. package/dist/gitopia/gitopia/rewards/tx.d.ts +242 -0
  248. package/dist/gitopia/gitopia/rewards/tx.js +528 -0
  249. package/dist/gitopia/gitopia/rewards/tx.registry.d.ts +48 -0
  250. package/dist/gitopia/gitopia/rewards/tx.registry.js +73 -0
  251. package/dist/gitopia/gitopia/rewards/tx.rpc.msg.d.ts +19 -0
  252. package/dist/gitopia/gitopia/rewards/tx.rpc.msg.js +30 -0
  253. package/dist/gitopia/rpc.query.d.ts +117 -0
  254. package/dist/gitopia/rpc.query.js +66 -0
  255. package/dist/gitopia/rpc.tx.d.ts +16 -0
  256. package/dist/gitopia/rpc.tx.js +50 -0
  257. package/dist/gogoproto/bundle.d.ts +1 -0
  258. package/dist/gogoproto/bundle.js +41 -0
  259. package/dist/gogoproto/gogo.d.ts +1 -0
  260. package/dist/gogoproto/gogo.js +2 -0
  261. package/dist/google/api/annotations.d.ts +1 -0
  262. package/dist/google/api/annotations.js +2 -0
  263. package/dist/google/api/http.d.ts +1049 -0
  264. package/dist/google/api/http.js +332 -0
  265. package/dist/google/bundle.d.ts +525 -0
  266. package/dist/google/bundle.js +50 -0
  267. package/dist/google/protobuf/any.d.ts +358 -0
  268. package/dist/google/protobuf/any.js +77 -0
  269. package/dist/google/protobuf/descriptor.d.ts +3178 -0
  270. package/dist/google/protobuf/descriptor.js +4886 -0
  271. package/dist/google/protobuf/duration.d.ts +223 -0
  272. package/dist/google/protobuf/duration.js +74 -0
  273. package/dist/google/protobuf/timestamp.d.ts +314 -0
  274. package/dist/google/protobuf/timestamp.js +71 -0
  275. package/dist/helpers.d.ts +82 -0
  276. package/dist/helpers.js +144 -0
  277. package/dist/ibc/applications/transfer/v1/query.d.ts +479 -0
  278. package/dist/ibc/applications/transfer/v1/query.js +850 -0
  279. package/dist/ibc/applications/transfer/v1/query.lcd.d.ts +14 -0
  280. package/dist/ibc/applications/transfer/v1/query.lcd.js +74 -0
  281. package/dist/ibc/applications/transfer/v1/query.rpc.Query.d.ts +36 -0
  282. package/dist/ibc/applications/transfer/v1/query.rpc.Query.js +76 -0
  283. package/dist/ibc/applications/transfer/v1/transfer.d.ts +123 -0
  284. package/dist/ibc/applications/transfer/v1/transfer.js +167 -0
  285. package/dist/ibc/applications/transfer/v1/tx.amino.d.ts +8 -0
  286. package/dist/ibc/applications/transfer/v1/tx.amino.js +12 -0
  287. package/dist/ibc/applications/transfer/v1/tx.d.ts +132 -0
  288. package/dist/ibc/applications/transfer/v1/tx.js +229 -0
  289. package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  290. package/dist/ibc/applications/transfer/v1/tx.registry.js +37 -0
  291. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  292. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.js +18 -0
  293. package/dist/ibc/bundle.d.ts +450 -0
  294. package/dist/ibc/bundle.js +80 -0
  295. package/dist/ibc/client.d.ts +22 -0
  296. package/dist/ibc/client.js +67 -0
  297. package/dist/ibc/core/client/v1/client.d.ts +408 -0
  298. package/dist/ibc/core/client/v1/client.js +614 -0
  299. package/dist/ibc/rpc.query.d.ts +73 -0
  300. package/dist/ibc/rpc.query.js +67 -0
  301. package/dist/ibc/rpc.tx.d.ts +17 -0
  302. package/dist/ibc/rpc.tx.js +51 -0
  303. package/dist/index.d.ts +18 -0
  304. package/dist/index.js +35 -0
  305. package/dist/package.json +46 -0
  306. package/dist/utf8.d.ts +27 -0
  307. package/dist/utf8.js +141 -0
  308. package/dist/varint.d.ts +105 -0
  309. package/dist/varint.js +426 -0
  310. package/package.json +46 -0
@@ -0,0 +1,169 @@
1
+ //@ts-nocheck
2
+ import { setPaginationParams } from "../../../helpers";
3
+ export class LCDQueryClient {
4
+ req;
5
+ constructor({ requestClient }) {
6
+ this.req = requestClient;
7
+ this.balance = this.balance.bind(this);
8
+ this.allBalances = this.allBalances.bind(this);
9
+ this.spendableBalances = this.spendableBalances.bind(this);
10
+ this.spendableBalanceByDenom = this.spendableBalanceByDenom.bind(this);
11
+ this.totalSupply = this.totalSupply.bind(this);
12
+ this.supplyOf = this.supplyOf.bind(this);
13
+ this.params = this.params.bind(this);
14
+ this.denomMetadata = this.denomMetadata.bind(this);
15
+ this.denomsMetadata = this.denomsMetadata.bind(this);
16
+ this.denomOwners = this.denomOwners.bind(this);
17
+ this.sendEnabled = this.sendEnabled.bind(this);
18
+ }
19
+ /* Balance queries the balance of a single coin for a single account. */
20
+ async balance(params) {
21
+ const options = {
22
+ params: {}
23
+ };
24
+ if (typeof params?.denom !== "undefined") {
25
+ options.params.denom = params.denom;
26
+ }
27
+ const endpoint = `cosmos/bank/v1beta1/balances/${params.address}/by_denom`;
28
+ return await this.req.get(endpoint, options);
29
+ }
30
+ /* AllBalances queries the balance of all coins for a single account.
31
+
32
+ When called from another module, this query might consume a high amount of
33
+ gas if the pagination field is incorrectly set. */
34
+ async allBalances(params) {
35
+ const options = {
36
+ params: {}
37
+ };
38
+ if (typeof params?.pagination !== "undefined") {
39
+ setPaginationParams(options, params.pagination);
40
+ }
41
+ const endpoint = `cosmos/bank/v1beta1/balances/${params.address}`;
42
+ return await this.req.get(endpoint, options);
43
+ }
44
+ /* SpendableBalances queries the spendable balance of all coins for a single
45
+ account.
46
+
47
+ When called from another module, this query might consume a high amount of
48
+ gas if the pagination field is incorrectly set.
49
+
50
+ Since: cosmos-sdk 0.46 */
51
+ async spendableBalances(params) {
52
+ const options = {
53
+ params: {}
54
+ };
55
+ if (typeof params?.pagination !== "undefined") {
56
+ setPaginationParams(options, params.pagination);
57
+ }
58
+ const endpoint = `cosmos/bank/v1beta1/spendable_balances/${params.address}`;
59
+ return await this.req.get(endpoint, options);
60
+ }
61
+ /* SpendableBalanceByDenom queries the spendable balance of a single denom for
62
+ a single account.
63
+
64
+ When called from another module, this query might consume a high amount of
65
+ gas if the pagination field is incorrectly set.
66
+
67
+ Since: cosmos-sdk 0.47 */
68
+ async spendableBalanceByDenom(params) {
69
+ const options = {
70
+ params: {}
71
+ };
72
+ if (typeof params?.denom !== "undefined") {
73
+ options.params.denom = params.denom;
74
+ }
75
+ const endpoint = `cosmos/bank/v1beta1/spendable_balances/${params.address}/by_denom`;
76
+ return await this.req.get(endpoint, options);
77
+ }
78
+ /* TotalSupply queries the total supply of all coins.
79
+
80
+ When called from another module, this query might consume a high amount of
81
+ gas if the pagination field is incorrectly set. */
82
+ async totalSupply(params = {
83
+ pagination: undefined
84
+ }) {
85
+ const options = {
86
+ params: {}
87
+ };
88
+ if (typeof params?.pagination !== "undefined") {
89
+ setPaginationParams(options, params.pagination);
90
+ }
91
+ const endpoint = `cosmos/bank/v1beta1/supply`;
92
+ return await this.req.get(endpoint, options);
93
+ }
94
+ /* SupplyOf queries the supply of a single coin.
95
+
96
+ When called from another module, this query might consume a high amount of
97
+ gas if the pagination field is incorrectly set. */
98
+ async supplyOf(params) {
99
+ const options = {
100
+ params: {}
101
+ };
102
+ if (typeof params?.denom !== "undefined") {
103
+ options.params.denom = params.denom;
104
+ }
105
+ const endpoint = `cosmos/bank/v1beta1/supply/by_denom`;
106
+ return await this.req.get(endpoint, options);
107
+ }
108
+ /* Params queries the parameters of x/bank module. */
109
+ async params(_params = {}) {
110
+ const endpoint = `cosmos/bank/v1beta1/params`;
111
+ return await this.req.get(endpoint);
112
+ }
113
+ /* DenomsMetadata queries the client metadata of a given coin denomination. */
114
+ async denomMetadata(params) {
115
+ const endpoint = `cosmos/bank/v1beta1/denoms_metadata/${params.denom}`;
116
+ return await this.req.get(endpoint);
117
+ }
118
+ /* DenomsMetadata queries the client metadata for all registered coin
119
+ denominations. */
120
+ async denomsMetadata(params = {
121
+ pagination: undefined
122
+ }) {
123
+ const options = {
124
+ params: {}
125
+ };
126
+ if (typeof params?.pagination !== "undefined") {
127
+ setPaginationParams(options, params.pagination);
128
+ }
129
+ const endpoint = `cosmos/bank/v1beta1/denoms_metadata`;
130
+ return await this.req.get(endpoint, options);
131
+ }
132
+ /* DenomOwners queries for all account addresses that own a particular token
133
+ denomination.
134
+
135
+ When called from another module, this query might consume a high amount of
136
+ gas if the pagination field is incorrectly set.
137
+
138
+ Since: cosmos-sdk 0.46 */
139
+ async denomOwners(params) {
140
+ const options = {
141
+ params: {}
142
+ };
143
+ if (typeof params?.pagination !== "undefined") {
144
+ setPaginationParams(options, params.pagination);
145
+ }
146
+ const endpoint = `cosmos/bank/v1beta1/denom_owners/${params.denom}`;
147
+ return await this.req.get(endpoint, options);
148
+ }
149
+ /* SendEnabled queries for SendEnabled entries.
150
+
151
+ This query only returns denominations that have specific SendEnabled settings.
152
+ Any denomination that does not have a specific setting will use the default
153
+ params.default_send_enabled, and will not be returned by this query.
154
+
155
+ Since: cosmos-sdk 0.47 */
156
+ async sendEnabled(params) {
157
+ const options = {
158
+ params: {}
159
+ };
160
+ if (typeof params?.denoms !== "undefined") {
161
+ options.params.denoms = params.denoms;
162
+ }
163
+ if (typeof params?.pagination !== "undefined") {
164
+ setPaginationParams(options, params.pagination);
165
+ }
166
+ const endpoint = `cosmos/bank/v1beta1/send_enabled`;
167
+ return await this.req.get(endpoint, options);
168
+ }
169
+ }
@@ -0,0 +1,118 @@
1
+ import { BinaryReader } from "../../../binary";
2
+ import { createProtobufRpcClient } from "@cosmjs/stargate";
3
+ import { QueryBalanceRequest, QueryBalanceResponse, QueryAllBalancesRequest, QueryAllBalancesResponse, QuerySpendableBalancesRequest, QuerySpendableBalancesResponse, QuerySpendableBalanceByDenomRequest, QuerySpendableBalanceByDenomResponse, QueryTotalSupplyRequest, QueryTotalSupplyResponse, QuerySupplyOfRequest, QuerySupplyOfResponse, QueryParamsRequest, QueryParamsResponse, QueryDenomMetadataRequest, QueryDenomMetadataResponse, QueryDenomsMetadataRequest, QueryDenomsMetadataResponse, QueryDenomOwnersRequest, QueryDenomOwnersResponse, QuerySendEnabledRequest, QuerySendEnabledResponse } from "./query";
4
+ export class QueryClientImpl {
5
+ rpc;
6
+ constructor(rpc) {
7
+ this.rpc = rpc;
8
+ this.balance = this.balance.bind(this);
9
+ this.allBalances = this.allBalances.bind(this);
10
+ this.spendableBalances = this.spendableBalances.bind(this);
11
+ this.spendableBalanceByDenom = this.spendableBalanceByDenom.bind(this);
12
+ this.totalSupply = this.totalSupply.bind(this);
13
+ this.supplyOf = this.supplyOf.bind(this);
14
+ this.params = this.params.bind(this);
15
+ this.denomMetadata = this.denomMetadata.bind(this);
16
+ this.denomsMetadata = this.denomsMetadata.bind(this);
17
+ this.denomOwners = this.denomOwners.bind(this);
18
+ this.sendEnabled = this.sendEnabled.bind(this);
19
+ }
20
+ balance(request) {
21
+ const data = QueryBalanceRequest.encode(request).finish();
22
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "Balance", data);
23
+ return promise.then(data => QueryBalanceResponse.decode(new BinaryReader(data)));
24
+ }
25
+ allBalances(request) {
26
+ const data = QueryAllBalancesRequest.encode(request).finish();
27
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "AllBalances", data);
28
+ return promise.then(data => QueryAllBalancesResponse.decode(new BinaryReader(data)));
29
+ }
30
+ spendableBalances(request) {
31
+ const data = QuerySpendableBalancesRequest.encode(request).finish();
32
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "SpendableBalances", data);
33
+ return promise.then(data => QuerySpendableBalancesResponse.decode(new BinaryReader(data)));
34
+ }
35
+ spendableBalanceByDenom(request) {
36
+ const data = QuerySpendableBalanceByDenomRequest.encode(request).finish();
37
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "SpendableBalanceByDenom", data);
38
+ return promise.then(data => QuerySpendableBalanceByDenomResponse.decode(new BinaryReader(data)));
39
+ }
40
+ totalSupply(request = {
41
+ pagination: undefined
42
+ }) {
43
+ const data = QueryTotalSupplyRequest.encode(request).finish();
44
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "TotalSupply", data);
45
+ return promise.then(data => QueryTotalSupplyResponse.decode(new BinaryReader(data)));
46
+ }
47
+ supplyOf(request) {
48
+ const data = QuerySupplyOfRequest.encode(request).finish();
49
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "SupplyOf", data);
50
+ return promise.then(data => QuerySupplyOfResponse.decode(new BinaryReader(data)));
51
+ }
52
+ params(request = {}) {
53
+ const data = QueryParamsRequest.encode(request).finish();
54
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "Params", data);
55
+ return promise.then(data => QueryParamsResponse.decode(new BinaryReader(data)));
56
+ }
57
+ denomMetadata(request) {
58
+ const data = QueryDenomMetadataRequest.encode(request).finish();
59
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "DenomMetadata", data);
60
+ return promise.then(data => QueryDenomMetadataResponse.decode(new BinaryReader(data)));
61
+ }
62
+ denomsMetadata(request = {
63
+ pagination: undefined
64
+ }) {
65
+ const data = QueryDenomsMetadataRequest.encode(request).finish();
66
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "DenomsMetadata", data);
67
+ return promise.then(data => QueryDenomsMetadataResponse.decode(new BinaryReader(data)));
68
+ }
69
+ denomOwners(request) {
70
+ const data = QueryDenomOwnersRequest.encode(request).finish();
71
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "DenomOwners", data);
72
+ return promise.then(data => QueryDenomOwnersResponse.decode(new BinaryReader(data)));
73
+ }
74
+ sendEnabled(request) {
75
+ const data = QuerySendEnabledRequest.encode(request).finish();
76
+ const promise = this.rpc.request("cosmos.bank.v1beta1.Query", "SendEnabled", data);
77
+ return promise.then(data => QuerySendEnabledResponse.decode(new BinaryReader(data)));
78
+ }
79
+ }
80
+ export const createRpcQueryExtension = (base) => {
81
+ const rpc = createProtobufRpcClient(base);
82
+ const queryService = new QueryClientImpl(rpc);
83
+ return {
84
+ balance(request) {
85
+ return queryService.balance(request);
86
+ },
87
+ allBalances(request) {
88
+ return queryService.allBalances(request);
89
+ },
90
+ spendableBalances(request) {
91
+ return queryService.spendableBalances(request);
92
+ },
93
+ spendableBalanceByDenom(request) {
94
+ return queryService.spendableBalanceByDenom(request);
95
+ },
96
+ totalSupply(request) {
97
+ return queryService.totalSupply(request);
98
+ },
99
+ supplyOf(request) {
100
+ return queryService.supplyOf(request);
101
+ },
102
+ params(request) {
103
+ return queryService.params(request);
104
+ },
105
+ denomMetadata(request) {
106
+ return queryService.denomMetadata(request);
107
+ },
108
+ denomsMetadata(request) {
109
+ return queryService.denomsMetadata(request);
110
+ },
111
+ denomOwners(request) {
112
+ return queryService.denomOwners(request);
113
+ },
114
+ sendEnabled(request) {
115
+ return queryService.sendEnabled(request);
116
+ }
117
+ };
118
+ };
@@ -0,0 +1,201 @@
1
+ //@ts-nocheck
2
+ import { BinaryReader, BinaryWriter } from "../../../../binary";
3
+ import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
4
+ function createBasePageRequest() {
5
+ return {
6
+ key: new Uint8Array(),
7
+ offset: BigInt(0),
8
+ limit: BigInt(0),
9
+ countTotal: false,
10
+ reverse: false
11
+ };
12
+ }
13
+ export const PageRequest = {
14
+ typeUrl: "/cosmos.base.query.v1beta1.PageRequest",
15
+ encode(message, writer = BinaryWriter.create()) {
16
+ if (message.key.length !== 0) {
17
+ writer.uint32(10).bytes(message.key);
18
+ }
19
+ if (message.offset !== BigInt(0)) {
20
+ writer.uint32(16).uint64(message.offset);
21
+ }
22
+ if (message.limit !== BigInt(0)) {
23
+ writer.uint32(24).uint64(message.limit);
24
+ }
25
+ if (message.countTotal === true) {
26
+ writer.uint32(32).bool(message.countTotal);
27
+ }
28
+ if (message.reverse === true) {
29
+ writer.uint32(40).bool(message.reverse);
30
+ }
31
+ return writer;
32
+ },
33
+ decode(input, length) {
34
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
35
+ let end = length === undefined ? reader.len : reader.pos + length;
36
+ const message = createBasePageRequest();
37
+ while (reader.pos < end) {
38
+ const tag = reader.uint32();
39
+ switch (tag >>> 3) {
40
+ case 1:
41
+ message.key = reader.bytes();
42
+ break;
43
+ case 2:
44
+ message.offset = reader.uint64();
45
+ break;
46
+ case 3:
47
+ message.limit = reader.uint64();
48
+ break;
49
+ case 4:
50
+ message.countTotal = reader.bool();
51
+ break;
52
+ case 5:
53
+ message.reverse = reader.bool();
54
+ break;
55
+ default:
56
+ reader.skipType(tag & 7);
57
+ break;
58
+ }
59
+ }
60
+ return message;
61
+ },
62
+ fromPartial(object) {
63
+ const message = createBasePageRequest();
64
+ message.key = object.key ?? new Uint8Array();
65
+ message.offset = object.offset !== undefined && object.offset !== null ? BigInt(object.offset.toString()) : BigInt(0);
66
+ message.limit = object.limit !== undefined && object.limit !== null ? BigInt(object.limit.toString()) : BigInt(0);
67
+ message.countTotal = object.countTotal ?? false;
68
+ message.reverse = object.reverse ?? false;
69
+ return message;
70
+ },
71
+ fromAmino(object) {
72
+ const message = createBasePageRequest();
73
+ if (object.key !== undefined && object.key !== null) {
74
+ message.key = bytesFromBase64(object.key);
75
+ }
76
+ if (object.offset !== undefined && object.offset !== null) {
77
+ message.offset = BigInt(object.offset);
78
+ }
79
+ if (object.limit !== undefined && object.limit !== null) {
80
+ message.limit = BigInt(object.limit);
81
+ }
82
+ if (object.count_total !== undefined && object.count_total !== null) {
83
+ message.countTotal = object.count_total;
84
+ }
85
+ if (object.reverse !== undefined && object.reverse !== null) {
86
+ message.reverse = object.reverse;
87
+ }
88
+ return message;
89
+ },
90
+ toAmino(message) {
91
+ const obj = {};
92
+ obj.key = message.key ? base64FromBytes(message.key) : undefined;
93
+ obj.offset = message.offset !== BigInt(0) ? message.offset?.toString() : undefined;
94
+ obj.limit = message.limit !== BigInt(0) ? message.limit?.toString() : undefined;
95
+ obj.count_total = message.countTotal === false ? undefined : message.countTotal;
96
+ obj.reverse = message.reverse === false ? undefined : message.reverse;
97
+ return obj;
98
+ },
99
+ fromAminoMsg(object) {
100
+ return PageRequest.fromAmino(object.value);
101
+ },
102
+ toAminoMsg(message) {
103
+ return {
104
+ type: "cosmos-sdk/PageRequest",
105
+ value: PageRequest.toAmino(message)
106
+ };
107
+ },
108
+ fromProtoMsg(message) {
109
+ return PageRequest.decode(message.value);
110
+ },
111
+ toProto(message) {
112
+ return PageRequest.encode(message).finish();
113
+ },
114
+ toProtoMsg(message) {
115
+ return {
116
+ typeUrl: "/cosmos.base.query.v1beta1.PageRequest",
117
+ value: PageRequest.encode(message).finish()
118
+ };
119
+ }
120
+ };
121
+ function createBasePageResponse() {
122
+ return {
123
+ nextKey: new Uint8Array(),
124
+ total: BigInt(0)
125
+ };
126
+ }
127
+ export const PageResponse = {
128
+ typeUrl: "/cosmos.base.query.v1beta1.PageResponse",
129
+ encode(message, writer = BinaryWriter.create()) {
130
+ if (message.nextKey.length !== 0) {
131
+ writer.uint32(10).bytes(message.nextKey);
132
+ }
133
+ if (message.total !== BigInt(0)) {
134
+ writer.uint32(16).uint64(message.total);
135
+ }
136
+ return writer;
137
+ },
138
+ decode(input, length) {
139
+ const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
140
+ let end = length === undefined ? reader.len : reader.pos + length;
141
+ const message = createBasePageResponse();
142
+ while (reader.pos < end) {
143
+ const tag = reader.uint32();
144
+ switch (tag >>> 3) {
145
+ case 1:
146
+ message.nextKey = reader.bytes();
147
+ break;
148
+ case 2:
149
+ message.total = reader.uint64();
150
+ break;
151
+ default:
152
+ reader.skipType(tag & 7);
153
+ break;
154
+ }
155
+ }
156
+ return message;
157
+ },
158
+ fromPartial(object) {
159
+ const message = createBasePageResponse();
160
+ message.nextKey = object.nextKey ?? new Uint8Array();
161
+ message.total = object.total !== undefined && object.total !== null ? BigInt(object.total.toString()) : BigInt(0);
162
+ return message;
163
+ },
164
+ fromAmino(object) {
165
+ const message = createBasePageResponse();
166
+ if (object.next_key !== undefined && object.next_key !== null) {
167
+ message.nextKey = bytesFromBase64(object.next_key);
168
+ }
169
+ if (object.total !== undefined && object.total !== null) {
170
+ message.total = BigInt(object.total);
171
+ }
172
+ return message;
173
+ },
174
+ toAmino(message) {
175
+ const obj = {};
176
+ obj.next_key = message.nextKey ? base64FromBytes(message.nextKey) : undefined;
177
+ obj.total = message.total !== BigInt(0) ? message.total?.toString() : undefined;
178
+ return obj;
179
+ },
180
+ fromAminoMsg(object) {
181
+ return PageResponse.fromAmino(object.value);
182
+ },
183
+ toAminoMsg(message) {
184
+ return {
185
+ type: "cosmos-sdk/PageResponse",
186
+ value: PageResponse.toAmino(message)
187
+ };
188
+ },
189
+ fromProtoMsg(message) {
190
+ return PageResponse.decode(message.value);
191
+ },
192
+ toProto(message) {
193
+ return PageResponse.encode(message).finish();
194
+ },
195
+ toProtoMsg(message) {
196
+ return {
197
+ typeUrl: "/cosmos.base.query.v1beta1.PageResponse",
198
+ value: PageResponse.encode(message).finish()
199
+ };
200
+ }
201
+ };