Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Typedefs | Enumerations
blockencodings.h File Reference
#include <primitives/block.h>
#include <serialize.h>
#include <shortidprocessor.h>
#include <cstdint>
#include <memory>
#include <vector>
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  BlockTransactionsRequest
 
class  BlockTransactions
 
struct  PrefilledTransaction
 
struct  ShortIdProcessorPrefilledTransactionAdapter
 
class  CBlockHeaderAndShortTxIDs
 
class  PartiallyDownloadedBlock
 
struct  PartiallyDownloadedBlock::CTransactionRefCompare
 

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 21 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 69 of file blockencodings.h.