Dash Core  0.12.2.1
P2P Digital Currency
linearize-data.py File Reference

Go to the source code of this file.

Classes

class  linearize-data.BlockDataCopier
 

Namespaces

 linearize-data
 

Functions

def linearize-data.uint32 (x)
 
def linearize-data.bytereverse (x)
 
def linearize-data.bufreverse (in_buf)
 
def linearize-data.wordreverse (in_buf)
 
def linearize-data.calc_hdr_hash (blk_hdr)
 
def linearize-data.calc_hash_str (blk_hdr)
 
def linearize-data.get_blk_dt (blk_hdr)
 
def linearize-data.get_block_hashes (settings)
 
def linearize-data.mkblockmap (blkindex)
 

Variables

dictionary linearize-data.settings = {}
 
 linearize-data.BlockExtent = namedtuple('BlockExtent', ['fn', 'offset', 'inhdr', 'blkhdr', 'size'])
 
 linearize-data.f = open(sys.argv[1])
 
 linearize-data.m = re.search('^\s*#', line)
 
def linearize-data.blkindex = get_block_hashes(settings)
 
def linearize-data.blkmap = mkblockmap(blkindex)