Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ is_fee
Method
is_fee
test/functional/test_framework/messages.py:630–631 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
628
self.scriptPubKey = b
''
629
630
def
is_fee(self):
631
return
len(self.scriptPubKey) == 0
632
633
def
deserialize(self, f):
634
self.nAsset = CTxOutAsset()
Callers
5
create_and_mine_tx_from_txids
Method · 0.80
run_test
Method · 0.80
test_signature_version_1
Method · 0.80
update_fee
Method · 0.80
branch
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_signature_version_1
Method · 0.64