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

Method GetImplementation

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

Return the implementation number for a (valid) Minisketch object. */

Source from the content-addressed store, hash-verified

283
284 /** Return the implementation number for a (valid) Minisketch object. */
285 uint32_t GetImplementation() const noexcept { return minisketch_implementation(m_minisketch.get()); }
286
287 /** Set the seed for a (valid) Minisketch object. See minisketch_set_seed(). */
288 Minisketch& SetSeed(uint64_t seed) noexcept

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected