MCPcopy 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
189def 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
196def from_hex(obj, hex_string):

Callers 4

serializeMethod · 0.70
calc_witness_hashMethod · 0.70
serializeMethod · 0.70
serializeMethod · 0.70

Calls 2

ser_compact_sizeFunction · 0.70
ser_stringFunction · 0.70

Tested by

no test coverage detected