Module validation

Source
Expand description

Validation utilities for blockchain data types.

This module provides validation functions for ensuring the correctness and integrity of blockchain-related data, particularly Ethereum addresses and other EVM-compatible blockchain identifiers.

Functions§

validate_address
Validates an Ethereum address format, checksum, and returns the parsed address.