Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ raw_issuance
Method
raw_issuance
test/functional/feature_issuance.py:107–108 ·
view source on GitHub ↗
(self, node, issuance_list)
Source
from the content-addressed store, hash-verified
105
self.sync_all()
106
107
def
raw_issuance(self, node, issuance_list):
108
process_raw_issuance(self, node, issuance_list)
109
110
def
run_test(self):
111
self.generate(self.nodes[0], 105)
Callers
1
run_test
Method · 0.95
Calls
1
process_raw_issuance
Function · 0.85
Tested by
no test coverage detected