Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

blockencodings.h File Reference
#include <primitives/block.h>
#include <memory>
+ 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

struct  TransactionCompressor
 
class  BlockTransactionsRequest
 
class  BlockTransactions
 
struct  PrefilledTransaction
 
class  CBlockHeaderAndShortTxIDs
 
class  PartiallyDownloadedBlock
 

Typedefs

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

Enumeration Type Documentation

◆ ReadStatus_t

Enumerator
READ_STATUS_OK 
READ_STATUS_INVALID 
READ_STATUS_FAILED 
READ_STATUS_CHECKBLOCK_FAILED 

Definition at line 122 of file blockencodings.h.

Released under the MIT license