You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/mocks/generated/trezorcrypto/nem.pyi

10 lines
243 B

from typing import *
def validate_address(address: str, network: int) -> bool:
"""
Validate a NEM address
"""
def compute_address(public_key: bytes, network: int) -> str:
"""
Compute a NEM address from a public key
"""