Constructors
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...
| Name | Description |
|---|---|
| req | The request whose block hash and index count are mirrored. |