BlockTransactions::BlockTransactions

Constructors

Synopses

Declared in <blockencodings.h>

Constructs an empty message.

constexpr
BlockTransactions() = default;
» more...

Constructs a message sized to answer the given request.

explicit
BlockTransactions(BlockTransactionsRequest const& req);
» more...

Parameters

NameDescription
reqThe request whose block hash and index count are mirrored.