MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetSendGarbageTerminator

Method GetSendGarbageTerminator

src/bip324.h:92–92  ·  view source on GitHub ↗

Get the Garbage Terminator to send. Only after Initialize(). */

Source from the content-addressed store, hash-verified

90
91 /** Get the Garbage Terminator to send. Only after Initialize(). */
92 std::span<const std::byte> GetSendGarbageTerminator() const noexcept { return m_send_garbage_terminator; }
93
94 /** Get the expected Garbage Terminator to receive. Only after Initialize(). */
95 std::span<const std::byte> GetReceiveGarbageTerminator() const noexcept { return m_recv_garbage_terminator; }

Callers 5

SendGarbageTermMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
bip324.cppFile · 0.80

Calls

no outgoing calls

Tested by 3

SendGarbageTermMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64