Dash Core  0.12.2.1
P2P Digital Currency
bip68-sequence Namespace Reference

Classes

class  BIP68Test
 

Variables

tuple SEQUENCE_LOCKTIME_DISABLE_FLAG = (1<<31)
 
tuple SEQUENCE_LOCKTIME_TYPE_FLAG = (1<<22)
 
int SEQUENCE_LOCKTIME_GRANULARITY = 9
 
int SEQUENCE_LOCKTIME_MASK = 0x0000ffff
 
string NOT_FINAL_ERROR = "64: non-BIP68-final"
 

Variable Documentation

◆ NOT_FINAL_ERROR

string bip68-sequence.NOT_FINAL_ERROR = "64: non-BIP68-final"

Definition at line 22 of file bip68-sequence.py.

◆ SEQUENCE_LOCKTIME_DISABLE_FLAG

tuple bip68-sequence.SEQUENCE_LOCKTIME_DISABLE_FLAG = (1<<31)

Definition at line 16 of file bip68-sequence.py.

◆ SEQUENCE_LOCKTIME_GRANULARITY

int bip68-sequence.SEQUENCE_LOCKTIME_GRANULARITY = 9

Definition at line 18 of file bip68-sequence.py.

◆ SEQUENCE_LOCKTIME_MASK

int bip68-sequence.SEQUENCE_LOCKTIME_MASK = 0x0000ffff

Definition at line 19 of file bip68-sequence.py.

◆ SEQUENCE_LOCKTIME_TYPE_FLAG

tuple bip68-sequence.SEQUENCE_LOCKTIME_TYPE_FLAG = (1<<22)

Definition at line 17 of file bip68-sequence.py.