Skip to content

Commit

Permalink
hints
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 21, 2025
1 parent c556038 commit 67d8550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wheel/python/chia_rs/datalayer.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ METADATA_SIZE: int

@final
class InternalNode:
def __init__(self, parent: Optional[uint32], hash: bytes32, left: uint32, right: uint32) -> None: ...

@property
def parent(self) -> Optional[uint32]: ...
@property
Expand All @@ -25,6 +27,8 @@ class InternalNode:

@final
class LeafNode:
def __init__(self, parent: Optional[uint32], hash: bytes32, key: int64, value: int64) -> None: ...

@property
def parent(self) -> Optional[uint32]: ...
@property
Expand Down

0 comments on commit 67d8550

Please sign in to comment.