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 """