MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetSerializedSize

Method GetSerializedSize

src/minisketch/include/minisketch.h:321–321  ·  view source on GitHub ↗

Get the serialized size in bytes for this (valid) Minisketch object.. */

Source from the content-addressed store, hash-verified

319
320 /** Get the serialized size in bytes for this (valid) Minisketch object.. */
321 size_t GetSerializedSize() const noexcept { return minisketch_serialized_size(m_minisketch.get()); }
322
323 /** Serialize this (valid) Minisketch object as a byte vector. */
324 std::vector<unsigned char> Serialize() const

Callers 2

TestExhaustiveFunction · 0.45
TestRandomizedFunction · 0.45

Calls 2

getMethod · 0.45

Tested by 2

TestExhaustiveFunction · 0.36
TestRandomizedFunction · 0.36