From 392f7e157b227c4ee285f58bb03e23805f194dd4 Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:29:12 +0800 Subject: [PATCH] fix pyi import --- fxsdk/x/cosmos/app/module/v1alpha1/module_pb2.pyi | 2 +- fxsdk/x/cosmos/app/v1alpha1/query_pb2.pyi | 2 +- fxsdk/x/cosmos/auth/v1beta1/auth_pb2.pyi | 4 ++-- fxsdk/x/cosmos/auth/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/auth/v1beta1/query_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/authz/v1beta1/authz_pb2.pyi | 4 ++-- fxsdk/x/cosmos/authz/v1beta1/event_pb2.pyi | 2 +- fxsdk/x/cosmos/authz/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/authz/v1beta1/query_pb2.pyi | 6 +++--- fxsdk/x/cosmos/authz/v1beta1/tx_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/bank/v1beta1/authz_pb2.pyi | 6 +++--- fxsdk/x/cosmos/bank/v1beta1/bank_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/bank/v1beta1/genesis_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/bank/v1beta1/query_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/bank/v1beta1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/base/abci/v1beta1/abci_pb2.pyi | 4 ++-- fxsdk/x/cosmos/base/kv/v1beta1/kv_pb2.pyi | 2 +- .../cosmos/base/snapshots/v1beta1/snapshot_pb2.pyi | 2 +- .../cosmos/base/store/v1beta1/commit_info_pb2.pyi | 2 +- .../x/cosmos/base/store/v1beta1/listening_pb2.pyi | 2 +- .../x/cosmos/base/tendermint/v1beta1/query_pb2.pyi | 14 +++++++------- .../x/cosmos/base/tendermint/v1beta1/types_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/base/v1beta1/coin_pb2.pyi | 4 ++-- .../x/cosmos/capability/v1beta1/capability_pb2.pyi | 2 +- fxsdk/x/cosmos/capability/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/crisis/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/crisis/v1beta1/tx_pb2.pyi | 6 +++--- fxsdk/x/cosmos/crypto/ed25519/keys_pb2.pyi | 2 +- fxsdk/x/cosmos/crypto/hd/v1/hd_pb2.pyi | 2 +- fxsdk/x/cosmos/crypto/keyring/v1/record_pb2.pyi | 4 ++-- fxsdk/x/cosmos/crypto/multisig/keys_pb2.pyi | 2 +- .../crypto/multisig/v1beta1/multisig_pb2.pyi | 2 +- fxsdk/x/cosmos/crypto/secp256k1/keys_pb2.pyi | 2 +- fxsdk/x/cosmos/crypto/secp256r1/keys_pb2.pyi | 2 +- .../distribution/v1beta1/distribution_pb2.pyi | 6 +++--- .../x/cosmos/distribution/v1beta1/genesis_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/distribution/v1beta1/query_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/distribution/v1beta1/tx_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/evidence/v1beta1/evidence_pb2.pyi | 4 ++-- fxsdk/x/cosmos/evidence/v1beta1/query_pb2.pyi | 4 ++-- fxsdk/x/cosmos/evidence/v1beta1/tx_pb2.pyi | 6 +++--- fxsdk/x/cosmos/feegrant/v1beta1/feegrant_pb2.pyi | 6 +++--- fxsdk/x/cosmos/feegrant/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/feegrant/v1beta1/query_pb2.pyi | 6 +++--- fxsdk/x/cosmos/feegrant/v1beta1/tx_pb2.pyi | 4 ++-- fxsdk/x/cosmos/genutil/v1beta1/genesis_pb2.pyi | 2 +- fxsdk/x/cosmos/gov/v1/genesis_pb2.pyi | 2 +- fxsdk/x/cosmos/gov/v1/gov_pb2.pyi | 6 +++--- fxsdk/x/cosmos/gov/v1/query_pb2.pyi | 6 +++--- fxsdk/x/cosmos/gov/v1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/gov/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/gov/v1beta1/gov_pb2.pyi | 6 +++--- fxsdk/x/cosmos/gov/v1beta1/query_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/gov/v1beta1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/group/v1/events_pb2.pyi | 4 ++-- fxsdk/x/cosmos/group/v1/genesis_pb2.pyi | 2 +- fxsdk/x/cosmos/group/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/group/v1/tx_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/group/v1/types_pb2.pyi | 4 ++-- fxsdk/x/cosmos/mint/v1beta1/genesis_pb2.pyi | 4 ++-- fxsdk/x/cosmos/mint/v1beta1/mint_pb2.pyi | 4 ++-- fxsdk/x/cosmos/mint/v1beta1/query_pb2.pyi | 4 ++-- fxsdk/x/cosmos/nft/v1beta1/genesis_pb2.pyi | 2 +- fxsdk/x/cosmos/nft/v1beta1/query_pb2.pyi | 4 ++-- fxsdk/x/cosmos/nft/v1beta1/tx_pb2.pyi | 2 +- fxsdk/x/cosmos/orm/module/v1alpha1/module_pb2.pyi | 2 +- fxsdk/x/cosmos/params/v1beta1/params_pb2.pyi | 4 ++-- fxsdk/x/cosmos/params/v1beta1/query_pb2.pyi | 4 ++-- fxsdk/x/cosmos/slashing/v1beta1/genesis_pb2.pyi | 6 +++--- fxsdk/x/cosmos/slashing/v1beta1/query_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/slashing/v1beta1/slashing_pb2.pyi | 4 ++-- fxsdk/x/cosmos/slashing/v1beta1/tx_pb2.pyi | 6 +++--- fxsdk/x/cosmos/staking/v1beta1/authz_pb2.pyi | 6 +++--- fxsdk/x/cosmos/staking/v1beta1/genesis_pb2.pyi | 6 +++--- fxsdk/x/cosmos/staking/v1beta1/query_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/staking/v1beta1/staking_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/staking/v1beta1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/tx/signing/v1beta1/signing_pb2.pyi | 2 +- fxsdk/x/cosmos/tx/v1beta1/service_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/tx/v1beta1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/upgrade/v1beta1/query_pb2.pyi | 2 +- fxsdk/x/cosmos/upgrade/v1beta1/tx_pb2.pyi | 8 ++++---- fxsdk/x/cosmos/upgrade/v1beta1/upgrade_pb2.pyi | 4 ++-- fxsdk/x/cosmos/vesting/v1beta1/tx_pb2.pyi | 10 +++++----- fxsdk/x/cosmos/vesting/v1beta1/vesting_pb2.pyi | 6 +++--- .../ethermint/crypto/v1/ethsecp256k1/keys_pb2.pyi | 2 +- fxsdk/x/ethermint/evm/v1/evm_pb2.pyi | 2 +- fxsdk/x/ethermint/evm/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ethermint/evm/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/ethermint/evm/v1/tx_pb2.pyi | 6 +++--- fxsdk/x/ethermint/feemarket/v1/feemarket_pb2.pyi | 2 +- fxsdk/x/ethermint/feemarket/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ethermint/feemarket/v1/query_pb2.pyi | 4 ++-- fxsdk/x/ethermint/types/v1/account_pb2.pyi | 6 +++--- fxsdk/x/ethermint/types/v1/dynamic_fee_pb2.pyi | 2 +- fxsdk/x/ethermint/types/v1/indexer_pb2.pyi | 2 +- fxsdk/x/ethermint/types/v1/web3_pb2.pyi | 2 +- fxsdk/x/fx/crosschain/v1/genesis_pb2.pyi | 6 +++--- fxsdk/x/fx/crosschain/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/fx/crosschain/v1/tx_pb2.pyi | 10 +++++----- fxsdk/x/fx/crosschain/v1/types_pb2.pyi | 4 ++-- fxsdk/x/fx/dex/v1/funding_pb2.pyi | 2 +- fxsdk/x/fx/dex/v1/margin_pb2.pyi | 2 +- fxsdk/x/fx/dex/v1/match_pb2.pyi | 4 ++-- fxsdk/x/fx/dex/v1/order_pb2.pyi | 2 +- fxsdk/x/fx/dex/v1/params_pb2.pyi | 4 ++-- fxsdk/x/fx/dex/v1/position_pb2.pyi | 2 +- fxsdk/x/fx/dex/v1/proposal_pb2.pyi | 8 ++++---- fxsdk/x/fx/dex/v1/query_pb2.pyi | 12 ++++++------ fxsdk/x/fx/dex/v1/tx_pb2.pyi | 8 ++++---- fxsdk/x/fx/erc20/v1/erc20_pb2.pyi | 4 ++-- fxsdk/x/fx/erc20/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/fx/erc20/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/fx/erc20/v1/tx_pb2.pyi | 14 +++++++------- fxsdk/x/fx/evm/v1/tx_pb2.pyi | 4 ++-- fxsdk/x/fx/gov/v1/params_pb2.pyi | 6 +++--- fxsdk/x/fx/gov/v1/query_pb2.pyi | 4 ++-- fxsdk/x/fx/gov/v1/tx_pb2.pyi | 8 ++++---- .../fx/ibc/applications/transfer/v1/query_pb2.pyi | 2 +- fxsdk/x/fx/ibc/applications/transfer/v1/tx_pb2.pyi | 8 ++++---- fxsdk/x/fx/legacy/base/v1/query_pb2.pyi | 4 ++-- fxsdk/x/fx/legacy/gravity/v1/genesis_pb2.pyi | 6 +++--- fxsdk/x/fx/legacy/gravity/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/fx/legacy/gravity/v1/tx_pb2.pyi | 6 +++--- fxsdk/x/fx/legacy/gravity/v1/types_pb2.pyi | 2 +- fxsdk/x/fx/legacy/other/query_pb2.pyi | 4 ++-- fxsdk/x/fx/migrate/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/fx/migrate/v1/query_pb2.pyi | 4 ++-- fxsdk/x/fx/staking/v1beta1/genesis_pb2.pyi | 8 ++++---- fxsdk/x/ibc/applications/fee/v1/ack_pb2.pyi | 2 +- fxsdk/x/ibc/applications/fee/v1/fee_pb2.pyi | 6 +++--- fxsdk/x/ibc/applications/fee/v1/genesis_pb2.pyi | 6 +++--- fxsdk/x/ibc/applications/fee/v1/metadata_pb2.pyi | 2 +- fxsdk/x/ibc/applications/fee/v1/query_pb2.pyi | 12 ++++++------ fxsdk/x/ibc/applications/fee/v1/tx_pb2.pyi | 6 +++--- .../controller/v1/controller_pb2.pyi | 2 +- .../controller/v1/query_pb2.pyi | 4 ++-- .../interchain_accounts/controller/v1/tx_pb2.pyi | 4 ++-- .../interchain_accounts/genesis/v1/genesis_pb2.pyi | 6 +++--- .../interchain_accounts/host/v1/host_pb2.pyi | 2 +- .../interchain_accounts/host/v1/query_pb2.pyi | 2 +- .../interchain_accounts/v1/account_pb2.pyi | 6 +++--- .../interchain_accounts/v1/metadata_pb2.pyi | 2 +- .../interchain_accounts/v1/packet_pb2.pyi | 2 +- .../x/ibc/applications/transfer/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ibc/applications/transfer/v1/query_pb2.pyi | 6 +++--- .../ibc/applications/transfer/v1/transfer_pb2.pyi | 2 +- fxsdk/x/ibc/applications/transfer/v1/tx_pb2.pyi | 6 +++--- fxsdk/x/ibc/core/channel/v1/channel_pb2.pyi | 4 ++-- fxsdk/x/ibc/core/channel/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ibc/core/channel/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/ibc/core/channel/v1/tx_pb2.pyi | 6 +++--- fxsdk/x/ibc/core/client/v1/client_pb2.pyi | 6 +++--- fxsdk/x/ibc/core/client/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ibc/core/client/v1/query_pb2.pyi | 6 +++--- fxsdk/x/ibc/core/client/v1/tx_pb2.pyi | 2 +- fxsdk/x/ibc/core/commitment/v1/commitment_pb2.pyi | 2 +- fxsdk/x/ibc/core/connection/v1/connection_pb2.pyi | 4 ++-- fxsdk/x/ibc/core/connection/v1/genesis_pb2.pyi | 4 ++-- fxsdk/x/ibc/core/connection/v1/query_pb2.pyi | 8 ++++---- fxsdk/x/ibc/core/connection/v1/tx_pb2.pyi | 6 +++--- fxsdk/x/ibc/core/types/v1/genesis_pb2.pyi | 8 ++++---- .../lightclients/localhost/v1/localhost_pb2.pyi | 4 ++-- .../solomachine/v1/solomachine_pb2.pyi | 6 +++--- .../solomachine/v2/solomachine_pb2.pyi | 6 +++--- .../lightclients/tendermint/v1/tendermint_pb2.pyi | 10 +++++----- fxsdk/x/marginx/oracle/v1/query_pb2.pyi | 6 +++--- fxsdk/x/marginx/oracle/v1/tx_pb2.pyi | 8 ++++---- fxsdk/x/marginx/oracle/v1/types_pb2.pyi | 4 ++-- fxsdk/x/tendermint/abci/types_pb2.pyi | 10 +++++----- fxsdk/x/tendermint/crypto/keys_pb2.pyi | 2 +- fxsdk/x/tendermint/crypto/proof_pb2.pyi | 2 +- fxsdk/x/tendermint/p2p/types_pb2.pyi | 2 +- fxsdk/x/tendermint/types/block_pb2.pyi | 6 +++--- fxsdk/x/tendermint/types/evidence_pb2.pyi | 6 +++--- fxsdk/x/tendermint/types/params_pb2.pyi | 2 +- fxsdk/x/tendermint/types/types_pb2.pyi | 8 ++++---- fxsdk/x/tendermint/types/validator_pb2.pyi | 4 ++-- fxsdk/x/tendermint/version/types_pb2.pyi | 2 +- gen-proto.sh | 12 ++++++------ 180 files changed, 462 insertions(+), 462 deletions(-) diff --git a/fxsdk/x/cosmos/app/module/v1alpha1/module_pb2.pyi b/fxsdk/x/cosmos/app/module/v1alpha1/module_pb2.pyi index 89e3ec0..83110d5 100644 --- a/fxsdk/x/cosmos/app/module/v1alpha1/module_pb2.pyi +++ b/fxsdk/x/cosmos/app/module/v1alpha1/module_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.app.v1alpha1 import module_pb2 as _module_pb2 +from fxsdk.x.cosmos.app.v1alpha1 import module_pb2 as _module_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar diff --git a/fxsdk/x/cosmos/app/v1alpha1/query_pb2.pyi b/fxsdk/x/cosmos/app/v1alpha1/query_pb2.pyi index c3f50b9..d80fbe0 100644 --- a/fxsdk/x/cosmos/app/v1alpha1/query_pb2.pyi +++ b/fxsdk/x/cosmos/app/v1alpha1/query_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.app.v1alpha1 import config_pb2 as _config_pb2 +from fxsdk.x.cosmos.app.v1alpha1 import config_pb2 as _config_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/auth/v1beta1/auth_pb2.pyi b/fxsdk/x/cosmos/auth/v1beta1/auth_pb2.pyi index 2303e84..177e3b0 100644 --- a/fxsdk/x/cosmos/auth/v1beta1/auth_pb2.pyi +++ b/fxsdk/x/cosmos/auth/v1beta1/auth_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/auth/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/auth/v1beta1/genesis_pb2.pyi index 2657188..76293f2 100644 --- a/fxsdk/x/cosmos/auth/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/auth/v1beta1/genesis_pb2.pyi @@ -1,6 +1,6 @@ from google.protobuf import any_pb2 as _any_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/auth/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/auth/v1beta1/query_pb2.pyi index d9e56d4..63158ab 100644 --- a/fxsdk/x/cosmos/auth/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/auth/v1beta1/query_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/authz/v1beta1/authz_pb2.pyi b/fxsdk/x/cosmos/authz/v1beta1/authz_pb2.pyi index e186f63..21c7270 100644 --- a/fxsdk/x/cosmos/authz/v1beta1/authz_pb2.pyi +++ b/fxsdk/x/cosmos/authz/v1beta1/authz_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/authz/v1beta1/event_pb2.pyi b/fxsdk/x/cosmos/authz/v1beta1/event_pb2.pyi index b2c437f..c8a4b03 100644 --- a/fxsdk/x/cosmos/authz/v1beta1/event_pb2.pyi +++ b/fxsdk/x/cosmos/authz/v1beta1/event_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/authz/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/authz/v1beta1/genesis_pb2.pyi index e7e3567..b012885 100644 --- a/fxsdk/x/cosmos/authz/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/authz/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/authz/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/authz/v1beta1/query_pb2.pyi index fd76ff9..c79dcd6 100644 --- a/fxsdk/x/cosmos/authz/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/authz/v1beta1/query_pb2.pyi @@ -1,7 +1,7 @@ from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/authz/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/authz/v1beta1/tx_pb2.pyi index e6136d9..19f88e8 100644 --- a/fxsdk/x/cosmos/authz/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/authz/v1beta1/tx_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos.authz.v1beta1 import authz_pb2 as _authz_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/bank/v1beta1/authz_pb2.pyi b/fxsdk/x/cosmos/bank/v1beta1/authz_pb2.pyi index 16946ff..fa6bc09 100644 --- a/fxsdk/x/cosmos/bank/v1beta1/authz_pb2.pyi +++ b/fxsdk/x/cosmos/bank/v1beta1/authz_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/bank/v1beta1/bank_pb2.pyi b/fxsdk/x/cosmos/bank/v1beta1/bank_pb2.pyi index 80703e4..bd0e06e 100644 --- a/fxsdk/x/cosmos/bank/v1beta1/bank_pb2.pyi +++ b/fxsdk/x/cosmos/bank/v1beta1/bank_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/bank/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/bank/v1beta1/genesis_pb2.pyi index e97a771..6eb588a 100644 --- a/fxsdk/x/cosmos/bank/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/bank/v1beta1/genesis_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/bank/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/bank/v1beta1/query_pb2.pyi index 060aa9a..01785d5 100644 --- a/fxsdk/x/cosmos/bank/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/bank/v1beta1/query_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/bank/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/bank/v1beta1/tx_pb2.pyi index 90d1d9f..2d2d1c9 100644 --- a/fxsdk/x/cosmos/bank/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/bank/v1beta1/tx_pb2.pyi @@ -1,8 +1,8 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/abci/v1beta1/abci_pb2.pyi b/fxsdk/x/cosmos/base/abci/v1beta1/abci_pb2.pyi index 73503ca..c13195c 100644 --- a/fxsdk/x/cosmos/base/abci/v1beta1/abci_pb2.pyi +++ b/fxsdk/x/cosmos/base/abci/v1beta1/abci_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from tendermint.abci import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.tendermint.abci import types_pb2 as _types_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/base/kv/v1beta1/kv_pb2.pyi b/fxsdk/x/cosmos/base/kv/v1beta1/kv_pb2.pyi index 1b8c717..37af0c0 100644 --- a/fxsdk/x/cosmos/base/kv/v1beta1/kv_pb2.pyi +++ b/fxsdk/x/cosmos/base/kv/v1beta1/kv_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/snapshots/v1beta1/snapshot_pb2.pyi b/fxsdk/x/cosmos/base/snapshots/v1beta1/snapshot_pb2.pyi index 5f3d6e9..3dbfc5b 100644 --- a/fxsdk/x/cosmos/base/snapshots/v1beta1/snapshot_pb2.pyi +++ b/fxsdk/x/cosmos/base/snapshots/v1beta1/snapshot_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/store/v1beta1/commit_info_pb2.pyi b/fxsdk/x/cosmos/base/store/v1beta1/commit_info_pb2.pyi index b640d58..338fead 100644 --- a/fxsdk/x/cosmos/base/store/v1beta1/commit_info_pb2.pyi +++ b/fxsdk/x/cosmos/base/store/v1beta1/commit_info_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/store/v1beta1/listening_pb2.pyi b/fxsdk/x/cosmos/base/store/v1beta1/listening_pb2.pyi index 04ed0c8..315ac7e 100644 --- a/fxsdk/x/cosmos/base/store/v1beta1/listening_pb2.pyi +++ b/fxsdk/x/cosmos/base/store/v1beta1/listening_pb2.pyi @@ -1,4 +1,4 @@ -from tendermint.abci import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.abci import types_pb2 as _types_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/tendermint/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/base/tendermint/v1beta1/query_pb2.pyi index df19ddd..07919f2 100644 --- a/fxsdk/x/cosmos/base/tendermint/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/base/tendermint/v1beta1/query_pb2.pyi @@ -1,12 +1,12 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from tendermint.p2p import types_pb2 as _types_pb2 -from tendermint.types import types_pb2 as _types_pb2_1 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from cosmos.base.tendermint.v1beta1 import types_pb2 as _types_pb2_1_1 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from tendermint.types import block_pb2 as _block_pb2 +from fxsdk.x.tendermint.p2p import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2_1 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos.base.tendermint.v1beta1 import types_pb2 as _types_pb2_1_1 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.tendermint.types import block_pb2 as _block_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/tendermint/v1beta1/types_pb2.pyi b/fxsdk/x/cosmos/base/tendermint/v1beta1/types_pb2.pyi index 8f8aede..1499d70 100644 --- a/fxsdk/x/cosmos/base/tendermint/v1beta1/types_pb2.pyi +++ b/fxsdk/x/cosmos/base/tendermint/v1beta1/types_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from tendermint.types import types_pb2 as _types_pb2 -from tendermint.types import evidence_pb2 as _evidence_pb2 -from tendermint.version import types_pb2 as _types_pb2_1 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import evidence_pb2 as _evidence_pb2 +from fxsdk.x.tendermint.version import types_pb2 as _types_pb2_1 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/base/v1beta1/coin_pb2.pyi b/fxsdk/x/cosmos/base/v1beta1/coin_pb2.pyi index f255e73..c96ca8d 100644 --- a/fxsdk/x/cosmos/base/v1beta1/coin_pb2.pyi +++ b/fxsdk/x/cosmos/base/v1beta1/coin_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/capability/v1beta1/capability_pb2.pyi b/fxsdk/x/cosmos/capability/v1beta1/capability_pb2.pyi index deb8dc9..f1e2bff 100644 --- a/fxsdk/x/cosmos/capability/v1beta1/capability_pb2.pyi +++ b/fxsdk/x/cosmos/capability/v1beta1/capability_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/capability/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/capability/v1beta1/genesis_pb2.pyi index 517bde6..50176fb 100644 --- a/fxsdk/x/cosmos/capability/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/capability/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.capability.v1beta1 import capability_pb2 as _capability_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.capability.v1beta1 import capability_pb2 as _capability_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/crisis/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/crisis/v1beta1/genesis_pb2.pyi index 1154f1b..de9b012 100644 --- a/fxsdk/x/cosmos/crisis/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/crisis/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/crisis/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/crisis/v1beta1/tx_pb2.pyi index 1644651..ee8167f 100644 --- a/fxsdk/x/cosmos/crisis/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/crisis/v1beta1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/crypto/ed25519/keys_pb2.pyi b/fxsdk/x/cosmos/crypto/ed25519/keys_pb2.pyi index 909b94a..7813231 100644 --- a/fxsdk/x/cosmos/crypto/ed25519/keys_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/ed25519/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/crypto/hd/v1/hd_pb2.pyi b/fxsdk/x/cosmos/crypto/hd/v1/hd_pb2.pyi index 00ec657..0390a15 100644 --- a/fxsdk/x/cosmos/crypto/hd/v1/hd_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/hd/v1/hd_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/crypto/keyring/v1/record_pb2.pyi b/fxsdk/x/cosmos/crypto/keyring/v1/record_pb2.pyi index b1c50f4..577f259 100644 --- a/fxsdk/x/cosmos/crypto/keyring/v1/record_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/keyring/v1/record_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.crypto.hd.v1 import hd_pb2 as _hd_pb2 +from fxsdk.x.cosmos.crypto.hd.v1 import hd_pb2 as _hd_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/crypto/multisig/keys_pb2.pyi b/fxsdk/x/cosmos/crypto/multisig/keys_pb2.pyi index 43c6243..957ccef 100644 --- a/fxsdk/x/cosmos/crypto/multisig/keys_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/multisig/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/crypto/multisig/v1beta1/multisig_pb2.pyi b/fxsdk/x/cosmos/crypto/multisig/v1beta1/multisig_pb2.pyi index c6f2fb6..5045f31 100644 --- a/fxsdk/x/cosmos/crypto/multisig/v1beta1/multisig_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/multisig/v1beta1/multisig_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/crypto/secp256k1/keys_pb2.pyi b/fxsdk/x/cosmos/crypto/secp256k1/keys_pb2.pyi index 909b94a..7813231 100644 --- a/fxsdk/x/cosmos/crypto/secp256k1/keys_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/secp256k1/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/crypto/secp256r1/keys_pb2.pyi b/fxsdk/x/cosmos/crypto/secp256r1/keys_pb2.pyi index de78e35..377f02a 100644 --- a/fxsdk/x/cosmos/crypto/secp256r1/keys_pb2.pyi +++ b/fxsdk/x/cosmos/crypto/secp256r1/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/distribution/v1beta1/distribution_pb2.pyi b/fxsdk/x/cosmos/distribution/v1beta1/distribution_pb2.pyi index b3ff436..1b8ef67 100644 --- a/fxsdk/x/cosmos/distribution/v1beta1/distribution_pb2.pyi +++ b/fxsdk/x/cosmos/distribution/v1beta1/distribution_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/distribution/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/distribution/v1beta1/genesis_pb2.pyi index 256cdbb..72f5b74 100644 --- a/fxsdk/x/cosmos/distribution/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/distribution/v1beta1/genesis_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.distribution.v1beta1 import distribution_pb2 as _distribution_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.distribution.v1beta1 import distribution_pb2 as _distribution_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/distribution/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/distribution/v1beta1/query_pb2.pyi index 2cc59bf..f31031e 100644 --- a/fxsdk/x/cosmos/distribution/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/distribution/v1beta1/query_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.distribution.v1beta1 import distribution_pb2 as _distribution_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.distribution.v1beta1 import distribution_pb2 as _distribution_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/distribution/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/distribution/v1beta1/tx_pb2.pyi index 0177d21..4e4b849 100644 --- a/fxsdk/x/cosmos/distribution/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/distribution/v1beta1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/evidence/v1beta1/evidence_pb2.pyi b/fxsdk/x/cosmos/evidence/v1beta1/evidence_pb2.pyi index cbedc44..ecc3109 100644 --- a/fxsdk/x/cosmos/evidence/v1beta1/evidence_pb2.pyi +++ b/fxsdk/x/cosmos/evidence/v1beta1/evidence_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/evidence/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/evidence/v1beta1/query_pb2.pyi index dc85185..1e03cb3 100644 --- a/fxsdk/x/cosmos/evidence/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/evidence/v1beta1/query_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers diff --git a/fxsdk/x/cosmos/evidence/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/evidence/v1beta1/tx_pb2.pyi index 3f2c7e6..09e97e4 100644 --- a/fxsdk/x/cosmos/evidence/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/evidence/v1beta1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/feegrant/v1beta1/feegrant_pb2.pyi b/fxsdk/x/cosmos/feegrant/v1beta1/feegrant_pb2.pyi index 33c802c..eb8dbb1 100644 --- a/fxsdk/x/cosmos/feegrant/v1beta1/feegrant_pb2.pyi +++ b/fxsdk/x/cosmos/feegrant/v1beta1/feegrant_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf.internal import containers as _containers diff --git a/fxsdk/x/cosmos/feegrant/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/feegrant/v1beta1/genesis_pb2.pyi index 54217c5..dab203f 100644 --- a/fxsdk/x/cosmos/feegrant/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/feegrant/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.feegrant.v1beta1 import feegrant_pb2 as _feegrant_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.feegrant.v1beta1 import feegrant_pb2 as _feegrant_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/feegrant/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/feegrant/v1beta1/query_pb2.pyi index 8fa8783..645a0d8 100644 --- a/fxsdk/x/cosmos/feegrant/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/feegrant/v1beta1/query_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.feegrant.v1beta1 import feegrant_pb2 as _feegrant_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos.feegrant.v1beta1 import feegrant_pb2 as _feegrant_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/feegrant/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/feegrant/v1beta1/tx_pb2.pyi index 2f907f6..65fd3c9 100644 --- a/fxsdk/x/cosmos/feegrant/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/feegrant/v1beta1/tx_pb2.pyi @@ -1,6 +1,6 @@ from google.protobuf import any_pb2 as _any_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/genutil/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/genutil/v1beta1/genesis_pb2.pyi index 56a636e..08f1857 100644 --- a/fxsdk/x/cosmos/genutil/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/genutil/v1beta1/genesis_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1/genesis_pb2.pyi b/fxsdk/x/cosmos/gov/v1/genesis_pb2.pyi index a38f95b..08dd63d 100644 --- a/fxsdk/x/cosmos/gov/v1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1/genesis_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.gov.v1 import gov_pb2 as _gov_pb2 +from fxsdk.x.cosmos.gov.v1 import gov_pb2 as _gov_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1/gov_pb2.pyi b/fxsdk/x/cosmos/gov/v1/gov_pb2.pyi index 23d8b5b..8d80d3f 100644 --- a/fxsdk/x/cosmos/gov/v1/gov_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1/gov_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import duration_pb2 as _duration_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/gov/v1/query_pb2.pyi b/fxsdk/x/cosmos/gov/v1/query_pb2.pyi index 7acb170..9b848b5 100644 --- a/fxsdk/x/cosmos/gov/v1/query_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.gov.v1 import gov_pb2 as _gov_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.gov.v1 import gov_pb2 as _gov_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1/tx_pb2.pyi b/fxsdk/x/cosmos/gov/v1/tx_pb2.pyi index a6ae9bf..50e4d98 100644 --- a/fxsdk/x/cosmos/gov/v1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1/tx_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.gov.v1 import gov_pb2 as _gov_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.gov.v1 import gov_pb2 as _gov_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/gov/v1beta1/genesis_pb2.pyi index 9386e26..8d01f96 100644 --- a/fxsdk/x/cosmos/gov/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1beta1/gov_pb2.pyi b/fxsdk/x/cosmos/gov/v1beta1/gov_pb2.pyi index 79fed7e..91e1e3b 100644 --- a/fxsdk/x/cosmos/gov/v1beta1/gov_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1beta1/gov_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import duration_pb2 as _duration_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/gov/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/gov/v1beta1/query_pb2.pyi index 8902d67..580b559 100644 --- a/fxsdk/x/cosmos/gov/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1beta1/query_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/gov/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/gov/v1beta1/tx_pb2.pyi index 40cc23f..373a798 100644 --- a/fxsdk/x/cosmos/gov/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/gov/v1beta1/tx_pb2.pyi @@ -1,9 +1,9 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.gov.v1beta1 import gov_pb2 as _gov_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/group/v1/events_pb2.pyi b/fxsdk/x/cosmos/group/v1/events_pb2.pyi index f27f3b8..3c1bd12 100644 --- a/fxsdk/x/cosmos/group/v1/events_pb2.pyi +++ b/fxsdk/x/cosmos/group/v1/events_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.group.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.group.v1 import types_pb2 as _types_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/group/v1/genesis_pb2.pyi b/fxsdk/x/cosmos/group/v1/genesis_pb2.pyi index 9bd5446..1fb899d 100644 --- a/fxsdk/x/cosmos/group/v1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/group/v1/genesis_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.group.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos.group.v1 import types_pb2 as _types_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/group/v1/query_pb2.pyi b/fxsdk/x/cosmos/group/v1/query_pb2.pyi index 4bf82d9..43945ef 100644 --- a/fxsdk/x/cosmos/group/v1/query_pb2.pyi +++ b/fxsdk/x/cosmos/group/v1/query_pb2.pyi @@ -1,8 +1,8 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.group.v1 import types_pb2 as _types_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.group.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/group/v1/tx_pb2.pyi b/fxsdk/x/cosmos/group/v1/tx_pb2.pyi index 4942e70..f9b570a 100644 --- a/fxsdk/x/cosmos/group/v1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/group/v1/tx_pb2.pyi @@ -1,8 +1,8 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.group.v1 import types_pb2 as _types_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos.group.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/group/v1/types_pb2.pyi b/fxsdk/x/cosmos/group/v1/types_pb2.pyi index b1dcb92..660e3a3 100644 --- a/fxsdk/x/cosmos/group/v1/types_pb2.pyi +++ b/fxsdk/x/cosmos/group/v1/types_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/fxsdk/x/cosmos/mint/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/mint/v1beta1/genesis_pb2.pyi index 7562feb..6c2d0ee 100644 --- a/fxsdk/x/cosmos/mint/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/mint/v1beta1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.mint.v1beta1 import mint_pb2 as _mint_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.mint.v1beta1 import mint_pb2 as _mint_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/mint/v1beta1/mint_pb2.pyi b/fxsdk/x/cosmos/mint/v1beta1/mint_pb2.pyi index b7687a3..77b05b1 100644 --- a/fxsdk/x/cosmos/mint/v1beta1/mint_pb2.pyi +++ b/fxsdk/x/cosmos/mint/v1beta1/mint_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/mint/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/mint/v1beta1/query_pb2.pyi index 0283e3e..f3735f7 100644 --- a/fxsdk/x/cosmos/mint/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/mint/v1beta1/query_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.mint.v1beta1 import mint_pb2 as _mint_pb2 +from fxsdk.x.cosmos.mint.v1beta1 import mint_pb2 as _mint_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/nft/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/nft/v1beta1/genesis_pb2.pyi index bedf74e..df94082 100644 --- a/fxsdk/x/cosmos/nft/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/nft/v1beta1/genesis_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.nft.v1beta1 import nft_pb2 as _nft_pb2 +from fxsdk.x.cosmos.nft.v1beta1 import nft_pb2 as _nft_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/nft/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/nft/v1beta1/query_pb2.pyi index aea589e..30f348a 100644 --- a/fxsdk/x/cosmos/nft/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/nft/v1beta1/query_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.nft.v1beta1 import nft_pb2 as _nft_pb2 +from fxsdk.x.cosmos.nft.v1beta1 import nft_pb2 as _nft_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/nft/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/nft/v1beta1/tx_pb2.pyi index 70f3feb..98791f3 100644 --- a/fxsdk/x/cosmos/nft/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/nft/v1beta1/tx_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/orm/module/v1alpha1/module_pb2.pyi b/fxsdk/x/cosmos/orm/module/v1alpha1/module_pb2.pyi index 89e3ec0..83110d5 100644 --- a/fxsdk/x/cosmos/orm/module/v1alpha1/module_pb2.pyi +++ b/fxsdk/x/cosmos/orm/module/v1alpha1/module_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.app.v1alpha1 import module_pb2 as _module_pb2 +from fxsdk.x.cosmos.app.v1alpha1 import module_pb2 as _module_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar diff --git a/fxsdk/x/cosmos/params/v1beta1/params_pb2.pyi b/fxsdk/x/cosmos/params/v1beta1/params_pb2.pyi index 41348db..3db07f1 100644 --- a/fxsdk/x/cosmos/params/v1beta1/params_pb2.pyi +++ b/fxsdk/x/cosmos/params/v1beta1/params_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/params/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/params/v1beta1/query_pb2.pyi index d9d2876..0ea01f5 100644 --- a/fxsdk/x/cosmos/params/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/params/v1beta1/query_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.params.v1beta1 import params_pb2 as _params_pb2 +from fxsdk.x.cosmos.params.v1beta1 import params_pb2 as _params_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/slashing/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/slashing/v1beta1/genesis_pb2.pyi index da51f0a..0d1209b 100644 --- a/fxsdk/x/cosmos/slashing/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/slashing/v1beta1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.slashing.v1beta1 import slashing_pb2 as _slashing_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.slashing.v1beta1 import slashing_pb2 as _slashing_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/slashing/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/slashing/v1beta1/query_pb2.pyi index 5f6a846..91dde15 100644 --- a/fxsdk/x/cosmos/slashing/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/slashing/v1beta1/query_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.slashing.v1beta1 import slashing_pb2 as _slashing_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.slashing.v1beta1 import slashing_pb2 as _slashing_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/slashing/v1beta1/slashing_pb2.pyi b/fxsdk/x/cosmos/slashing/v1beta1/slashing_pb2.pyi index 90b5ae5..40ecaa5 100644 --- a/fxsdk/x/cosmos/slashing/v1beta1/slashing_pb2.pyi +++ b/fxsdk/x/cosmos/slashing/v1beta1/slashing_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/slashing/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/slashing/v1beta1/tx_pb2.pyi index a7f22e6..3d6e91f 100644 --- a/fxsdk/x/cosmos/slashing/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/slashing/v1beta1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/cosmos/staking/v1beta1/authz_pb2.pyi b/fxsdk/x/cosmos/staking/v1beta1/authz_pb2.pyi index 46f65e8..0b0f417 100644 --- a/fxsdk/x/cosmos/staking/v1beta1/authz_pb2.pyi +++ b/fxsdk/x/cosmos/staking/v1beta1/authz_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/staking/v1beta1/genesis_pb2.pyi b/fxsdk/x/cosmos/staking/v1beta1/genesis_pb2.pyi index 175e100..4236307 100644 --- a/fxsdk/x/cosmos/staking/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/cosmos/staking/v1beta1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/staking/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/staking/v1beta1/query_pb2.pyi index 4bf83b1..4151098 100644 --- a/fxsdk/x/cosmos/staking/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/staking/v1beta1/query_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/staking/v1beta1/staking_pb2.pyi b/fxsdk/x/cosmos/staking/v1beta1/staking_pb2.pyi index 92f68b2..33bd121 100644 --- a/fxsdk/x/cosmos/staking/v1beta1/staking_pb2.pyi +++ b/fxsdk/x/cosmos/staking/v1beta1/staking_pb2.pyi @@ -1,10 +1,10 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/staking/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/staking/v1beta1/tx_pb2.pyi index 4bfb154..5513f57 100644 --- a/fxsdk/x/cosmos/staking/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/staking/v1beta1/tx_pb2.pyi @@ -1,10 +1,10 @@ from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/tx/signing/v1beta1/signing_pb2.pyi b/fxsdk/x/cosmos/tx/signing/v1beta1/signing_pb2.pyi index 669bde9..4e563b0 100644 --- a/fxsdk/x/cosmos/tx/signing/v1beta1/signing_pb2.pyi +++ b/fxsdk/x/cosmos/tx/signing/v1beta1/signing_pb2.pyi @@ -1,4 +1,4 @@ -from cosmos.crypto.multisig.v1beta1 import multisig_pb2 as _multisig_pb2 +from fxsdk.x.cosmos.crypto.multisig.v1beta1 import multisig_pb2 as _multisig_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/fxsdk/x/cosmos/tx/v1beta1/service_pb2.pyi b/fxsdk/x/cosmos/tx/v1beta1/service_pb2.pyi index dc2ae72..68d9a68 100644 --- a/fxsdk/x/cosmos/tx/v1beta1/service_pb2.pyi +++ b/fxsdk/x/cosmos/tx/v1beta1/service_pb2.pyi @@ -1,9 +1,9 @@ from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.base.abci.v1beta1 import abci_pb2 as _abci_pb2 -from cosmos.tx.v1beta1 import tx_pb2 as _tx_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from tendermint.types import block_pb2 as _block_pb2 -from tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.cosmos.base.abci.v1beta1 import abci_pb2 as _abci_pb2 +from fxsdk.x.cosmos.tx.v1beta1 import tx_pb2 as _tx_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.tendermint.types import block_pb2 as _block_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/cosmos/tx/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/tx/v1beta1/tx_pb2.pyi index 887d521..ef37bd1 100644 --- a/fxsdk/x/cosmos/tx/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/tx/v1beta1/tx_pb2.pyi @@ -1,9 +1,9 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.crypto.multisig.v1beta1 import multisig_pb2 as _multisig_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.tx.signing.v1beta1 import signing_pb2 as _signing_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.crypto.multisig.v1beta1 import multisig_pb2 as _multisig_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.tx.signing.v1beta1 import signing_pb2 as _signing_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/upgrade/v1beta1/query_pb2.pyi b/fxsdk/x/cosmos/upgrade/v1beta1/query_pb2.pyi index 84fe17e..10d8ffb 100644 --- a/fxsdk/x/cosmos/upgrade/v1beta1/query_pb2.pyi +++ b/fxsdk/x/cosmos/upgrade/v1beta1/query_pb2.pyi @@ -1,5 +1,5 @@ from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 +from fxsdk.x.cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/upgrade/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/upgrade/v1beta1/tx_pb2.pyi index dc4fe0e..1a191ff 100644 --- a/fxsdk/x/cosmos/upgrade/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/upgrade/v1beta1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/upgrade/v1beta1/upgrade_pb2.pyi b/fxsdk/x/cosmos/upgrade/v1beta1/upgrade_pb2.pyi index 29826ef..9dd7c67 100644 --- a/fxsdk/x/cosmos/upgrade/v1beta1/upgrade_pb2.pyi +++ b/fxsdk/x/cosmos/upgrade/v1beta1/upgrade_pb2.pyi @@ -1,7 +1,7 @@ from google.protobuf import any_pb2 as _any_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/cosmos/vesting/v1beta1/tx_pb2.pyi b/fxsdk/x/cosmos/vesting/v1beta1/tx_pb2.pyi index 762e765..6101330 100644 --- a/fxsdk/x/cosmos/vesting/v1beta1/tx_pb2.pyi +++ b/fxsdk/x/cosmos/vesting/v1beta1/tx_pb2.pyi @@ -1,8 +1,8 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from cosmos.vesting.v1beta1 import vesting_pb2 as _vesting_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.vesting.v1beta1 import vesting_pb2 as _vesting_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/cosmos/vesting/v1beta1/vesting_pb2.pyi b/fxsdk/x/cosmos/vesting/v1beta1/vesting_pb2.pyi index c6e935a..077a628 100644 --- a/fxsdk/x/cosmos/vesting/v1beta1/vesting_pb2.pyi +++ b/fxsdk/x/cosmos/vesting/v1beta1/vesting_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ethermint/crypto/v1/ethsecp256k1/keys_pb2.pyi b/fxsdk/x/ethermint/crypto/v1/ethsecp256k1/keys_pb2.pyi index 909b94a..7813231 100644 --- a/fxsdk/x/ethermint/crypto/v1/ethsecp256k1/keys_pb2.pyi +++ b/fxsdk/x/ethermint/crypto/v1/ethsecp256k1/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ethermint/evm/v1/evm_pb2.pyi b/fxsdk/x/ethermint/evm/v1/evm_pb2.pyi index 98e7848..26687d3 100644 --- a/fxsdk/x/ethermint/evm/v1/evm_pb2.pyi +++ b/fxsdk/x/ethermint/evm/v1/evm_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ethermint/evm/v1/genesis_pb2.pyi b/fxsdk/x/ethermint/evm/v1/genesis_pb2.pyi index 7460996..0dadf43 100644 --- a/fxsdk/x/ethermint/evm/v1/genesis_pb2.pyi +++ b/fxsdk/x/ethermint/evm/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from ethermint.evm.v1 import evm_pb2 as _evm_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ethermint.evm.v1 import evm_pb2 as _evm_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ethermint/evm/v1/query_pb2.pyi b/fxsdk/x/ethermint/evm/v1/query_pb2.pyi index ed3b07b..c20d05b 100644 --- a/fxsdk/x/ethermint/evm/v1/query_pb2.pyi +++ b/fxsdk/x/ethermint/evm/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ethermint.evm.v1 import evm_pb2 as _evm_pb2 -from ethermint.evm.v1 import tx_pb2 as _tx_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ethermint.evm.v1 import evm_pb2 as _evm_pb2 +from fxsdk.x.ethermint.evm.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf.internal import containers as _containers diff --git a/fxsdk/x/ethermint/evm/v1/tx_pb2.pyi b/fxsdk/x/ethermint/evm/v1/tx_pb2.pyi index 8408035..937c48c 100644 --- a/fxsdk/x/ethermint/evm/v1/tx_pb2.pyi +++ b/fxsdk/x/ethermint/evm/v1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from ethermint.evm.v1 import evm_pb2 as _evm_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.ethermint.evm.v1 import evm_pb2 as _evm_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers diff --git a/fxsdk/x/ethermint/feemarket/v1/feemarket_pb2.pyi b/fxsdk/x/ethermint/feemarket/v1/feemarket_pb2.pyi index 6540b36..66e64f2 100644 --- a/fxsdk/x/ethermint/feemarket/v1/feemarket_pb2.pyi +++ b/fxsdk/x/ethermint/feemarket/v1/feemarket_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ethermint/feemarket/v1/genesis_pb2.pyi b/fxsdk/x/ethermint/feemarket/v1/genesis_pb2.pyi index 3efcc2e..2bf7c59 100644 --- a/fxsdk/x/ethermint/feemarket/v1/genesis_pb2.pyi +++ b/fxsdk/x/ethermint/feemarket/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from ethermint.feemarket.v1 import feemarket_pb2 as _feemarket_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ethermint.feemarket.v1 import feemarket_pb2 as _feemarket_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ethermint/feemarket/v1/query_pb2.pyi b/fxsdk/x/ethermint/feemarket/v1/query_pb2.pyi index 4842472..f988520 100644 --- a/fxsdk/x/ethermint/feemarket/v1/query_pb2.pyi +++ b/fxsdk/x/ethermint/feemarket/v1/query_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ethermint.feemarket.v1 import feemarket_pb2 as _feemarket_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ethermint.feemarket.v1 import feemarket_pb2 as _feemarket_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ethermint/types/v1/account_pb2.pyi b/fxsdk/x/ethermint/types/v1/account_pb2.pyi index a220985..2211bb5 100644 --- a/fxsdk/x/ethermint/types/v1/account_pb2.pyi +++ b/fxsdk/x/ethermint/types/v1/account_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ethermint/types/v1/dynamic_fee_pb2.pyi b/fxsdk/x/ethermint/types/v1/dynamic_fee_pb2.pyi index 974e817..5ab3fe9 100644 --- a/fxsdk/x/ethermint/types/v1/dynamic_fee_pb2.pyi +++ b/fxsdk/x/ethermint/types/v1/dynamic_fee_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ethermint/types/v1/indexer_pb2.pyi b/fxsdk/x/ethermint/types/v1/indexer_pb2.pyi index 1d5af53..7cfb00a 100644 --- a/fxsdk/x/ethermint/types/v1/indexer_pb2.pyi +++ b/fxsdk/x/ethermint/types/v1/indexer_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ethermint/types/v1/web3_pb2.pyi b/fxsdk/x/ethermint/types/v1/web3_pb2.pyi index d464dca..1cce888 100644 --- a/fxsdk/x/ethermint/types/v1/web3_pb2.pyi +++ b/fxsdk/x/ethermint/types/v1/web3_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/fx/crosschain/v1/genesis_pb2.pyi b/fxsdk/x/fx/crosschain/v1/genesis_pb2.pyi index 2694655..3ea3bf2 100644 --- a/fxsdk/x/fx/crosschain/v1/genesis_pb2.pyi +++ b/fxsdk/x/fx/crosschain/v1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from fx.crosschain.v1 import tx_pb2 as _tx_pb2 -from fx.crosschain.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.crosschain.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.fx.crosschain.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/crosschain/v1/query_pb2.pyi b/fxsdk/x/fx/crosschain/v1/query_pb2.pyi index 3bcf780..d5f3281 100644 --- a/fxsdk/x/fx/crosschain/v1/query_pb2.pyi +++ b/fxsdk/x/fx/crosschain/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from fx.crosschain.v1 import tx_pb2 as _tx_pb2 -from fx.crosschain.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.fx.crosschain.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.fx.crosschain.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/crosschain/v1/tx_pb2.pyi b/fxsdk/x/fx/crosschain/v1/tx_pb2.pyi index 1c82488..6a0a063 100644 --- a/fxsdk/x/fx/crosschain/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/crosschain/v1/tx_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from fx.crosschain.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.fx.crosschain.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/crosschain/v1/types_pb2.pyi b/fxsdk/x/fx/crosschain/v1/types_pb2.pyi index 3c497ff..5d3a0da 100644 --- a/fxsdk/x/fx/crosschain/v1/types_pb2.pyi +++ b/fxsdk/x/fx/crosschain/v1/types_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/fxsdk/x/fx/dex/v1/funding_pb2.pyi b/fxsdk/x/fx/dex/v1/funding_pb2.pyi index e5a8020..2d122c6 100644 --- a/fxsdk/x/fx/dex/v1/funding_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/funding_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/margin_pb2.pyi b/fxsdk/x/fx/dex/v1/margin_pb2.pyi index 7d90e7f..9aea82a 100644 --- a/fxsdk/x/fx/dex/v1/margin_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/margin_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/match_pb2.pyi b/fxsdk/x/fx/dex/v1/match_pb2.pyi index d75bb63..90889fa 100644 --- a/fxsdk/x/fx/dex/v1/match_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/match_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from fx.dex.v1 import order_pb2 as _order_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.dex.v1 import order_pb2 as _order_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/order_pb2.pyi b/fxsdk/x/fx/dex/v1/order_pb2.pyi index 5f56991..d87e3b7 100644 --- a/fxsdk/x/fx/dex/v1/order_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/order_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/dex/v1/params_pb2.pyi b/fxsdk/x/fx/dex/v1/params_pb2.pyi index e40fe86..3db3466 100644 --- a/fxsdk/x/fx/dex/v1/params_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/params_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/position_pb2.pyi b/fxsdk/x/fx/dex/v1/position_pb2.pyi index 4eba881..0e3a354 100644 --- a/fxsdk/x/fx/dex/v1/position_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/position_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/dex/v1/proposal_pb2.pyi b/fxsdk/x/fx/dex/v1/proposal_pb2.pyi index 4d3343b..f215dbe 100644 --- a/fxsdk/x/fx/dex/v1/proposal_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/proposal_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from fx.dex.v1 import funding_pb2 as _funding_pb2 -from fx.dex.v1 import margin_pb2 as _margin_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.dex.v1 import funding_pb2 as _funding_pb2 +from fxsdk.x.fx.dex.v1 import margin_pb2 as _margin_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/query_pb2.pyi b/fxsdk/x/fx/dex/v1/query_pb2.pyi index ddcf344..90e852e 100644 --- a/fxsdk/x/fx/dex/v1/query_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/query_pb2.pyi @@ -1,10 +1,10 @@ from google.api import annotations_pb2 as _annotations_pb2 -from fx.dex.v1 import order_pb2 as _order_pb2 -from fx.dex.v1 import match_pb2 as _match_pb2 -from fx.dex.v1 import position_pb2 as _position_pb2 -from fx.dex.v1 import params_pb2 as _params_pb2 -from fx.dex.v1 import funding_pb2 as _funding_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.dex.v1 import order_pb2 as _order_pb2 +from fxsdk.x.fx.dex.v1 import match_pb2 as _match_pb2 +from fxsdk.x.fx.dex.v1 import position_pb2 as _position_pb2 +from fxsdk.x.fx.dex.v1 import params_pb2 as _params_pb2 +from fxsdk.x.fx.dex.v1 import funding_pb2 as _funding_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/dex/v1/tx_pb2.pyi b/fxsdk/x/fx/dex/v1/tx_pb2.pyi index 7e45401..4bb3759 100644 --- a/fxsdk/x/fx/dex/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/dex/v1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from fx.dex.v1 import order_pb2 as _order_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.dex.v1 import order_pb2 as _order_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/erc20/v1/erc20_pb2.pyi b/fxsdk/x/fx/erc20/v1/erc20_pb2.pyi index d268d95..aedc68a 100644 --- a/fxsdk/x/fx/erc20/v1/erc20_pb2.pyi +++ b/fxsdk/x/fx/erc20/v1/erc20_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/erc20/v1/genesis_pb2.pyi b/fxsdk/x/fx/erc20/v1/genesis_pb2.pyi index 04525f2..a9abf33 100644 --- a/fxsdk/x/fx/erc20/v1/genesis_pb2.pyi +++ b/fxsdk/x/fx/erc20/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from fx.erc20.v1 import erc20_pb2 as _erc20_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.erc20.v1 import erc20_pb2 as _erc20_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/erc20/v1/query_pb2.pyi b/fxsdk/x/fx/erc20/v1/query_pb2.pyi index cf3f9ec..840346b 100644 --- a/fxsdk/x/fx/erc20/v1/query_pb2.pyi +++ b/fxsdk/x/fx/erc20/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from fx.erc20.v1 import erc20_pb2 as _erc20_pb2 -from fx.erc20.v1 import genesis_pb2 as _genesis_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.fx.erc20.v1 import erc20_pb2 as _erc20_pb2 +from fxsdk.x.fx.erc20.v1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/erc20/v1/tx_pb2.pyi b/fxsdk/x/fx/erc20/v1/tx_pb2.pyi index 7239193..6f99f2c 100644 --- a/fxsdk/x/fx/erc20/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/erc20/v1/tx_pb2.pyi @@ -1,10 +1,10 @@ -from cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from fx.erc20.v1 import erc20_pb2 as _erc20_pb2 -from fx.erc20.v1 import genesis_pb2 as _genesis_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.bank.v1beta1 import bank_pb2 as _bank_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.fx.erc20.v1 import erc20_pb2 as _erc20_pb2 +from fxsdk.x.fx.erc20.v1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/evm/v1/tx_pb2.pyi b/fxsdk/x/fx/evm/v1/tx_pb2.pyi index 65a0986..e067e1e 100644 --- a/fxsdk/x/fx/evm/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/evm/v1/tx_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/fx/gov/v1/params_pb2.pyi b/fxsdk/x/fx/gov/v1/params_pb2.pyi index 1728d47..9be6124 100644 --- a/fxsdk/x/fx/gov/v1/params_pb2.pyi +++ b/fxsdk/x/fx/gov/v1/params_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/gov/v1/query_pb2.pyi b/fxsdk/x/fx/gov/v1/query_pb2.pyi index 1d56f5e..33571e8 100644 --- a/fxsdk/x/fx/gov/v1/query_pb2.pyi +++ b/fxsdk/x/fx/gov/v1/query_pb2.pyi @@ -1,5 +1,5 @@ -from fx.gov.v1 import params_pb2 as _params_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.gov.v1 import params_pb2 as _params_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/gov/v1/tx_pb2.pyi b/fxsdk/x/fx/gov/v1/tx_pb2.pyi index 6d03c9e..4cdafbc 100644 --- a/fxsdk/x/fx/gov/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/gov/v1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from fx.gov.v1 import params_pb2 as _params_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.fx.gov.v1 import params_pb2 as _params_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/fx/ibc/applications/transfer/v1/query_pb2.pyi b/fxsdk/x/fx/ibc/applications/transfer/v1/query_pb2.pyi index dbac02f..b52452b 100644 --- a/fxsdk/x/fx/ibc/applications/transfer/v1/query_pb2.pyi +++ b/fxsdk/x/fx/ibc/applications/transfer/v1/query_pb2.pyi @@ -1,4 +1,4 @@ -from ibc.applications.transfer.v1 import query_pb2 as _query_pb2 +from fxsdk.x.ibc.applications.transfer.v1 import query_pb2 as _query_pb2 from google.protobuf import descriptor as _descriptor from typing import ClassVar as _ClassVar diff --git a/fxsdk/x/fx/ibc/applications/transfer/v1/tx_pb2.pyi b/fxsdk/x/fx/ibc/applications/transfer/v1/tx_pb2.pyi index 4611194..a3a0395 100644 --- a/fxsdk/x/fx/ibc/applications/transfer/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/ibc/applications/transfer/v1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.applications.transfer.v1 import tx_pb2 as _tx_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.transfer.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/fx/legacy/base/v1/query_pb2.pyi b/fxsdk/x/fx/legacy/base/v1/query_pb2.pyi index f17f773..58e95ed 100644 --- a/fxsdk/x/fx/legacy/base/v1/query_pb2.pyi +++ b/fxsdk/x/fx/legacy/base/v1/query_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/legacy/gravity/v1/genesis_pb2.pyi b/fxsdk/x/fx/legacy/gravity/v1/genesis_pb2.pyi index 9519fda..2368e60 100644 --- a/fxsdk/x/fx/legacy/gravity/v1/genesis_pb2.pyi +++ b/fxsdk/x/fx/legacy/gravity/v1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from fx.legacy.gravity.v1 import tx_pb2 as _tx_pb2 -from fx.legacy.gravity.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/legacy/gravity/v1/query_pb2.pyi b/fxsdk/x/fx/legacy/gravity/v1/query_pb2.pyi index b01fed5..1e4a6ed 100644 --- a/fxsdk/x/fx/legacy/gravity/v1/query_pb2.pyi +++ b/fxsdk/x/fx/legacy/gravity/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from fx.legacy.gravity.v1 import genesis_pb2 as _genesis_pb2 -from fx.legacy.gravity.v1 import tx_pb2 as _tx_pb2 -from fx.legacy.gravity.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import tx_pb2 as _tx_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/legacy/gravity/v1/tx_pb2.pyi b/fxsdk/x/fx/legacy/gravity/v1/tx_pb2.pyi index 1fbac66..9c7d77d 100644 --- a/fxsdk/x/fx/legacy/gravity/v1/tx_pb2.pyi +++ b/fxsdk/x/fx/legacy/gravity/v1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from fx.legacy.gravity.v1 import types_pb2 as _types_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.fx.legacy.gravity.v1 import types_pb2 as _types_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/legacy/gravity/v1/types_pb2.pyi b/fxsdk/x/fx/legacy/gravity/v1/types_pb2.pyi index a00913e..a15abc2 100644 --- a/fxsdk/x/fx/legacy/gravity/v1/types_pb2.pyi +++ b/fxsdk/x/fx/legacy/gravity/v1/types_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/fxsdk/x/fx/legacy/other/query_pb2.pyi b/fxsdk/x/fx/legacy/other/query_pb2.pyi index ee906eb..2222482 100644 --- a/fxsdk/x/fx/legacy/other/query_pb2.pyi +++ b/fxsdk/x/fx/legacy/other/query_pb2.pyi @@ -1,5 +1,5 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/fx/migrate/v1/genesis_pb2.pyi b/fxsdk/x/fx/migrate/v1/genesis_pb2.pyi index 394c1f8..4d43a06 100644 --- a/fxsdk/x/fx/migrate/v1/genesis_pb2.pyi +++ b/fxsdk/x/fx/migrate/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from fx.migrate.v1 import migrate_pb2 as _migrate_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.migrate.v1 import migrate_pb2 as _migrate_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/migrate/v1/query_pb2.pyi b/fxsdk/x/fx/migrate/v1/query_pb2.pyi index 1b43afe..5cd118e 100644 --- a/fxsdk/x/fx/migrate/v1/query_pb2.pyi +++ b/fxsdk/x/fx/migrate/v1/query_pb2.pyi @@ -1,5 +1,5 @@ -from fx.migrate.v1 import migrate_pb2 as _migrate_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.fx.migrate.v1 import migrate_pb2 as _migrate_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/fx/staking/v1beta1/genesis_pb2.pyi b/fxsdk/x/fx/staking/v1beta1/genesis_pb2.pyi index d619edd..4855116 100644 --- a/fxsdk/x/fx/staking/v1beta1/genesis_pb2.pyi +++ b/fxsdk/x/fx/staking/v1beta1/genesis_pb2.pyi @@ -1,7 +1,7 @@ -from cosmos.staking.v1beta1 import genesis_pb2 as _genesis_pb2 -from cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.staking.v1beta1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.cosmos.staking.v1beta1 import staking_pb2 as _staking_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/fee/v1/ack_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/ack_pb2.pyi index 66725d9..76cbd28 100644 --- a/fxsdk/x/ibc/applications/fee/v1/ack_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/ack_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ibc/applications/fee/v1/fee_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/fee_pb2.pyi index cb5e6b2..b5a6014 100644 --- a/fxsdk/x/ibc/applications/fee/v1/fee_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/fee_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/fee/v1/genesis_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/genesis_pb2.pyi index f95a1e1..579f30e 100644 --- a/fxsdk/x/ibc/applications/fee/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/fee/v1/metadata_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/metadata_pb2.pyi index d1cafce..3373e41 100644 --- a/fxsdk/x/ibc/applications/fee/v1/metadata_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/metadata_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ibc/applications/fee/v1/query_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/query_pb2.pyi index c0ab147..8196248 100644 --- a/fxsdk/x/ibc/applications/fee/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/query_pb2.pyi @@ -1,10 +1,10 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 -from ibc.applications.fee.v1 import genesis_pb2 as _genesis_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 +from fxsdk.x.ibc.applications.fee.v1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/fee/v1/tx_pb2.pyi b/fxsdk/x/ibc/applications/fee/v1/tx_pb2.pyi index dc6aa28..2237171 100644 --- a/fxsdk/x/ibc/applications/fee/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/applications/fee/v1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.fee.v1 import fee_pb2 as _fee_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/controller_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/controller_pb2.pyi index abc864d..eb1d6ce 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/controller_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/controller_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/query_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/query_pb2.pyi index fedd47d..36c6658 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/query_pb2.pyi @@ -1,5 +1,5 @@ -from ibc.applications.interchain_accounts.controller.v1 import controller_pb2 as _controller_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.interchain_accounts.controller.v1 import controller_pb2 as _controller_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/tx_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/tx_pb2.pyi index ded1565..2e2722f 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/controller/v1/tx_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.applications.interchain_accounts.v1 import packet_pb2 as _packet_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.interchain_accounts.v1 import packet_pb2 as _packet_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.pyi index 0cb0529..a06dc6f 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/genesis/v1/genesis_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.applications.interchain_accounts.controller.v1 import controller_pb2 as _controller_pb2 -from ibc.applications.interchain_accounts.host.v1 import host_pb2 as _host_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.interchain_accounts.controller.v1 import controller_pb2 as _controller_pb2 +from fxsdk.x.ibc.applications.interchain_accounts.host.v1 import host_pb2 as _host_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/interchain_accounts/host/v1/host_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/host/v1/host_pb2.pyi index afd1376..11d6fa3 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/host/v1/host_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/host/v1/host_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/interchain_accounts/host/v1/query_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/host/v1/query_pb2.pyi index 71dda40..6cd38f2 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/host/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/host/v1/query_pb2.pyi @@ -1,5 +1,5 @@ from google.api import annotations_pb2 as _annotations_pb2 -from ibc.applications.interchain_accounts.host.v1 import host_pb2 as _host_pb2 +from fxsdk.x.ibc.applications.interchain_accounts.host.v1 import host_pb2 as _host_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/applications/interchain_accounts/v1/account_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/v1/account_pb2.pyi index ec3057b..4a9c04a 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/v1/account_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/v1/account_pb2.pyi @@ -1,6 +1,6 @@ -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.auth.v1beta1 import auth_pb2 as _auth_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/applications/interchain_accounts/v1/metadata_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/v1/metadata_pb2.pyi index 27e6bcb..9a4eddf 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/v1/metadata_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/v1/metadata_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ibc/applications/interchain_accounts/v1/packet_pb2.pyi b/fxsdk/x/ibc/applications/interchain_accounts/v1/packet_pb2.pyi index 26db173..63601c6 100644 --- a/fxsdk/x/ibc/applications/interchain_accounts/v1/packet_pb2.pyi +++ b/fxsdk/x/ibc/applications/interchain_accounts/v1/packet_pb2.pyi @@ -1,5 +1,5 @@ from google.protobuf import any_pb2 as _any_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/applications/transfer/v1/genesis_pb2.pyi b/fxsdk/x/ibc/applications/transfer/v1/genesis_pb2.pyi index 7506411..ca835ff 100644 --- a/fxsdk/x/ibc/applications/transfer/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/applications/transfer/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from ibc.applications.transfer.v1 import transfer_pb2 as _transfer_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.applications.transfer.v1 import transfer_pb2 as _transfer_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/applications/transfer/v1/query_pb2.pyi b/fxsdk/x/ibc/applications/transfer/v1/query_pb2.pyi index 5daab36..76d5ae0 100644 --- a/fxsdk/x/ibc/applications/transfer/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/applications/transfer/v1/query_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ibc.applications.transfer.v1 import transfer_pb2 as _transfer_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ibc.applications.transfer.v1 import transfer_pb2 as _transfer_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/applications/transfer/v1/transfer_pb2.pyi b/fxsdk/x/ibc/applications/transfer/v1/transfer_pb2.pyi index fed2755..5080292 100644 --- a/fxsdk/x/ibc/applications/transfer/v1/transfer_pb2.pyi +++ b/fxsdk/x/ibc/applications/transfer/v1/transfer_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/ibc/applications/transfer/v1/tx_pb2.pyi b/fxsdk/x/ibc/applications/transfer/v1/tx_pb2.pyi index e7f5b2b..801722c 100644 --- a/fxsdk/x/ibc/applications/transfer/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/applications/transfer/v1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.v1beta1 import coin_pb2 as _coin_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/core/channel/v1/channel_pb2.pyi b/fxsdk/x/ibc/core/channel/v1/channel_pb2.pyi index 45f4f26..f20c39f 100644 --- a/fxsdk/x/ibc/core/channel/v1/channel_pb2.pyi +++ b/fxsdk/x/ibc/core/channel/v1/channel_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/core/channel/v1/genesis_pb2.pyi b/fxsdk/x/ibc/core/channel/v1/genesis_pb2.pyi index dfe8b35..de71665 100644 --- a/fxsdk/x/ibc/core/channel/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/core/channel/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/channel/v1/query_pb2.pyi b/fxsdk/x/ibc/core/channel/v1/query_pb2.pyi index f8e4a64..f840a30 100644 --- a/fxsdk/x/ibc/core/channel/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/core/channel/v1/query_pb2.pyi @@ -1,9 +1,9 @@ -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import any_pb2 as _any_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/channel/v1/tx_pb2.pyi b/fxsdk/x/ibc/core/channel/v1/tx_pb2.pyi index 53ce66a..349c7b1 100644 --- a/fxsdk/x/ibc/core/channel/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/core/channel/v1/tx_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/client/v1/client_pb2.pyi b/fxsdk/x/ibc/core/client/v1/client_pb2.pyi index b11f2ef..6d7ac2f 100644 --- a/fxsdk/x/ibc/core/client/v1/client_pb2.pyi +++ b/fxsdk/x/ibc/core/client/v1/client_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.cosmos.upgrade.v1beta1 import upgrade_pb2 as _upgrade_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/client/v1/genesis_pb2.pyi b/fxsdk/x/ibc/core/client/v1/genesis_pb2.pyi index 7362683..aabee5e 100644 --- a/fxsdk/x/ibc/core/client/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/core/client/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/client/v1/query_pb2.pyi b/fxsdk/x/ibc/core/client/v1/query_pb2.pyi index 5daccd8..bde3858 100644 --- a/fxsdk/x/ibc/core/client/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/core/client/v1/query_pb2.pyi @@ -1,8 +1,8 @@ -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.api import annotations_pb2 as _annotations_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/client/v1/tx_pb2.pyi b/fxsdk/x/ibc/core/client/v1/tx_pb2.pyi index c41a2dd..51ceb21 100644 --- a/fxsdk/x/ibc/core/client/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/core/client/v1/tx_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/commitment/v1/commitment_pb2.pyi b/fxsdk/x/ibc/core/commitment/v1/commitment_pb2.pyi index 2fad6f3..aa641f2 100644 --- a/fxsdk/x/ibc/core/commitment/v1/commitment_pb2.pyi +++ b/fxsdk/x/ibc/core/commitment/v1/commitment_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 import proofs_pb2 as _proofs_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/core/connection/v1/connection_pb2.pyi b/fxsdk/x/ibc/core/connection/v1/connection_pb2.pyi index 52ca508..33b9aaf 100644 --- a/fxsdk/x/ibc/core/connection/v1/connection_pb2.pyi +++ b/fxsdk/x/ibc/core/connection/v1/connection_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.commitment.v1 import commitment_pb2 as _commitment_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.commitment.v1 import commitment_pb2 as _commitment_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/core/connection/v1/genesis_pb2.pyi b/fxsdk/x/ibc/core/connection/v1/genesis_pb2.pyi index 3d265f9..7e84c17 100644 --- a/fxsdk/x/ibc/core/connection/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/core/connection/v1/genesis_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.connection.v1 import connection_pb2 as _connection_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.connection.v1 import connection_pb2 as _connection_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/connection/v1/query_pb2.pyi b/fxsdk/x/ibc/core/connection/v1/query_pb2.pyi index 2b8b36a..4eaaa78 100644 --- a/fxsdk/x/ibc/core/connection/v1/query_pb2.pyi +++ b/fxsdk/x/ibc/core/connection/v1/query_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from ibc.core.connection.v1 import connection_pb2 as _connection_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos.base.query.v1beta1 import pagination_pb2 as _pagination_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.ibc.core.connection.v1 import connection_pb2 as _connection_pb2 from google.api import annotations_pb2 as _annotations_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import containers as _containers diff --git a/fxsdk/x/ibc/core/connection/v1/tx_pb2.pyi b/fxsdk/x/ibc/core/connection/v1/tx_pb2.pyi index c3f37f2..bb0532a 100644 --- a/fxsdk/x/ibc/core/connection/v1/tx_pb2.pyi +++ b/fxsdk/x/ibc/core/connection/v1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from ibc.core.connection.v1 import connection_pb2 as _connection_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.ibc.core.connection.v1 import connection_pb2 as _connection_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/ibc/core/types/v1/genesis_pb2.pyi b/fxsdk/x/ibc/core/types/v1/genesis_pb2.pyi index b449c1a..c5a5ee4 100644 --- a/fxsdk/x/ibc/core/types/v1/genesis_pb2.pyi +++ b/fxsdk/x/ibc/core/types/v1/genesis_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.client.v1 import genesis_pb2 as _genesis_pb2 -from ibc.core.connection.v1 import genesis_pb2 as _genesis_pb2_1 -from ibc.core.channel.v1 import genesis_pb2 as _genesis_pb2_1_1 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import genesis_pb2 as _genesis_pb2 +from fxsdk.x.ibc.core.connection.v1 import genesis_pb2 as _genesis_pb2_1 +from fxsdk.x.ibc.core.channel.v1 import genesis_pb2 as _genesis_pb2_1_1 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/lightclients/localhost/v1/localhost_pb2.pyi b/fxsdk/x/ibc/lightclients/localhost/v1/localhost_pb2.pyi index f3f39f0..ef9bf6f 100644 --- a/fxsdk/x/ibc/lightclients/localhost/v1/localhost_pb2.pyi +++ b/fxsdk/x/ibc/lightclients/localhost/v1/localhost_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/ibc/lightclients/solomachine/v1/solomachine_pb2.pyi b/fxsdk/x/ibc/lightclients/solomachine/v1/solomachine_pb2.pyi index ec570cc..f5ade49 100644 --- a/fxsdk/x/ibc/lightclients/solomachine/v1/solomachine_pb2.pyi +++ b/fxsdk/x/ibc/lightclients/solomachine/v1/solomachine_pb2.pyi @@ -1,6 +1,6 @@ -from ibc.core.connection.v1 import connection_pb2 as _connection_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.connection.v1 import connection_pb2 as _connection_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/lightclients/solomachine/v2/solomachine_pb2.pyi b/fxsdk/x/ibc/lightclients/solomachine/v2/solomachine_pb2.pyi index 1b4795b..087ffc5 100644 --- a/fxsdk/x/ibc/lightclients/solomachine/v2/solomachine_pb2.pyi +++ b/fxsdk/x/ibc/lightclients/solomachine/v2/solomachine_pb2.pyi @@ -1,6 +1,6 @@ -from ibc.core.connection.v1 import connection_pb2 as _connection_pb2 -from ibc.core.channel.v1 import channel_pb2 as _channel_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.connection.v1 import connection_pb2 as _connection_pb2 +from fxsdk.x.ibc.core.channel.v1 import channel_pb2 as _channel_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/ibc/lightclients/tendermint/v1/tendermint_pb2.pyi b/fxsdk/x/ibc/lightclients/tendermint/v1/tendermint_pb2.pyi index 14acfd0..c6584f5 100644 --- a/fxsdk/x/ibc/lightclients/tendermint/v1/tendermint_pb2.pyi +++ b/fxsdk/x/ibc/lightclients/tendermint/v1/tendermint_pb2.pyi @@ -1,11 +1,11 @@ -from tendermint.types import validator_pb2 as _validator_pb2 -from tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import validator_pb2 as _validator_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 import proofs_pb2 as _proofs_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from ibc.core.client.v1 import client_pb2 as _client_pb2 -from ibc.core.commitment.v1 import commitment_pb2 as _commitment_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.ibc.core.client.v1 import client_pb2 as _client_pb2 +from fxsdk.x.ibc.core.commitment.v1 import commitment_pb2 as _commitment_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/marginx/oracle/v1/query_pb2.pyi b/fxsdk/x/marginx/oracle/v1/query_pb2.pyi index e9dedbf..89f33f4 100644 --- a/fxsdk/x/marginx/oracle/v1/query_pb2.pyi +++ b/fxsdk/x/marginx/oracle/v1/query_pb2.pyi @@ -1,7 +1,7 @@ from google.api import annotations_pb2 as _annotations_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 -from marginx.oracle.v1 import types_pb2 as _types_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.marginx.oracle.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/marginx/oracle/v1/tx_pb2.pyi b/fxsdk/x/marginx/oracle/v1/tx_pb2.pyi index 5282449..3c37e83 100644 --- a/fxsdk/x/marginx/oracle/v1/tx_pb2.pyi +++ b/fxsdk/x/marginx/oracle/v1/tx_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from marginx.oracle.v1 import types_pb2 as _types_pb2 -from cosmos.msg.v1 import msg_pb2 as _msg_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.marginx.oracle.v1 import types_pb2 as _types_pb2 +from fxsdk.x.cosmos.msg.v1 import msg_pb2 as _msg_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/marginx/oracle/v1/types_pb2.pyi b/fxsdk/x/marginx/oracle/v1/types_pb2.pyi index e2e66b6..9f78435 100644 --- a/fxsdk/x/marginx/oracle/v1/types_pb2.pyi +++ b/fxsdk/x/marginx/oracle/v1/types_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from cosmos_proto import cosmos_pb2 as _cosmos_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.cosmos_proto import cosmos_pb2 as _cosmos_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/tendermint/abci/types_pb2.pyi b/fxsdk/x/tendermint/abci/types_pb2.pyi index e73e814..762d874 100644 --- a/fxsdk/x/tendermint/abci/types_pb2.pyi +++ b/fxsdk/x/tendermint/abci/types_pb2.pyi @@ -1,9 +1,9 @@ -from tendermint.crypto import proof_pb2 as _proof_pb2 -from tendermint.types import types_pb2 as _types_pb2 -from tendermint.crypto import keys_pb2 as _keys_pb2 -from tendermint.types import params_pb2 as _params_pb2 +from fxsdk.x.tendermint.crypto import proof_pb2 as _proof_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.crypto import keys_pb2 as _keys_pb2 +from fxsdk.x.tendermint.types import params_pb2 as _params_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/tendermint/crypto/keys_pb2.pyi b/fxsdk/x/tendermint/crypto/keys_pb2.pyi index 13b567f..5a4a1f4 100644 --- a/fxsdk/x/tendermint/crypto/keys_pb2.pyi +++ b/fxsdk/x/tendermint/crypto/keys_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/fxsdk/x/tendermint/crypto/proof_pb2.pyi b/fxsdk/x/tendermint/crypto/proof_pb2.pyi index 24d554f..5745c19 100644 --- a/fxsdk/x/tendermint/crypto/proof_pb2.pyi +++ b/fxsdk/x/tendermint/crypto/proof_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/tendermint/p2p/types_pb2.pyi b/fxsdk/x/tendermint/p2p/types_pb2.pyi index 01d83fe..b435d6c 100644 --- a/fxsdk/x/tendermint/p2p/types_pb2.pyi +++ b/fxsdk/x/tendermint/p2p/types_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/tendermint/types/block_pb2.pyi b/fxsdk/x/tendermint/types/block_pb2.pyi index 385d085..f410e31 100644 --- a/fxsdk/x/tendermint/types/block_pb2.pyi +++ b/fxsdk/x/tendermint/types/block_pb2.pyi @@ -1,6 +1,6 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from tendermint.types import types_pb2 as _types_pb2 -from tendermint.types import evidence_pb2 as _evidence_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import evidence_pb2 as _evidence_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union diff --git a/fxsdk/x/tendermint/types/evidence_pb2.pyi b/fxsdk/x/tendermint/types/evidence_pb2.pyi index a4c6887..8b8c827 100644 --- a/fxsdk/x/tendermint/types/evidence_pb2.pyi +++ b/fxsdk/x/tendermint/types/evidence_pb2.pyi @@ -1,7 +1,7 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from tendermint.types import types_pb2 as _types_pb2 -from tendermint.types import validator_pb2 as _validator_pb2 +from fxsdk.x.tendermint.types import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import validator_pb2 as _validator_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/tendermint/types/params_pb2.pyi b/fxsdk/x/tendermint/types/params_pb2.pyi index f6b38b6..50f1fe6 100644 --- a/fxsdk/x/tendermint/types/params_pb2.pyi +++ b/fxsdk/x/tendermint/types/params_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/tendermint/types/types_pb2.pyi b/fxsdk/x/tendermint/types/types_pb2.pyi index 86c7000..a8f10e8 100644 --- a/fxsdk/x/tendermint/types/types_pb2.pyi +++ b/fxsdk/x/tendermint/types/types_pb2.pyi @@ -1,8 +1,8 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 -from tendermint.crypto import proof_pb2 as _proof_pb2 -from tendermint.version import types_pb2 as _types_pb2 -from tendermint.types import validator_pb2 as _validator_pb2 +from fxsdk.x.tendermint.crypto import proof_pb2 as _proof_pb2 +from fxsdk.x.tendermint.version import types_pb2 as _types_pb2 +from fxsdk.x.tendermint.types import validator_pb2 as _validator_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/fxsdk/x/tendermint/types/validator_pb2.pyi b/fxsdk/x/tendermint/types/validator_pb2.pyi index 8ccf87b..db7ca5c 100644 --- a/fxsdk/x/tendermint/types/validator_pb2.pyi +++ b/fxsdk/x/tendermint/types/validator_pb2.pyi @@ -1,5 +1,5 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 -from tendermint.crypto import keys_pb2 as _keys_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.tendermint.crypto import keys_pb2 as _keys_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/fxsdk/x/tendermint/version/types_pb2.pyi b/fxsdk/x/tendermint/version/types_pb2.pyi index 8570c1d..1356c66 100644 --- a/fxsdk/x/tendermint/version/types_pb2.pyi +++ b/fxsdk/x/tendermint/version/types_pb2.pyi @@ -1,4 +1,4 @@ -from gogoproto import gogo_pb2 as _gogo_pb2 +from fxsdk.x.gogoproto import gogo_pb2 as _gogo_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from typing import ClassVar as _ClassVar, Optional as _Optional diff --git a/gen-proto.sh b/gen-proto.sh index feb4744..448b082 100755 --- a/gen-proto.sh +++ b/gen-proto.sh @@ -22,15 +22,15 @@ for dir in $proto_dirs; do --grpc_python_out="$OUT_DIR" done -find "$OUT_DIR" -type d -exec touch {}/__init__.py \; - # Fix imports -find "$OUT_DIR" -name '*.py' -print0 | xargs -0 -I{} perl -pi -e 's|from fx.|from fxsdk.x.fx.|g' {} -find "$OUT_DIR" -name '*_pb2.py' -print0 | xargs -0 -I{} perl -pi -e 's|from cosmos.proto import|from fxsdk.x.cosmos_proto import|g' {} -find "$OUT_DIR" -name '*_pb2.py' -print0 | xargs -0 -I{} perl -pi -e 's|from gogoproto import|from fxsdk.x.gogoproto import|g' {} +find "$OUT_DIR" -type file -print0 | xargs -0 -I{} perl -pi -e 's|from fx.|from fxsdk.x.fx.|g' {} +find "$OUT_DIR" -type file -print0 | xargs -0 -I{} perl -pi -e 's|from cosmos.proto import|from fxsdk.x.cosmos_proto import|g' {} +find "$OUT_DIR" -type file -print0 | xargs -0 -I{} perl -pi -e 's|from gogoproto import|from fxsdk.x.gogoproto import|g' {} for dir in "$OUT_DIR"/*; do [[ ! -d $dir ]] && continue echo "$dir" | grep 'pycache\|x\/fx\|cosmos_proto\|gogoproto' && continue package=$(basename "$dir") - find "$OUT_DIR" -name '*.py' -print0 | xargs -0 -I{} perl -pi -e "s|from $package.|from fxsdk.x.$package.|g" {} + find "$OUT_DIR" -type file -print0 | xargs -0 -I{} perl -pi -e "s|from $package.|from fxsdk.x.$package.|g" {} done + +find "$OUT_DIR" -type d -exec touch {}/__init__.py \; \ No newline at end of file