Release 0.10.2dev The python-bitcoinlib developers

python-bitcoinlib Documentation

Release 0.10.2dev The python-bitcoinlib developers

Jul 31, 2018

Contents

1 API Reference

1

1.1 bitcoin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

1.2 bitcoin.core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

2 Indices and tables

27

Python Module Index

29

i

ii

1 CHAPTER

API Reference

This section contains auto-generated API documentation. Contents:

1.1 bitcoin

1.1.1 bitcoin

class bitcoin.MainParams Bases: bitcoin.core.CoreMainParams BASE58_PREFIXES = {u'PUBKEY_ADDR': 0, u'SCRIPT_ADDR': 5, u'SECRET_KEY': 128} DEFAULT_PORT = 8333 DNS_SEEDS = ((u'bitcoin.sipa.be', u'seed.bitcoin.sipa.be'), (u'bluematt.me', u'dnsseed. MESSAGE_START = '\xf9\xbe\xb4\xd9' RPC_PORT = 8332

class bitcoin.RegTestParams Bases: bitcoin.core.CoreRegTestParams BASE58_PREFIXES = {u'PUBKEY_ADDR': 111, u'SCRIPT_ADDR': 196, u'SECRET_KEY': 239} DEFAULT_PORT = 18444 DNS_SEEDS = () MESSAGE_START = '\xfa\xbf\xb5\xda' RPC_PORT = 18443

bitcoin.SelectParams(name) Select the chain parameters to use

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download