PrivateKey
32-byte secp256k1 private key
Definition
class PrivateKey(Bytes32):
@staticmethod
def from_hex_str(hex_string: str) -> PrivateKey:
...Construction
Parameter
Type
Required
Description
Methods
from_hex_str()
@staticmethod
def from_hex_str(hex_string: str) -> PrivateKeyExample
Notes
See Also
Last updated

