#include <BlockChainHelper.h>
Definition at line 112 of file BlockChainHelper.h.
dev::test::TestBlockChain::TestBlockChain |
( |
| ) |
|
|
inline |
dev::test::TestBlockChain::TestBlockChain |
( |
TestBlock const & |
_genesisBlock | ) |
|
bool dev::test::TestBlockChain::addBlock |
( |
TestBlock const & |
_block | ) |
|
AccountMap dev::test::TestBlockChain::defaultAccountMap |
( |
| ) |
|
|
static |
TestBlock dev::test::TestBlockChain::defaultGenesisBlock |
( |
u256 const & |
_gasLimit = DefaultBlockGasLimit | ) |
|
|
static |
BlockChain const& dev::test::TestBlockChain::interface |
( |
| ) |
const |
|
inline |
BlockChain& dev::test::TestBlockChain::interfaceUnsafe |
( |
| ) |
const |
|
inline |
void dev::test::TestBlockChain::reset |
( |
TestBlock const & |
_genesisBlock | ) |
|
vector< TestBlock > dev::test::TestBlockChain::syncUncles |
( |
vector< TestBlock > const & |
_uncles | ) |
|
TestBlock const& dev::test::TestBlockChain::testGenesis |
( |
| ) |
const |
|
inline |
TestBlock const& dev::test::TestBlockChain::topBlock |
( |
| ) |
|
|
inline |
std::unique_ptr<BlockChain> dev::test::TestBlockChain::m_blockChain |
|
private |
TestBlock dev::test::TestBlockChain::m_genesisBlock |
|
private |
TestBlock dev::test::TestBlockChain::m_lastBlock |
|
private |
The documentation for this class was generated from the following files: