MCPcopy 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_testMethod · 0.95

Calls

no outgoing calls

Tested by 2