gitchand
gitchand
` from pycoin.networks.registry import network_for_netcode from pycoin.encoding.hexbytes import h2b, h2b_rev from pycoin.coins.bitcoin.Spendable import Spendable import requests def create_raw_transaction(sender_address, receiver_address, amount, wif, fee=0, netcode='GRS', testnet=False): _netcodes = {'LTC': 'litecoin', 'DOGE': 'dogecoin',...
`tx_id = create_raw_transaction("1GtqAR9y5KuCEhB3uVZL8wosUHUQoYVhvh", "1GtqAR9y5KuCEhB3uVZL8wosUHUQoYVhvh", 110000, "*****", netcode="BTC")` Add the above line of code at the end and then run that code.