Litecoin Address From HEX

Generated and Convert Private Key Hex To Litecoin Address wallet

import Blockthon as block

# Generated Private Key
privatekey = block.PrivateKey()
# Convert private key hex To litecoin address
litecoin_Address = block.LTC_From_PrivateKey(privatekey)

check Balance Value litecoin Address Wallet With Blockthon:

balance = block.Balance_Litecoin(litecoin_Address)

return in balance response number to string example : '0'

Last updated