Private Key To Bytes (seed)

Generated and convert private key hex to bytes (seed)

import Blockthon as block

# generated private key
privatekey = block.PrivateKey()
# convert private key to bytes 
bytes_ = block.PrivateKey_To_Bytes(privatekey)
Drawing
Converting detail's about private key hex to seed bytes

Last updated