Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ser_string_vector
Function
ser_string_vector
test/functional/test_framework/messages.py:189–193 ·
view source on GitHub ↗
(l)
Source
from the content-addressed store, hash-verified
187
188
189
def
ser_string_vector(l):
190
r = ser_compact_size(len(l))
191
for
sv in l:
192
r += ser_string(sv)
193
return
r
194
195
196
def
from_hex(obj, hex_string):
Callers
4
serialize
Method · 0.70
calc_witness_hash
Method · 0.70
serialize
Method · 0.70
serialize
Method · 0.70
Calls
2
ser_compact_size
Function · 0.70
ser_string
Function · 0.70
Tested by
no test coverage detected