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.
- xion_types-0.0.0.dev1761832885/MANIFEST.in +4 -0
- xion_types-0.0.0.dev1761832885/PKG-INFO +182 -0
- xion_types-0.0.0.dev1761832885/README.md +158 -0
- xion_types-0.0.0.dev1761832885/pyproject.toml +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/__init__.py +4 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/account_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/events_pb2.py +40 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/genesis_pb2.py +38 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/params_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/query_pb2.py +46 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/abstractaccount/v1/tx_pb2.py +61 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/amino/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/amino/amino_pb2.py +36 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/v1alpha1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/runtime/v1alpha1/module_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/config_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/module_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/app/v1alpha1/query_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/module/v1/module_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/auth_pb2.py +65 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/genesis_pb2.py +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/query_pb2.py +154 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/auth/v1beta1/tx_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/authz_pb2.py +62 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/event_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/genesis_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/query_pb2.py +67 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/authz/v1beta1/tx_pb2.py +77 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/options_pb2.py +56 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/autocli/v1/query_pb2.py +49 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/authz_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/bank_pb2.py +84 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/genesis_pb2.py +60 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/query_pb2.py +185 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/bank/v1beta1/tx_pb2.py +93 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/abci/v1beta1/abci_pb2.py +102 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/node/v1beta1/query_pb2.py +54 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/query/v1beta1/pagination_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v1beta1/reflection_pb2.py +50 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v2alpha1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/reflection/v2alpha1/reflection_pb2.py +102 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/query_pb2.py +109 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/tendermint/v1beta1/types_pb2.py +59 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/base/v1beta1/coin_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/module/v1/module_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/benchmark_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/benchmark/v1/tx_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/query_pb2.py +59 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/tx_pb2.py +59 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/circuit/v1/types_pb2.py +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/query_pb2.py +46 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/consensus/v1/tx_pb2.py +55 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/module/v1/module_pb2.py +40 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/query_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/counter/v1/tx_pb2.py +50 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/genesis_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crisis/v1beta1/tx_pb2.py +66 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/ed25519/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/ed25519/keys_pb2.py +49 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/hd/v1/hd_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/keyring/v1/record_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/keys_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/multisig/v1beta1/multisig_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256k1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256k1/keys_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256r1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/crypto/secp256r1/keys_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/distribution_pb2.py +101 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/genesis_pb2.py +122 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/query_pb2.py +160 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/distribution/v1beta1/tx_pb2.py +133 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/events_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/genesis_pb2.py +50 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/epochs/v1beta1/query_pb2.py +55 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/evidence_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/genesis_pb2.py +38 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/query_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/evidence/v1beta1/tx_pb2.py +54 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/feegrant_pb2.py +78 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/genesis_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/query_pb2.py +71 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/feegrant/v1beta1/tx_pb2.py +77 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/genutil/v1beta1/genesis_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/genesis_pb2.py +49 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/gov_pb2.py +146 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/query_pb2.py +111 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1/tx_pb2.py +145 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/genesis_pb2.py +52 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/gov_pb2.py +150 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/query_pb2.py +125 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/gov/v1beta1/tx_pb2.py +96 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/module/v1/module_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/events_pb2.py +65 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/genesis_pb2.py +38 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/query_pb2.py +147 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/tx_pb2.py +189 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/group/v1/types_pb2.py +125 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/genesis_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/mint_pb2.py +56 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/query_pb2.py +66 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/mint/v1beta1/tx_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/textual/v1/textual_pb2.py +35 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/msg/v1/msg_pb2.py +36 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/event_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/genesis_pb2.py +40 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/nft_pb2.py +40 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/query_pb2.py +82 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/nft/v1beta1/tx_pb2.py +51 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/params_pb2.py +46 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/params/v1beta1/query_pb2.py +64 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/genesis_pb2.py +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/query_pb2.py +76 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/tx_pb2.py +103 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/protocolpool/v1/types_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/query/v1/query_pb2.py +36 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/reflection/v1/reflection_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/genesis_pb2.py +61 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/query_pb2.py +69 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/slashing_pb2.py +60 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/slashing/v1beta1/tx_pb2.py +66 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/authz_pb2.py +55 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/genesis_pb2.py +61 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/query_pb2.py +196 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/staking_pb2.py +232 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/staking/v1beta1/tx_pb2.py +155 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/internal/kv/v1beta1/kv_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/snapshots/v1/snapshot_pb2.py +65 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/abci/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/streaming/abci/grpc_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/commit_info_pb2.py +51 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/store/v1beta1/listening_pb2.py +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/config/v1/config_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/signing/v1beta1/signing_pb2.py +49 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/service_pb2.py +136 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/tx/v1beta1/tx_pb2.py +95 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/query_pb2.py +84 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/tx_pb2.py +70 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/upgrade/v1beta1/upgrade_pb2.py +62 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/module/v1/module_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/tx_pb2.py +85 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos/vesting/v1beta1/vesting_pb2.py +82 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos_proto/__init__.py +1 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmos_proto/cosmos_pb2.py +34 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/authz_pb2.py +99 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/genesis_pb2.py +69 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/ibc_pb2.py +52 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/proposal_legacy_pb2.py +160 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/query_pb2.py +196 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/tx_pb2.py +257 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/cosmwasm/wasm/v1/types_pb2.py +119 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/gogoproto/__init__.py +1 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/gogoproto/gogo_pb2.py +34 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/controller_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/query_pb2.py +51 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/controller/v1/tx_pb2.py +70 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.py +64 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/host_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/query_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/host/v1/tx_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/account_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/metadata_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/interchain_accounts/v1/packet_pb2.py +49 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/authz_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/denomtrace_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/genesis_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/packet_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/query_pb2.py +83 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/token_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/transfer_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/applications/transfer/v1/tx_pb2.py +65 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/channel_pb2.py +97 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/genesis_pb2.py +55 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/query_pb2.py +155 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v1/tx_pb2.py +157 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/genesis_pb2.py +54 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/packet_pb2.py +56 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/query_pb2.py +106 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/channel/v2/tx_pb2.py +103 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/client_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/genesis_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/query_pb2.py +124 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v1/tx_pb2.py +99 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/config_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/counterparty_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/genesis_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/query_pb2.py +52 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/client/v2/tx_pb2.py +56 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v1/commitment_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v2/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/commitment/v2/commitment_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/connection_pb2.py +77 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/genesis_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/query_pb2.py +89 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/connection/v1/tx_pb2.py +108 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/core/types/v1/genesis_pb2.py +53 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v2/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v2/solomachine_pb2.py +119 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v3/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/solomachine/v3/solomachine_pb2.py +69 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/tendermint/v1/tendermint_pb2.py +91 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/genesis_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/query_pb2.py +51 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/tx_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/ibc/lightclients/wasm/v1/wasm_pb2.py +55 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/authorityMetadata_pb2.py +43 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/genesis_pb2.py +52 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/params_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/query_pb2.py +80 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/osmosis/tokenfactory/v1beta1/tx_pb2.py +128 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/packetforward/v1/genesis_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/abci/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/abci/types_pb2.py +209 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/keys_pb2.py +40 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/crypto/proof_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/bits/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/libs/bits/types_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/p2p/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/p2p/types_pb2.py +58 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/block_pb2.py +46 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/evidence_pb2.py +53 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/params_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/types_pb2.py +118 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/types/validator_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/version/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/tendermint/version/types_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/epoch_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/genesis_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/osmosisibc_pb2.py +64 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/params_pb2.py +37 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/proposal_pb2.py +54 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/query_pb2.py +73 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/feeabs/v1beta1/tx_pb2.py +110 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/genesis_pb2.py +47 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/globalfee/v1/query_pb2.py +48 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/audience_pb2.py +39 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/genesis_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/params_pb2.py +42 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/query_pb2.py +96 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/jwk/v1/tx_pb2.py +69 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/event_pb2.py +45 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/genesis_pb2.py +44 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/mint_pb2.py +56 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/query_pb2.py +65 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/mint/v1/tx_pb2.py +54 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/__init__.py +0 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/feegrant_pb2.py +61 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/genesis_pb2.py +41 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/query_pb2.py +57 -0
- xion_types-0.0.0.dev1761832885/python/xion_types/xion/v1/tx_pb2.py +85 -0
- xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/PKG-INFO +182 -0
- xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/SOURCES.txt +465 -0
- xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/dependency_links.txt +1 -0
- xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/requires.txt +1 -0
- xion_types-0.0.0.dev1761832885/python/xion_types.egg-info/top_level.txt +1 -0
- xion_types-0.0.0.dev1761832885/setup.cfg +4 -0
|
@@ -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
|
+
|
|
File without changes
|
|
File without changes
|
|
@@ -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)
|