Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
blockencodings.h File Reference
#include <crypto/siphash.h>
#include <primitives/block.h>
#include <functional>
Include dependency graph for blockencodings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DifferenceFormatter
class  BlockTransactionsRequest
class  BlockTransactions
struct  PrefilledTransaction
class  CBlockHeaderAndShortTxIDs
class  PartiallyDownloadedBlock

Namespaces

namespace  Consensus
 Transaction validation functions.

Typedefs

using TransactionCompression = DefaultFormatter
typedef enum ReadStatus_t ReadStatus

Enumerations

enum  ReadStatus_t { READ_STATUS_OK , READ_STATUS_INVALID , READ_STATUS_FAILED }

Typedef Documentation

◆ ReadStatus

typedef enum ReadStatus_t ReadStatus

◆ TransactionCompression

Definition at line 21 of file blockencodings.h.

Enumeration Type Documentation

◆ ReadStatus_t

Enumerator
READ_STATUS_OK 
READ_STATUS_INVALID 
READ_STATUS_FAILED 

Definition at line 83 of file blockencodings.h.