xion-types 0.0.0.dev1761832885__tar.gz

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 (467) hide show
  1. xion_types-0.0.0.dev1761832885/MANIFEST.in +4 -0
  2. xion_types-0.0.0.dev1761832885/PKG-INFO +182 -0
  3. xion_types-0.0.0.dev1761832885/README.md +158 -0
  4. xion_types-0.0.0.dev1761832885/pyproject.toml +43 -0
  5. xion_types-0.0.0.dev1761832885/python/xion_types/__init__.py +4 -0
  6. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/__init__.py +0 -0
  7. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/__init__.py +0 -0
  8. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/account_pb2.py +48 -0
  9. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/events_pb2.py +40 -0
  10. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/genesis_pb2.py +38 -0
  11. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/params_pb2.py +42 -0
  12. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/query_pb2.py +46 -0
  13. xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/tx_pb2.py +61 -0
  14. xion_types-0.0.0.dev1761832885/python/xion_types/amino/__init__.py +0 -0
  15. xion_types-0.0.0.dev1761832885/python/xion_types/amino/amino_pb2.py +36 -0
  16. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/__init__.py +0 -0
  17. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/__init__.py +0 -0
  18. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/__init__.py +0 -0
  19. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/v1alpha1/__init__.py +0 -0
  20. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/v1alpha1/module_pb2.py +41 -0
  21. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/__init__.py +0 -0
  22. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/config_pb2.py +42 -0
  23. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/module_pb2.py +42 -0
  24. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/query_pb2.py +44 -0
  25. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/__init__.py +0 -0
  26. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/__init__.py +0 -0
  27. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/v1/__init__.py +0 -0
  28. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/v1/module_pb2.py +41 -0
  29. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/__init__.py +0 -0
  30. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/auth_pb2.py +65 -0
  31. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/genesis_pb2.py +43 -0
  32. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/query_pb2.py +154 -0
  33. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/tx_pb2.py +58 -0
  34. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/__init__.py +0 -0
  35. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/__init__.py +0 -0
  36. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/v1/__init__.py +0 -0
  37. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/v1/module_pb2.py +39 -0
  38. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/__init__.py +0 -0
  39. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/authz_pb2.py +62 -0
  40. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/event_pb2.py +48 -0
  41. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/genesis_pb2.py +42 -0
  42. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/query_pb2.py +67 -0
  43. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/tx_pb2.py +77 -0
  44. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/__init__.py +0 -0
  45. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/__init__.py +0 -0
  46. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/options_pb2.py +56 -0
  47. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/query_pb2.py +49 -0
  48. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/__init__.py +0 -0
  49. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/__init__.py +0 -0
  50. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/v1/__init__.py +0 -0
  51. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/v1/module_pb2.py +39 -0
  52. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/__init__.py +0 -0
  53. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/authz_pb2.py +47 -0
  54. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/bank_pb2.py +84 -0
  55. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/genesis_pb2.py +60 -0
  56. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/query_pb2.py +185 -0
  57. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/tx_pb2.py +93 -0
  58. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/__init__.py +0 -0
  59. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/__init__.py +0 -0
  60. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/v1beta1/__init__.py +0 -0
  61. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/v1beta1/abci_pb2.py +102 -0
  62. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/__init__.py +0 -0
  63. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/v1beta1/__init__.py +0 -0
  64. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/v1beta1/query_pb2.py +54 -0
  65. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/__init__.py +0 -0
  66. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/v1beta1/__init__.py +0 -0
  67. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/v1beta1/pagination_pb2.py +42 -0
  68. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/__init__.py +0 -0
  69. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v1beta1/__init__.py +0 -0
  70. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v1beta1/reflection_pb2.py +50 -0
  71. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v2alpha1/__init__.py +0 -0
  72. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v2alpha1/reflection_pb2.py +102 -0
  73. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/__init__.py +0 -0
  74. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/__init__.py +0 -0
  75. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/query_pb2.py +109 -0
  76. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/types_pb2.py +59 -0
  77. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/v1beta1/__init__.py +0 -0
  78. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/v1beta1/coin_pb2.py +58 -0
  79. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/__init__.py +0 -0
  80. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/__init__.py +0 -0
  81. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/v1/__init__.py +0 -0
  82. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/v1/module_pb2.py +41 -0
  83. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/__init__.py +0 -0
  84. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/benchmark_pb2.py +37 -0
  85. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/tx_pb2.py +48 -0
  86. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/__init__.py +0 -0
  87. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/__init__.py +0 -0
  88. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/v1/__init__.py +0 -0
  89. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/v1/module_pb2.py +39 -0
  90. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/__init__.py +0 -0
  91. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/query_pb2.py +59 -0
  92. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/tx_pb2.py +59 -0
  93. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/types_pb2.py +43 -0
  94. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/__init__.py +0 -0
  95. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/__init__.py +0 -0
  96. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/v1/__init__.py +0 -0
  97. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/v1/module_pb2.py +39 -0
  98. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/__init__.py +0 -0
  99. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/query_pb2.py +46 -0
  100. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/tx_pb2.py +55 -0
  101. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/__init__.py +0 -0
  102. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/__init__.py +0 -0
  103. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/v1/__init__.py +0 -0
  104. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/v1/module_pb2.py +40 -0
  105. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/__init__.py +0 -0
  106. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/query_pb2.py +41 -0
  107. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/tx_pb2.py +50 -0
  108. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/__init__.py +0 -0
  109. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/__init__.py +0 -0
  110. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/v1/__init__.py +0 -0
  111. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/v1/module_pb2.py +39 -0
  112. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/__init__.py +0 -0
  113. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/genesis_pb2.py +42 -0
  114. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/tx_pb2.py +66 -0
  115. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/__init__.py +0 -0
  116. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/ed25519/__init__.py +0 -0
  117. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/ed25519/keys_pb2.py +49 -0
  118. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/__init__.py +0 -0
  119. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/v1/__init__.py +0 -0
  120. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/v1/hd_pb2.py +41 -0
  121. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/__init__.py +0 -0
  122. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/v1/__init__.py +0 -0
  123. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/v1/record_pb2.py +48 -0
  124. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/__init__.py +0 -0
  125. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/keys_pb2.py +44 -0
  126. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/v1beta1/__init__.py +0 -0
  127. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/v1beta1/multisig_pb2.py +44 -0
  128. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256k1/__init__.py +0 -0
  129. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256k1/keys_pb2.py +45 -0
  130. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256r1/__init__.py +0 -0
  131. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256r1/keys_pb2.py +44 -0
  132. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/__init__.py +0 -0
  133. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/__init__.py +0 -0
  134. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/v1/__init__.py +0 -0
  135. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/v1/module_pb2.py +39 -0
  136. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/__init__.py +0 -0
  137. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/distribution_pb2.py +101 -0
  138. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/genesis_pb2.py +122 -0
  139. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/query_pb2.py +160 -0
  140. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/tx_pb2.py +133 -0
  141. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/__init__.py +0 -0
  142. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/__init__.py +0 -0
  143. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/v1/__init__.py +0 -0
  144. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/v1/module_pb2.py +39 -0
  145. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/__init__.py +0 -0
  146. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/events_pb2.py +39 -0
  147. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/genesis_pb2.py +50 -0
  148. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/query_pb2.py +55 -0
  149. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/__init__.py +0 -0
  150. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/__init__.py +0 -0
  151. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/v1/__init__.py +0 -0
  152. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/v1/module_pb2.py +39 -0
  153. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/__init__.py +0 -0
  154. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/evidence_pb2.py +47 -0
  155. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/genesis_pb2.py +38 -0
  156. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/query_pb2.py +57 -0
  157. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/tx_pb2.py +54 -0
  158. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/__init__.py +0 -0
  159. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/__init__.py +0 -0
  160. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/v1/__init__.py +0 -0
  161. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/v1/module_pb2.py +39 -0
  162. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/__init__.py +0 -0
  163. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/feegrant_pb2.py +78 -0
  164. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/genesis_pb2.py +42 -0
  165. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/query_pb2.py +71 -0
  166. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/tx_pb2.py +77 -0
  167. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/__init__.py +0 -0
  168. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/__init__.py +0 -0
  169. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/v1/__init__.py +0 -0
  170. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/v1/module_pb2.py +39 -0
  171. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/v1beta1/__init__.py +0 -0
  172. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/v1beta1/genesis_pb2.py +41 -0
  173. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/__init__.py +0 -0
  174. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/__init__.py +0 -0
  175. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/v1/__init__.py +0 -0
  176. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/v1/module_pb2.py +39 -0
  177. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/__init__.py +0 -0
  178. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/genesis_pb2.py +49 -0
  179. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/gov_pb2.py +146 -0
  180. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/query_pb2.py +111 -0
  181. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/tx_pb2.py +145 -0
  182. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/__init__.py +0 -0
  183. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/genesis_pb2.py +52 -0
  184. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/gov_pb2.py +150 -0
  185. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/query_pb2.py +125 -0
  186. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/tx_pb2.py +96 -0
  187. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/__init__.py +0 -0
  188. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/__init__.py +0 -0
  189. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/v1/__init__.py +0 -0
  190. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/v1/module_pb2.py +44 -0
  191. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/__init__.py +0 -0
  192. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/events_pb2.py +65 -0
  193. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/genesis_pb2.py +38 -0
  194. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/query_pb2.py +147 -0
  195. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/tx_pb2.py +189 -0
  196. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/types_pb2.py +125 -0
  197. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/__init__.py +0 -0
  198. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/__init__.py +0 -0
  199. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/v1/__init__.py +0 -0
  200. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/v1/module_pb2.py +39 -0
  201. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/__init__.py +0 -0
  202. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/genesis_pb2.py +44 -0
  203. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/mint_pb2.py +56 -0
  204. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/query_pb2.py +66 -0
  205. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/tx_pb2.py +58 -0
  206. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/__init__.py +0 -0
  207. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/__init__.py +0 -0
  208. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/v1/__init__.py +0 -0
  209. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/v1/textual_pb2.py +35 -0
  210. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/v1/__init__.py +0 -0
  211. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/v1/msg_pb2.py +36 -0
  212. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/__init__.py +0 -0
  213. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/__init__.py +0 -0
  214. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/v1/__init__.py +0 -0
  215. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/v1/module_pb2.py +39 -0
  216. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/__init__.py +0 -0
  217. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/event_pb2.py +41 -0
  218. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/genesis_pb2.py +40 -0
  219. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/nft_pb2.py +40 -0
  220. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/query_pb2.py +82 -0
  221. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/tx_pb2.py +51 -0
  222. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/__init__.py +0 -0
  223. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/__init__.py +0 -0
  224. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/v1/__init__.py +0 -0
  225. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/v1/module_pb2.py +39 -0
  226. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/__init__.py +0 -0
  227. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/params_pb2.py +46 -0
  228. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/query_pb2.py +64 -0
  229. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/__init__.py +0 -0
  230. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/__init__.py +0 -0
  231. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/v1/__init__.py +0 -0
  232. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/v1/module_pb2.py +39 -0
  233. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/__init__.py +0 -0
  234. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/genesis_pb2.py +43 -0
  235. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/query_pb2.py +76 -0
  236. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/tx_pb2.py +103 -0
  237. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/types_pb2.py +48 -0
  238. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/__init__.py +0 -0
  239. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/v1/__init__.py +0 -0
  240. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/v1/query_pb2.py +36 -0
  241. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/__init__.py +0 -0
  242. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/v1/__init__.py +0 -0
  243. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/v1/reflection_pb2.py +44 -0
  244. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/__init__.py +0 -0
  245. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/__init__.py +0 -0
  246. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/v1/__init__.py +0 -0
  247. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/v1/module_pb2.py +39 -0
  248. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/__init__.py +0 -0
  249. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/genesis_pb2.py +61 -0
  250. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/query_pb2.py +69 -0
  251. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/slashing_pb2.py +60 -0
  252. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/tx_pb2.py +66 -0
  253. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/__init__.py +0 -0
  254. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/__init__.py +0 -0
  255. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/v1/__init__.py +0 -0
  256. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/v1/module_pb2.py +39 -0
  257. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/__init__.py +0 -0
  258. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/authz_pb2.py +55 -0
  259. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/genesis_pb2.py +61 -0
  260. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/query_pb2.py +196 -0
  261. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/staking_pb2.py +232 -0
  262. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/tx_pb2.py +155 -0
  263. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/__init__.py +0 -0
  264. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/__init__.py +0 -0
  265. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/__init__.py +0 -0
  266. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/v1beta1/__init__.py +0 -0
  267. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/v1beta1/kv_pb2.py +42 -0
  268. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/__init__.py +0 -0
  269. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/v1/__init__.py +0 -0
  270. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/v1/snapshot_pb2.py +65 -0
  271. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/__init__.py +0 -0
  272. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/abci/__init__.py +0 -0
  273. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/abci/grpc_pb2.py +47 -0
  274. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/__init__.py +0 -0
  275. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/commit_info_pb2.py +51 -0
  276. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/listening_pb2.py +43 -0
  277. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/__init__.py +0 -0
  278. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/__init__.py +0 -0
  279. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/v1/__init__.py +0 -0
  280. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/v1/config_pb2.py +39 -0
  281. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/__init__.py +0 -0
  282. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/v1beta1/__init__.py +0 -0
  283. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/v1beta1/signing_pb2.py +49 -0
  284. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/__init__.py +0 -0
  285. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/service_pb2.py +136 -0
  286. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/tx_pb2.py +95 -0
  287. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/__init__.py +0 -0
  288. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/__init__.py +0 -0
  289. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/v1/__init__.py +0 -0
  290. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/v1/module_pb2.py +39 -0
  291. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/__init__.py +0 -0
  292. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/query_pb2.py +84 -0
  293. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/tx_pb2.py +70 -0
  294. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/upgrade_pb2.py +62 -0
  295. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/__init__.py +0 -0
  296. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/__init__.py +0 -0
  297. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/v1/__init__.py +0 -0
  298. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/v1/module_pb2.py +39 -0
  299. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/__init__.py +0 -0
  300. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/tx_pb2.py +85 -0
  301. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/vesting_pb2.py +82 -0
  302. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos_proto/__init__.py +1 -0
  303. xion_types-0.0.0.dev1761832885/python/xion_types/cosmos_proto/cosmos_pb2.py +34 -0
  304. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/__init__.py +0 -0
  305. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/__init__.py +0 -0
  306. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/__init__.py +0 -0
  307. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/authz_pb2.py +99 -0
  308. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/genesis_pb2.py +69 -0
  309. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/ibc_pb2.py +52 -0
  310. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/proposal_legacy_pb2.py +160 -0
  311. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/query_pb2.py +196 -0
  312. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/tx_pb2.py +257 -0
  313. xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/types_pb2.py +119 -0
  314. xion_types-0.0.0.dev1761832885/python/xion_types/gogoproto/__init__.py +1 -0
  315. xion_types-0.0.0.dev1761832885/python/xion_types/gogoproto/gogo_pb2.py +34 -0
  316. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/__init__.py +0 -0
  317. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/__init__.py +0 -0
  318. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/__init__.py +0 -0
  319. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/__init__.py +0 -0
  320. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/__init__.py +0 -0
  321. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/controller_pb2.py +37 -0
  322. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/query_pb2.py +51 -0
  323. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/tx_pb2.py +70 -0
  324. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/__init__.py +0 -0
  325. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/v1/__init__.py +0 -0
  326. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.py +64 -0
  327. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/__init__.py +0 -0
  328. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/__init__.py +0 -0
  329. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/host_pb2.py +39 -0
  330. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/query_pb2.py +45 -0
  331. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/tx_pb2.py +58 -0
  332. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/__init__.py +0 -0
  333. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/account_pb2.py +44 -0
  334. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/metadata_pb2.py +37 -0
  335. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/packet_pb2.py +49 -0
  336. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/__init__.py +0 -0
  337. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/__init__.py +0 -0
  338. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/authz_pb2.py +48 -0
  339. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/denomtrace_pb2.py +39 -0
  340. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/genesis_pb2.py +47 -0
  341. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/packet_pb2.py +37 -0
  342. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/query_pb2.py +83 -0
  343. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/token_pb2.py +48 -0
  344. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/transfer_pb2.py +37 -0
  345. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/tx_pb2.py +65 -0
  346. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/__init__.py +0 -0
  347. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/__init__.py +0 -0
  348. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/__init__.py +0 -0
  349. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/channel_pb2.py +97 -0
  350. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/genesis_pb2.py +55 -0
  351. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/query_pb2.py +155 -0
  352. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/tx_pb2.py +157 -0
  353. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/__init__.py +0 -0
  354. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/genesis_pb2.py +54 -0
  355. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/packet_pb2.py +56 -0
  356. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/query_pb2.py +106 -0
  357. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/tx_pb2.py +103 -0
  358. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/__init__.py +0 -0
  359. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/__init__.py +0 -0
  360. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/client_pb2.py +57 -0
  361. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/genesis_pb2.py +57 -0
  362. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/query_pb2.py +124 -0
  363. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/tx_pb2.py +99 -0
  364. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/__init__.py +0 -0
  365. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/config_pb2.py +37 -0
  366. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/counterparty_pb2.py +37 -0
  367. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/genesis_pb2.py +45 -0
  368. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/query_pb2.py +52 -0
  369. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/tx_pb2.py +56 -0
  370. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/__init__.py +0 -0
  371. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v1/__init__.py +0 -0
  372. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v1/commitment_pb2.py +45 -0
  373. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v2/__init__.py +0 -0
  374. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v2/commitment_pb2.py +37 -0
  375. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/__init__.py +0 -0
  376. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/__init__.py +0 -0
  377. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/connection_pb2.py +77 -0
  378. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/genesis_pb2.py +45 -0
  379. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/query_pb2.py +89 -0
  380. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/tx_pb2.py +108 -0
  381. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/__init__.py +0 -0
  382. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/v1/__init__.py +0 -0
  383. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/v1/genesis_pb2.py +53 -0
  384. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/__init__.py +0 -0
  385. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/__init__.py +0 -0
  386. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v2/__init__.py +0 -0
  387. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v2/solomachine_pb2.py +119 -0
  388. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v3/__init__.py +0 -0
  389. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v3/solomachine_pb2.py +69 -0
  390. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/__init__.py +0 -0
  391. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/v1/__init__.py +0 -0
  392. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/v1/tendermint_pb2.py +91 -0
  393. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/__init__.py +0 -0
  394. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/__init__.py +0 -0
  395. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/genesis_pb2.py +44 -0
  396. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/query_pb2.py +51 -0
  397. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/tx_pb2.py +58 -0
  398. xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/wasm_pb2.py +55 -0
  399. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/__init__.py +0 -0
  400. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/__init__.py +0 -0
  401. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/__init__.py +0 -0
  402. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/authorityMetadata_pb2.py +43 -0
  403. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/genesis_pb2.py +52 -0
  404. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/params_pb2.py +45 -0
  405. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/query_pb2.py +80 -0
  406. xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/tx_pb2.py +128 -0
  407. xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/__init__.py +0 -0
  408. xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/v1/__init__.py +0 -0
  409. xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/v1/genesis_pb2.py +47 -0
  410. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/__init__.py +0 -0
  411. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/abci/__init__.py +0 -0
  412. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/abci/types_pb2.py +209 -0
  413. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/__init__.py +0 -0
  414. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/keys_pb2.py +40 -0
  415. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/proof_pb2.py +48 -0
  416. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/__init__.py +0 -0
  417. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/bits/__init__.py +0 -0
  418. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/bits/types_pb2.py +37 -0
  419. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/p2p/__init__.py +0 -0
  420. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/p2p/types_pb2.py +58 -0
  421. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/__init__.py +0 -0
  422. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/block_pb2.py +46 -0
  423. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/evidence_pb2.py +53 -0
  424. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/params_pb2.py +57 -0
  425. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/types_pb2.py +118 -0
  426. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/validator_pb2.py +57 -0
  427. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/version/__init__.py +0 -0
  428. xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/version/types_pb2.py +42 -0
  429. xion_types-0.0.0.dev1761832885/python/xion_types/xion/__init__.py +0 -0
  430. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/__init__.py +0 -0
  431. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/__init__.py +0 -0
  432. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/epoch_pb2.py +48 -0
  433. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/genesis_pb2.py +44 -0
  434. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/osmosisibc_pb2.py +64 -0
  435. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/params_pb2.py +37 -0
  436. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/proposal_pb2.py +54 -0
  437. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/query_pb2.py +73 -0
  438. xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/tx_pb2.py +110 -0
  439. xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/__init__.py +0 -0
  440. xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/__init__.py +0 -0
  441. xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/genesis_pb2.py +47 -0
  442. xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/query_pb2.py +48 -0
  443. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/__init__.py +0 -0
  444. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/__init__.py +0 -0
  445. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/audience_pb2.py +39 -0
  446. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/genesis_pb2.py +44 -0
  447. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/params_pb2.py +42 -0
  448. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/query_pb2.py +96 -0
  449. xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/tx_pb2.py +69 -0
  450. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/__init__.py +0 -0
  451. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/__init__.py +0 -0
  452. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/event_pb2.py +45 -0
  453. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/genesis_pb2.py +44 -0
  454. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/mint_pb2.py +56 -0
  455. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/query_pb2.py +65 -0
  456. xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/tx_pb2.py +54 -0
  457. xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/__init__.py +0 -0
  458. xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/feegrant_pb2.py +61 -0
  459. xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/genesis_pb2.py +41 -0
  460. xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/query_pb2.py +57 -0
  461. xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/tx_pb2.py +85 -0
  462. xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/PKG-INFO +182 -0
  463. xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/SOURCES.txt +465 -0
  464. xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/dependency_links.txt +1 -0
  465. xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/requires.txt +1 -0
  466. xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/top_level.txt +1 -0
  467. xion_types-0.0.0.dev1761832885/setup.cfg +4 -0
