diff --git a/cosmpy/aerial/client/__init__.py b/cosmpy/aerial/client/__init__.py index 238c0af4..dee16174 100644 --- a/cosmpy/aerial/client/__init__.py +++ b/cosmpy/aerial/client/__init__.py @@ -62,6 +62,9 @@ QueryBalanceRequest, ) from cosmpy.protos.cosmos.bank.v1beta1.query_pb2_grpc import QueryStub as BankGrpcClient +from cosmpy.protos.cosmos.crypto.ed25519.keys_pb2 import ( # noqa # pylint: disable=unused-import + PubKey, +) from cosmpy.protos.cosmos.distribution.v1beta1.query_pb2 import ( QueryDelegationRewardsRequest, )