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 c3f8087 commit 3755888Copy full SHA for 3755888
src/hiero_sdk_python/transaction/transaction_id.py
@@ -21,7 +21,7 @@ def __init__(
21
self,
22
account_id: Optional[AccountId] = None,
23
valid_start: Optional[timestamp_pb2.Timestamp] = None,
24
- scheduled: Bool = False
+ scheduled: bool = False
25
) -> None:
26
"""
27
Initializes a TransactionId with the given account ID and valid start timestamp.
0 commit comments