@@ -0,0 +1,4 @@
1
+ include README.md
2
+ include LICENSE
3
+ recursive-include python/xion_types *.py
4
+
@@ -0,0 +1,182 @@
1
+ Metadata-Version: 2.4
2
+ Name: xion-types
3
+ Version: 0.0.0.dev1761832885
4
+ Summary: Generated Python types for Xion blockchain protocol buffers
5
+ Author: Burnt Labs
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/burnt-labs/xion-types
8
+ Project-URL: Documentation, https://github.com/burnt-labs/docs
9
+ Project-URL: Repository, https://github.com/burnt-labs/xion-types
10
+ Keywords: xion,blockchain,protobuf,types
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Software Development :: Libraries
21
+ Requires-Python: >=3.8
22
+ Description-Content-Type: text/markdown
23
+ Requires-Dist: protobuf>=5.29.4
24
+
25
+ # @burnt-labs/xion-types
26
+
27
+ ## What is xion-types?
28
+
29
+ The `xion-types` repository is a **type definition package** that acts as a bridge between different programming languages and the Xion blockchain. Think of it as a "translator" that helps developers work with Xion blockchain data in their preferred programming language.
30
+
31
+ ## The Core Problem It Solves
32
+
33
+ Blockchains like Xion use a data format called **Protocol Buffers (Protobuf)** to define their data structures. However, most developers don't write code directly in Protobuf - they use languages like TypeScript, Swift, or Kotlin.
34
+
35
+ Without `xion-types`, developers would have to:
36
+ - Manually write type definitions for every blockchain data structure
37
+ - Risk making errors when handling blockchain data
38
+ - Spend time figuring out what fields exist and what types they should be
39
+
40
+ ## What It Provides
41
+
42
+ The repository generates **type-safe definitions** for multiple programming languages:
43
+ - **TypeScript/JavaScript** - For web apps and Node.js projects
44
+ - **Swift** - For iOS/macOS apps
45
+ - **Kotlin** - For Android apps
46
+
47
+ These type definitions ensure that when developers work with Xion blockchain data (like transactions, account information, or smart contract calls), they get:
48
+ - **Autocomplete** in their code editor
49
+ - **Error checking** if they try to use wrong data types
50
+ - **Documentation** of what fields are available
51
+
52
+ ## Benefits
53
+
54
+ 1. **Reduced Development Time** - No need to manually write type definitions
55
+ 2. **Fewer Bugs** - Type safety catches errors at compile time
56
+ 3. **Better Developer Experience** - Autocomplete and IntelliSense support
57
+ 4. **Consistency** - Same types across different languages and projects
58
+ 5. **Maintainability** - Types automatically update when the blockchain protocol changes
59
+
60
+ ## Table of Contents
61
+
62
+ - [@burnt-labs/xion-types](#burnt-labsxion-types)
63
+ - [Table of Contents](#table-of-contents)
64
+ - [Installation](#installation)
65
+ - [Usage](#usage)
66
+ - [Example](#example)
67
+ - [Development](#development)
68
+ - [License](#license)
69
+
70
+ ---
71
+
72
+ ## Installation
73
+
74
+ Install the **@burnt-labs/xion-types** package via npm or yarn:
75
+
76
+ ```bash
77
+ # Using npm
78
+ npm install @burnt-labs/xion-types
79
+
80
+ # Using yarn
81
+ yarn add @burnt-labs/xion-types
82
+ ```
83
+
84
+ ---
85
+
86
+ ## Usage
87
+
88
+ Once installed, you can import the type definitions in your TypeScript project. The types are generated from the Protobuf files used in the Xion project.
89
+
90
+ ```typescript
91
+ import { MyProtobufType } from '@burnt-labs/xion-types/types/filename';
92
+
93
+ const myData: MyProtobufType = {
94
+ field1: 'value',
95
+ field2: 42
96
+ };
97
+ ```
98
+
99
+ > **Note:** Replace `filename` with the appropriate file name where the type is defined.
100
+
101
+ ---
102
+
103
+ ## Example
104
+
105
+ Here is a full example of how you might use the **@burnt-labs/xion-types** package in a TypeScript project:
106
+
107
+ ```typescript
108
+ import { MyProtobufType } from '@burnt-labs/xion-types/types/filename';
109
+
110
+ function processData(data: MyProtobufType): void {
111
+ console.log(`Field 1: ${data.field1}`);
112
+ console.log(`Field 2: ${data.field2}`);
113
+ }
114
+
115
+ const sampleData: MyProtobufType = {
116
+ field1: 'Hello, Xion!',
117
+ field2: 100
118
+ };
119
+
120
+ processData(sampleData);
121
+ ```
122
+
123
+ > This simple example illustrates how you can work with the types generated from Xion's Protobuf definitions.
124
+
125
+ ---
126
+
127
+ ## Development
128
+
129
+ If you want to modify or regenerate the TypeScript definitions from Protobuf files, follow these steps:
130
+
131
+ 1. **Initialize and Update Submodules**
132
+ ```bash
133
+ # Initialize and update all submodules
134
+ make submodules
135
+
136
+ # Alternatively, you can run these commands manually:
137
+ git submodule init
138
+ git submodule update --init
139
+ ```
140
+
141
+ 2. **Build Docker Image**
142
+ ```bash
143
+ # Build the Swift protobuf builder image
144
+ make build-swiftbuilder-image
145
+
146
+ # Alternatively, you can run these commands manually:
147
+ cd docker && docker build . --tag swiftbuilder
148
+
149
+ # You can verify the image was built successfully with:
150
+ docker images | grep swiftbuilder
151
+ ```
152
+
153
+ 3. **Install Dependencies**
154
+ ```bash
155
+ npm install
156
+ ```
157
+
158
+ 4. **Generate TypeScript Definitions**
159
+ ```bash
160
+ npx protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \
161
+ --ts_out=./generated \
162
+ --proto_path=./proto \
163
+ $(find ./proto -name '*.proto')
164
+ ```
165
+
166
+ 5. **Compile TypeScript Files**
167
+ ```bash
168
+ tsc --noEmit
169
+ ```
170
+
171
+ > These steps will generate the TypeScript definitions from the Protobuf files located in the `proto` directory.
172
+
173
+ ---
174
+
175
+ ## License
176
+
177
+ This project is licensed under the MIT License. See the LICENSE file for details.
178
+
179
+ ---
180
+
181
+ For more information, check out [Xion's GitHub repository](https://github.com/burnt-labs/xion).
182
+
@@ -0,0 +1,158 @@
1
+ # @burnt-labs/xion-types
2
+
3
+ ## What is xion-types?
4
+
5
+ The `xion-types` repository is a **type definition package** that acts as a bridge between different programming languages and the Xion blockchain. Think of it as a "translator" that helps developers work with Xion blockchain data in their preferred programming language.
6
+
7
+ ## The Core Problem It Solves
8
+
9
+ Blockchains like Xion use a data format called **Protocol Buffers (Protobuf)** to define their data structures. However, most developers don't write code directly in Protobuf - they use languages like TypeScript, Swift, or Kotlin.
10
+
11
+ Without `xion-types`, developers would have to:
12
+ - Manually write type definitions for every blockchain data structure
13
+ - Risk making errors when handling blockchain data
14
+ - Spend time figuring out what fields exist and what types they should be
15
+
16
+ ## What It Provides
17
+
18
+ The repository generates **type-safe definitions** for multiple programming languages:
19
+ - **TypeScript/JavaScript** - For web apps and Node.js projects
20
+ - **Swift** - For iOS/macOS apps
21
+ - **Kotlin** - For Android apps
22
+
23
+ These type definitions ensure that when developers work with Xion blockchain data (like transactions, account information, or smart contract calls), they get:
24
+ - **Autocomplete** in their code editor
25
+ - **Error checking** if they try to use wrong data types
26
+ - **Documentation** of what fields are available
27
+
28
+ ## Benefits
29
+
30
+ 1. **Reduced Development Time** - No need to manually write type definitions
31
+ 2. **Fewer Bugs** - Type safety catches errors at compile time
32
+ 3. **Better Developer Experience** - Autocomplete and IntelliSense support
33
+ 4. **Consistency** - Same types across different languages and projects
34
+ 5. **Maintainability** - Types automatically update when the blockchain protocol changes
35
+
36
+ ## Table of Contents
37
+
38
+ - [@burnt-labs/xion-types](#burnt-labsxion-types)
39
+ - [Table of Contents](#table-of-contents)
40
+ - [Installation](#installation)
41
+ - [Usage](#usage)
42
+ - [Example](#example)
43
+ - [Development](#development)
44
+ - [License](#license)
45
+
46
+ ---
47
+
48
+ ## Installation
49
+
50
+ Install the **@burnt-labs/xion-types** package via npm or yarn:
51
+
52
+ ```bash
53
+ # Using npm
54
+ npm install @burnt-labs/xion-types
55
+
56
+ # Using yarn
57
+ yarn add @burnt-labs/xion-types
58
+ ```
59
+
60
+ ---
61
+
62
+ ## Usage
63
+
64
+ Once installed, you can import the type definitions in your TypeScript project. The types are generated from the Protobuf files used in the Xion project.
65
+
66
+ ```typescript
67
+ import { MyProtobufType } from '@burnt-labs/xion-types/types/filename';
68
+
69
+ const myData: MyProtobufType = {
70
+ field1: 'value',
71
+ field2: 42
72
+ };
73
+ ```
74
+
75
+ > **Note:** Replace `filename` with the appropriate file name where the type is defined.
76
+
77
+ ---
78
+
79
+ ## Example
80
+
81
+ Here is a full example of how you might use the **@burnt-labs/xion-types** package in a TypeScript project:
82
+
83
+ ```typescript
84
+ import { MyProtobufType } from '@burnt-labs/xion-types/types/filename';
85
+
86
+ function processData(data: MyProtobufType): void {
87
+ console.log(`Field 1: ${data.field1}`);
88
+ console.log(`Field 2: ${data.field2}`);
89
+ }
90
+
91
+ const sampleData: MyProtobufType = {
92
+ field1: 'Hello, Xion!',
93
+ field2: 100
94
+ };
95
+
96
+ processData(sampleData);
97
+ ```
98
+
99
+ > This simple example illustrates how you can work with the types generated from Xion's Protobuf definitions.
100
+
101
+ ---
102
+
103
+ ## Development
104
+
105
+ If you want to modify or regenerate the TypeScript definitions from Protobuf files, follow these steps:
106
+
107
+ 1. **Initialize and Update Submodules**
108
+ ```bash
109
+ # Initialize and update all submodules
110
+ make submodules
111
+
112
+ # Alternatively, you can run these commands manually:
113
+ git submodule init
114
+ git submodule update --init
115
+ ```
116
+
117
+ 2. **Build Docker Image**
118
+ ```bash
119
+ # Build the Swift protobuf builder image
120
+ make build-swiftbuilder-image
121
+
122
+ # Alternatively, you can run these commands manually:
123
+ cd docker && docker build . --tag swiftbuilder
124
+
125
+ # You can verify the image was built successfully with:
126
+ docker images | grep swiftbuilder
127
+ ```
128
+
129
+ 3. **Install Dependencies**
130
+ ```bash
131
+ npm install
132
+ ```
133
+
134
+ 4. **Generate TypeScript Definitions**
135
+ ```bash
136
+ npx protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \
137
+ --ts_out=./generated \
138
+ --proto_path=./proto \
139
+ $(find ./proto -name '*.proto')
140
+ ```
141
+
142
+ 5. **Compile TypeScript Files**
143
+ ```bash
144
+ tsc --noEmit
145
+ ```
146
+
147
+ > These steps will generate the TypeScript definitions from the Protobuf files located in the `proto` directory.
148
+
149
+ ---
150
+
151
+ ## License
152
+
153
+ This project is licensed under the MIT License. See the LICENSE file for details.
154
+
155
+ ---
156
+
157
+ For more information, check out [Xion's GitHub repository](https://github.com/burnt-labs/xion).
158
+
@@ -0,0 +1,43 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "xion-types"
7
+ version = "0.0.0.dev1761832885"
8
+ description = "Generated Python types for Xion blockchain protocol buffers"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = {text = "Apache-2.0"}
12
+ authors = [
13
+ {name = "Burnt Labs"}
14
+ ]
15
+ keywords = ["xion", "blockchain", "protobuf", "types"]
16
+ classifiers = [
17
+ "Development Status :: 4 - Beta",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: Apache Software License",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.8",
22
+ "Programming Language :: Python :: 3.9",
23
+ "Programming Language :: Python :: 3.10",
24
+ "Programming Language :: Python :: 3.11",
25
+ "Programming Language :: Python :: 3.12",
26
+ "Topic :: Software Development :: Libraries",
27
+ ]
28
+ dependencies = [
29
+ "protobuf>=5.29.4",
30
+ ]
31
+
32
+ [project.urls]
33
+ Homepage = "https://github.com/burnt-labs/xion-types"
34
+ Documentation = "https://github.com/burnt-labs/docs"
35
+ Repository = "https://github.com/burnt-labs/xion-types"
36
+
37
+ [tool.setuptools.packages.find]
38
+ where = ["python"]
39
+ include = ["xion_types*"]
40
+
41
+ [tool.setuptools.package-data]
42
+ "*" = ["*.py"]
43
+
@@ -0,0 +1,4 @@
1
+ """Generated protocol buffer types for Xion blockchain."""
2
+
3
+ __version__ = "0.1.0"
4
+
@@ -0,0 +1,48 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: abstractaccount/v1/account.proto
5
+ # Protobuf Python Version: 5.29.4
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 4,
17
+ '',
18
+ 'abstractaccount/v1/account.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from xion_types.cosmos_proto import cosmos_pb2 as cosmos__proto_dot_cosmos__pb2
26
+ from xion_types.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
27
+ from xion_types.amino import amino_pb2 as amino_dot_amino__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n abstractaccount/v1/account.proto\x12\x12\x61\x62stractaccount.v1\x1a\x19\x63osmos_proto/cosmos.proto\x1a\x14gogoproto/gogo.proto\x1a\x11\x61mino/amino.proto\"\xb2\x01\n\x0f\x41\x62stractAccount\x12\x32\n\x07\x61\x64\x64ress\x18\x01 \x01(\tB\x18\xd2\xb4-\x14\x63osmos.AddressStringR\x07\x61\x64\x64ress\x12%\n\x0e\x61\x63\x63ount_number\x18\x02 \x01(\x04R\raccountNumber\x12\x1a\n\x08sequence\x18\x03 \x01(\x04R\x08sequence:(\x88\xa0\x1f\x00\xe8\xa0\x1f\x00\xca\xb4-\x1c\x63osmos.auth.v1beta1.AccountI\"U\n\tNilPubKey\x12#\n\raddress_bytes\x18\x01 \x01(\x0cR\x0c\x61\x64\x64ressBytes:#\x98\xa0\x1f\x00\x8a\xe7\xb0*\x1a\x61\x62stract-account/NilPubKeyB@Z>github.com/burnt-labs/abstract-account/x/abstractaccount/typesb\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'abstractaccount.v1.account_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'Z>github.com/burnt-labs/abstract-account/x/abstractaccount/types'
38
+ _globals['_ABSTRACTACCOUNT'].fields_by_name['address']._loaded_options = None
39
+ _globals['_ABSTRACTACCOUNT'].fields_by_name['address']._serialized_options = b'\322\264-\024cosmos.AddressString'
40
+ _globals['_ABSTRACTACCOUNT']._loaded_options = None
41
+ _globals['_ABSTRACTACCOUNT']._serialized_options = b'\210\240\037\000\350\240\037\000\312\264-\034cosmos.auth.v1beta1.AccountI'
42
+ _globals['_NILPUBKEY']._loaded_options = None
43
+ _globals['_NILPUBKEY']._serialized_options = b'\230\240\037\000\212\347\260*\032abstract-account/NilPubKey'
44
+ _globals['_ABSTRACTACCOUNT']._serialized_start=125
45
+ _globals['_ABSTRACTACCOUNT']._serialized_end=303
46
+ _globals['_NILPUBKEY']._serialized_start=305
47
+ _globals['_NILPUBKEY']._serialized_end=390
48
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,40 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: abstractaccount/v1/events.proto
5
+ # Protobuf Python Version: 5.29.4
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 4,
17
+ '',
18
+ 'abstractaccount/v1/events.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from xion_types.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x61\x62stractaccount/v1/events.proto\x12\x12\x61\x62stractaccount.v1\x1a\x14gogoproto/gogo.proto\"\xa3\x01\n\x16\x45ventAccountRegistered\x12\x18\n\x07\x63reator\x18\x01 \x01(\tR\x07\x63reator\x12#\n\x07\x63ode_id\x18\x02 \x01(\x04\x42\n\xe2\xde\x1f\x06\x43odeIDR\x06\x63odeId\x12#\n\rcontract_addr\x18\x03 \x01(\tR\x0c\x63ontractAddr\x12%\n\x0e\x61\x63\x63ount_number\x18\x04 \x01(\x04R\raccountNumberB@Z>github.com/burnt-labs/abstract-account/x/abstractaccount/typesb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'abstractaccount.v1.events_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
35
+ _globals['DESCRIPTOR']._serialized_options = b'Z>github.com/burnt-labs/abstract-account/x/abstractaccount/types'
36
+ _globals['_EVENTACCOUNTREGISTERED'].fields_by_name['code_id']._loaded_options = None
37
+ _globals['_EVENTACCOUNTREGISTERED'].fields_by_name['code_id']._serialized_options = b'\342\336\037\006CodeID'
38
+ _globals['_EVENTACCOUNTREGISTERED']._serialized_start=78
39
+ _globals['_EVENTACCOUNTREGISTERED']._serialized_end=241
40
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,38 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: abstractaccount/v1/genesis.proto
5
+ # Protobuf Python Version: 5.29.4
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 4,
17
+ '',
18
+ 'abstractaccount/v1/genesis.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from xion_types.abstractaccount.v1 import params_pb2 as abstractaccount_dot_v1_dot_params__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n abstractaccount/v1/genesis.proto\x12\x12\x61\x62stractaccount.v1\x1a\x1f\x61\x62stractaccount/v1/params.proto\"j\n\x0cGenesisState\x12\x32\n\x06params\x18\x01 \x01(\x0b\x32\x1a.abstractaccount.v1.ParamsR\x06params\x12&\n\x0fnext_account_id\x18\x02 \x01(\x04R\rnextAccountIdB@Z>github.com/burnt-labs/abstract-account/x/abstractaccount/typesb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'abstractaccount.v1.genesis_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
35
+ _globals['DESCRIPTOR']._serialized_options = b'Z>github.com/burnt-labs/abstract-account/x/abstractaccount/types'
36
+ _globals['_GENESISSTATE']._serialized_start=89
37
+ _globals['_GENESISSTATE']._serialized_end=195
38
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,42 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: abstractaccount/v1/params.proto
5
+ # Protobuf Python Version: 5.29.4
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 4,
17
+ '',
18
+ 'abstractaccount/v1/params.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from xion_types.gogoproto import gogo_pb2 as gogoproto_dot_gogo__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x61\x62stractaccount/v1/params.proto\x12\x12\x61\x62stractaccount.v1\x1a\x14gogoproto/gogo.proto\"\xd2\x01\n\x06Params\x12@\n\x12\x61llow_all_code_ids\x18\x01 \x01(\x08\x42\x13\xe2\xde\x1f\x0f\x41llowAllCodeIDsR\x0f\x61llowAllCodeIds\x12<\n\x10\x61llowed_code_ids\x18\x02 \x03(\x04\x42\x12\xe2\xde\x1f\x0e\x41llowedCodeIDsR\x0e\x61llowedCodeIds\x12$\n\x0emax_gas_before\x18\x03 \x01(\x04R\x0cmaxGasBefore\x12\"\n\rmax_gas_after\x18\x04 \x01(\x04R\x0bmaxGasAfterB@Z>github.com/burnt-labs/abstract-account/x/abstractaccount/typesb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'abstractaccount.v1.params_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
35
+ _globals['DESCRIPTOR']._serialized_options = b'Z>github.com/burnt-labs/abstract-account/x/abstractaccount/types'
36
+ _globals['_PARAMS'].fields_by_name['allow_all_code_ids']._loaded_options = None
37
+ _globals['_PARAMS'].fields_by_name['allow_all_code_ids']._serialized_options = b'\342\336\037\017AllowAllCodeIDs'
38
+ _globals['_PARAMS'].fields_by_name['allowed_code_ids']._loaded_options = None
39
+ _globals['_PARAMS'].fields_by_name['allowed_code_ids']._serialized_options = b'\342\336\037\016AllowedCodeIDs'
40
+ _globals['_PARAMS']._serialized_start=78
41
+ _globals['_PARAMS']._serialized_end=288
42
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,46 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: abstractaccount/v1/query.proto
5
+ # Protobuf Python Version: 5.29.4
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 4,
17
+ '',
18
+ 'abstractaccount/v1/query.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from xion_types.abstractaccount.v1 import params_pb2 as abstractaccount_dot_v1_dot_params__pb2
26
+ from xion_types.cosmos.query.v1 import query_pb2 as cosmos_dot_query_dot_v1_dot_query__pb2
27
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x61\x62stractaccount/v1/query.proto\x12\x12\x61\x62stractaccount.v1\x1a\x1f\x61\x62stractaccount/v1/params.proto\x1a\x1b\x63osmos/query/v1/query.proto\x1a\x1cgoogle/api/annotations.proto\"\x14\n\x12QueryParamsRequest\"I\n\x13QueryParamsResponse\x12\x32\n\x06params\x18\x01 \x01(\x0b\x32\x1a.abstractaccount.v1.ParamsR\x06params2\x8c\x01\n\x05Query\x12\x82\x01\n\x06Params\x12&.abstractaccount.v1.QueryParamsRequest\x1a\'.abstractaccount.v1.QueryParamsResponse\"\'\x88\xe7\xb0*\x01\x82\xd3\xe4\x93\x02\x1c\x12\x1a/abstractaccount/v1/paramsB@Z>github.com/burnt-labs/abstract-account/x/abstractaccount/typesb\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'abstractaccount.v1.query_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'Z>github.com/burnt-labs/abstract-account/x/abstractaccount/types'
38
+ _globals['_QUERY'].methods_by_name['Params']._loaded_options = None
39
+ _globals['_QUERY'].methods_by_name['Params']._serialized_options = b'\210\347\260*\001\202\323\344\223\002\034\022\032/abstractaccount/v1/params'
40
+ _globals['_QUERYPARAMSREQUEST']._serialized_start=146
41
+ _globals['_QUERYPARAMSREQUEST']._serialized_end=166
42
+ _globals['_QUERYPARAMSRESPONSE']._serialized_start=168
43
+ _globals['_QUERYPARAMSRESPONSE']._serialized_end=241
44
+ _globals['_QUERY']._serialized_start=244
45
+ _globals['_QUERY']._serialized_end=384
46
+ # @@protoc_insertion_point(module_scope)