Private Key (hex) to Public Key

generated and convert private key hex to public key

import Blockthon as block

privatekey = block.PrivateKey()
public_key = block.PrivateKey_To_PublicKey(privatekey)

Last updated