MCPcopy Create free account
hub / github.com/ElementsProject/elements / getutxo

Function getutxo

test/functional/feature_segwit.py:63–67  ·  view source on GitHub ↗
(txid)

Source from the content-addressed store, hash-verified

61
62
63def getutxo(txid):
64 utxo = {}
65 utxo["vout"] = 0
66 utxo["txid"] = txid
67 return utxo
68
69
70def find_spendable_utxo(node, min_value):

Callers 4

success_mineMethod · 0.70
skip_mineMethod · 0.70
fail_acceptMethod · 0.70
run_testMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected