Skip to content

Commit ea9cd62

Browse files
author
µ
committed
types.py: drop stale properties of class Runtime
1 parent a97fe3d commit ea9cd62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

async_substrate_interface/types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def retrieve(
6060

6161

6262
class Runtime:
63-
block_hash: str
64-
block_id: int
6563
runtime_version = None
6664
transaction_version = None
6765
cache_region = None
@@ -356,7 +354,6 @@ def decode(self):
356354
class SubstrateMixin(ABC):
357355
type_registry_preset = None
358356
transaction_version = None
359-
block_id: Optional[int] = None
360357
last_block_hash: Optional[str] = None
361358
_name: Optional[str] = None
362359
_properties = None

0 commit comments

Comments
 (0)