klefki.blockchain.eos.private

Module Contents

Functions

to_cf(a: int) → CF

from_cf(a: CF) → int

add_version(a: bytes) → bytes

remove_version(a: bytes) → bytes

add_checksum(a: bytes) → bytes

remove_checksum(a: bytes) → bytes

gen_random_privkey()

klefki.blockchain.eos.private.to_cf(a: int) → CF
klefki.blockchain.eos.private.from_cf(a: CF) → int
klefki.blockchain.eos.private.add_version(a: bytes) → bytes
klefki.blockchain.eos.private.remove_version(a: bytes) → bytes
klefki.blockchain.eos.private.add_checksum(a: bytes) → bytes
klefki.blockchain.eos.private.remove_checksum(a: bytes) → bytes
klefki.blockchain.eos.private.encode_privkey :Callable[[CF], str]
klefki.blockchain.eos.private.decode_privkey :Callable[[str], CF]
klefki.blockchain.eos.private.gen_random_privkey()