Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Typedefs | Enumerations
blockencodings.h File Reference
#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

 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 , READ_STATUS_CHECKBLOCK_FAILED }
 

Typedef Documentation

◆ ReadStatus

typedef enum ReadStatus_t ReadStatus

◆ TransactionCompression

Definition at line 20 of file blockencodings.h.

Enumeration Type Documentation

◆ ReadStatus_t

Enumerator
READ_STATUS_OK 
READ_STATUS_INVALID 
READ_STATUS_FAILED 
READ_STATUS_CHECKBLOCK_FAILED 

Definition at line 82 of file blockencodings.h.