File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/hiero_sdk_python/tokens Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1313
1414from hiero_sdk_python .channels import _Channel
1515from hiero_sdk_python .executable import _Method
16- from hiero_sdk_python .transaction .transaction import Transaction
1716from hiero_sdk_python .hapi .services import token_create_pb2 , basic_types_pb2 , transaction_body_pb2
1817from hiero_sdk_python .tokens .token_type import TokenType
1918from hiero_sdk_python .tokens .supply_type import SupplyType
@@ -186,6 +185,7 @@ def _validate_supply_max_and_type(token_params: TokenParams) -> None:
186185 "Initial supply cannot exceed the defined max supply for a finite token"
187186 )
188187
188+ from hiero_sdk_python .transaction .transaction import Transaction
189189class TokenCreateTransaction (Transaction ):
190190 """
191191 Represents a token creation transaction on the Hedera network.
You can’t perform that action at this time.
0 commit comments