MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / send_generic_input_tx

Function send_generic_input_tx

test/functional/feature_csv_activation.py:103–104  ·  view source on GitHub ↗
(node, coinbases, address)

Source from the content-addressed store, hash-verified

101 return signtx
102
103def send_generic_input_tx(node, coinbases, address):
104 return node.sendrawtransaction(ToHex(sign_transaction(node, create_transaction(node, node.getblock(coinbases.pop())['tx'][0], address, amount=Decimal("49.99")))))
105
106def create_bip68txs(node, bip68inputs, txversion, address, locktime_delta=0):
107 """Returns a list of bip68 transactions with different bits set."""

Callers 1

run_testMethod · 0.85

Calls 3

ToHexFunction · 0.90
create_transactionFunction · 0.90
sign_transactionFunction · 0.85

Tested by

no test coverage detected