cfx_address.types module

cfx_address.types.starts_with_net(x)
class cfx_address.types.Base32AddressParts

Bases: TypedDict

network_id: int
address_type: Literal['null', 'builtin', 'user', 'contract', 'invalid']
hex_address: ChecksumAddress