cfx_address.base32 module

cfx_address.base32.encode(buffer: Union[bytes, bytearray]) str
cfx_address.base32.decode(b32str: str) bytes
cfx_address.base32.decode_to_words(b32str: str) bytearray
cfx_address.base32.encode_words(words: Iterable[int]) str