Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ is_null
Method
is_null
test/functional/test_framework/messages.py:1056–1057 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1054
self.m_proposed.set_null()
1055
1056
def
is_null(self):
1057
return
self.m_current.is_null() and self.m_proposed.is_null()
1058
1059
def
serialize(self):
1060
r = b
""
Callers
nothing calls this directly
Calls
1
is_null
Method · 0.45
Tested by
no test coverage detected