Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ get_address
Method
get_address
test/functional/test_framework/wallet.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
descsum_create(f
'raw({self._scriptPubKey.hex()})'
)
136
137
def
get_address(self):
138
return
self._address
139
140
def
get_utxo(self, *, txid: Optional[str]=
''
, mark_as_spent=True):
141
""
"
Callers
3
run_test
Method · 0.95
test_muhash_implementation
Method · 0.95
test_bumpfee_with_descendant_fails
Function · 0.95
Calls
no outgoing calls
Tested by
2
test_muhash_implementation
Method · 0.76
test_bumpfee_with_descendant_fails
Function · 0.76