PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Enumerations
consensus.h File Reference
#include <stdint.h>
Include dependency graph for consensus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { LOCKTIME_VERIFY_SEQUENCE = (1 << 0), LOCKTIME_MEDIAN_TIME_PAST = (1 << 1) }
 Flags for nSequence and nLockTime locks. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Flags for nSequence and nLockTime locks.

Enumerator
LOCKTIME_VERIFY_SEQUENCE 
LOCKTIME_MEDIAN_TIME_PAST 

Definition at line 25 of file consensus.h.