Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
def
getutxo(txid):
64
utxo = {}
65
utxo[
"vout"
] = 0
66
utxo[
"txid"
] = txid
67
return
utxo
68
69
70
def
find_spendable_utxo(node, min_value):
Callers
4
success_mine
Method · 0.70
skip_mine
Method · 0.70
fail_accept
Method · 0.70
run_test
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected