MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / helloblock_pushtx

Function helloblock_pushtx

src/lib/pybitcointools/bci.py:289–293  ·  view source on GitHub ↗
(tx)

Source from the content-addressed store, hash-verified

287
288
289def helloblock_pushtx(tx):
290 if not re.match('^[0-9a-fA-F]*$', tx):
291 tx = tx.encode('hex')
292 return make_request('https://mainnet.helloblock.io/v1/transactions',
293 'rawTxHex='+tx)
294
295pushtx_getters = {
296 'bci': bci_pushtx,

Callers

nothing calls this directly

Calls 1

make_requestFunction · 0.85

Tested by

no test coverage detected