Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
bitfield.cpp File Reference
#include <script/bitfield.h>
#include <script/script_error.h>
#include <cstddef>
#include <limits>
Include dependency graph for bitfield.cpp:

Go to the source code of this file.

Functions

bool DecodeBitfield (const std::vector< uint8_t > &vch, unsigned size, uint32_t &bitfield, ScriptError *serror)
 

Function Documentation

◆ DecodeBitfield()

bool DecodeBitfield ( const std::vector< uint8_t > &  vch,
unsigned  size,
uint32_t &  bitfield,
ScriptError serror 
)

Definition at line 12 of file bitfield.cpp.

Here is the caller graph for this function: