![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
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 |
def bip68-112-113-p2p.all_rlt_txs | ( | txarray | ) |
Definition at line 87 of file bip68-112-113-p2p.py.
list bip68-112-113-p2p.b18times = [] |
Definition at line 71 of file bip68-112-113-p2p.py.
list bip68-112-113-p2p.b22times = [] |
Definition at line 69 of file bip68-112-113-p2p.py.
list bip68-112-113-p2p.b25times = [] |
Definition at line 67 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.base_relative_locktime = 10 |
Definition at line 57 of file bip68-112-113-p2p.py.
list bip68-112-113-p2p.relative_locktimes = [] |
Definition at line 65 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.rlt = base_relative_locktime |
Definition at line 73 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.seq_disable_flag = 1<<31 |
Definition at line 58 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.seq_random_high_bit = 1<<25 |
Definition at line 59 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.seq_random_low_bit = 1<<18 |
Definition at line 61 of file bip68-112-113-p2p.py.
int bip68-112-113-p2p.seq_type_flag = 1<<22 |
Definition at line 60 of file bip68-112-113-p2p.py.