Raven Core
3.0.0
P2P Digital Currency
|
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | UNUSED_VAR __attribute__ ((unused)) |
Enumerations | |
enum | { LOCKTIME_VERIFY_SEQUENCE = (1 << 0), LOCKTIME_MEDIAN_TIME_PAST = (1 << 1) } |
Flags for nSequence and nLockTime locks. More... | |
Functions | |
unsigned int | GetMaxBlockWeight () |
unsigned int | GetMaxBlockSerializedSize () |
#define UNUSED_VAR __attribute__ ((unused)) |
Definition at line 34 of file consensus.h.
anonymous enum |
Flags for nSequence and nLockTime locks.
Enumerator | |
---|---|
LOCKTIME_VERIFY_SEQUENCE | |
LOCKTIME_MEDIAN_TIME_PAST |
Definition at line 45 of file consensus.h.
unsigned int GetMaxBlockSerializedSize | ( | ) |
unsigned int GetMaxBlockWeight | ( | ) |