Dash Core  0.12.2.1
P2P Digital Currency
bip68-112-113-p2p Namespace Reference

Classes

class  BIP68_112_113Test
 

Functions

def all_rlt_txs (txarray)
 

Variables

int base_relative_locktime = 10
 
int seq_disable_flag = 1<<31
 
int seq_random_high_bit = 1<<25
 
int seq_type_flag = 1<<22
 
int seq_random_low_bit = 1<<18
 
list relative_locktimes = []
 
list b25times = []
 
list b22times = []
 
list b18times = []
 
int rlt = base_relative_locktime
 

Function Documentation

◆ all_rlt_txs()

def bip68-112-113-p2p.all_rlt_txs (   txarray)

Definition at line 87 of file bip68-112-113-p2p.py.

Variable Documentation

◆ b18times

list bip68-112-113-p2p.b18times = []

Definition at line 71 of file bip68-112-113-p2p.py.

◆ b22times

list bip68-112-113-p2p.b22times = []

Definition at line 69 of file bip68-112-113-p2p.py.

◆ b25times

list bip68-112-113-p2p.b25times = []

Definition at line 67 of file bip68-112-113-p2p.py.

◆ base_relative_locktime

int bip68-112-113-p2p.base_relative_locktime = 10

Definition at line 57 of file bip68-112-113-p2p.py.

◆ relative_locktimes

list bip68-112-113-p2p.relative_locktimes = []

Definition at line 65 of file bip68-112-113-p2p.py.

◆ rlt

int bip68-112-113-p2p.rlt = base_relative_locktime

Definition at line 73 of file bip68-112-113-p2p.py.

◆ seq_disable_flag

int bip68-112-113-p2p.seq_disable_flag = 1<<31

Definition at line 58 of file bip68-112-113-p2p.py.

◆ seq_random_high_bit

int bip68-112-113-p2p.seq_random_high_bit = 1<<25

Definition at line 59 of file bip68-112-113-p2p.py.

◆ seq_random_low_bit

int bip68-112-113-p2p.seq_random_low_bit = 1<<18

Definition at line 61 of file bip68-112-113-p2p.py.

◆ seq_type_flag

int bip68-112-113-p2p.seq_type_flag = 1<<22

Definition at line 60 of file bip68-112-113-p2p.py.