cfx_address.types module

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

Bases: typing_extensions.TypedDict

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