zpywallet.broadcast.bcy package

Submodules

zpywallet.broadcast.bcy.all module

async broadcast_transaction_bcy(raw_transaction_hex)[source]

Broadcast a Blockcypher testnet transaction.

This function attempts to asynchronously broadcast a signed transaction to several propagators that relay the transaction across the network.

Parameters:

raw_transaction_hex (str) – The raw transaction in hexadecimal form.

tx_hash_bcy(raw_transaction_hex)[source]

Calculate the hash of a Blockcypher testnet transaction.

Parameters:

raw_transaction_hex (str) – The raw transaction in hexadecimal form.

zpywallet.broadcast.bcy.blockcypher module

async broadcast_transaction_bcy_blockcypher(raw_transaction_hex)[source]

Broadcast a Blockcypher testnet transaction using Blockcypher.

Parameters:

raw_transaction_hex (str) – The raw transaction in hexadecimal form.

Module contents