Skip to content

Commit

Permalink
Run the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Jun 26, 2024
1 parent 15e4619 commit 7cf3138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wheel/python/chia_rs/chia_rs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ class PrivateKey:
def public_key(self) -> G1Element: ...
def derive_hardened(self, int) -> PrivateKey: ...
def derive_unhardened(self, int) -> PrivateKey: ...
@staticmethod
def from_seed(bytes) -> PrivateKey: ...
def __init__(
self
) -> None: ...
Expand All @@ -236,8 +238,6 @@ class PrivateKey:
def to_json_dict(self) -> Any: ...
@staticmethod
def from_json_dict(json_dict: Any) -> PrivateKey: ...
@staticmethod
def from_seed(bytes) -> PrivateKey: ...

class Spend:
coin_id: bytes
Expand Down

0 comments on commit 7cf3138

Please sign in to comment.