![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Functions | |
def | create_block (hashprev, coinbase, nTime=None) |
def | serialize_script_num (value) |
def | create_coinbase (height, pubkey=None) |
def | create_transaction (prevtx, n, sig, value) |
def test_framework.blocktools.create_block | ( | hashprev, | |
coinbase, | |||
nTime = None |
|||
) |
Definition at line 11 of file blocktools.py.
Referenced by bip68-112-113-p2p.BIP68_112_113Test.create_test_block(), bip9-softforks.BIP9SoftForksTest.generate_blocks(), invalidtxrequest.InvalidTxRequestTest.get_tests(), invalidblockrequest.InvalidBlockRequestTest.get_tests(), p2p-fullblocktest.FullBlockTest.next_block(), p2p-acceptblock.AcceptBlockTest.run_test(), p2p-versionbits-warning.VersionBitsWarningTest.send_blocks_with_version(), bip68-sequence.BIP68Test.test_bip68_not_consensus(), and bip68-sequence.BIP68Test.test_sequence_lock_unconfirmed_inputs().
def test_framework.blocktools.create_coinbase | ( | height, | |
pubkey = None |
|||
) |
Definition at line 43 of file blocktools.py.
Referenced by bip68-112-113-p2p.BIP68_112_113Test.create_test_block(), bip9-softforks.BIP9SoftForksTest.generate_blocks(), invalidtxrequest.InvalidTxRequestTest.get_tests(), invalidblockrequest.InvalidBlockRequestTest.get_tests(), p2p-fullblocktest.FullBlockTest.next_block(), p2p-acceptblock.AcceptBlockTest.run_test(), p2p-versionbits-warning.VersionBitsWarningTest.send_blocks_with_version(), bip68-sequence.BIP68Test.test_bip68_not_consensus(), and bip68-sequence.BIP68Test.test_sequence_lock_unconfirmed_inputs().
def test_framework.blocktools.create_transaction | ( | prevtx, | |
n, | |||
sig, | |||
value | |||
) |
Definition at line 61 of file blocktools.py.
def test_framework.blocktools.serialize_script_num | ( | value | ) |
Definition at line 25 of file blocktools.py.
Referenced by test_framework.blocktools.create_coinbase().