We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c278 commit d3b402dCopy full SHA for d3b402d
pyinjective/composer.py
@@ -10,7 +10,6 @@
10
from .proto.injective.exchange.v1beta1 import authz_pb2 as injective_authz_pb
11
12
from .proto.cosmos.bank.v1beta1 import tx_pb2 as cosmos_bank_tx_pb
13
-from .proto.cosmos.base.v1beta1 import coin_pb2 as cosmos_base_coin_pb
14
15
from .proto.injective.exchange.v1beta1 import tx_pb2 as injective_exchange_tx_pb
16
from .proto.injective.exchange.v1beta1 import exchange_pb2 as injective_exchange_pb
@@ -28,6 +27,8 @@
28
27
29
from .proto.cosmos.gov.v1beta1 import tx_pb2 as cosmos_gov_tx_pb
30
+from pyinjective.proto.cosmos.base.v1beta1 import coin_pb2 as cosmos_dot_base_dot_v1beta1_dot_coin__pb2
31
+
32
from .constant import Denom
33
from .utils import *
34
from typing import List
0 commit comments