Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::GenericFarm< PoW >::SealerDescriptor Struct Reference

#include <GenericFarm.h>

Public Attributes

std::function< unsigned()> instances
 
std::function< Miner *(typename Miner::ConstructionInfo ci)> create
 

Detailed Description

template<class PoW>
struct dev::eth::GenericFarm< PoW >::SealerDescriptor

Definition at line 52 of file GenericFarm.h.

Member Data Documentation

◆ create

template<class PoW >
std::function<Miner*(typename Miner::ConstructionInfo ci)> dev::eth::GenericFarm< PoW >::SealerDescriptor::create

Definition at line 55 of file GenericFarm.h.

◆ instances

template<class PoW >
std::function<unsigned()> dev::eth::GenericFarm< PoW >::SealerDescriptor::instances

Definition at line 54 of file GenericFarm.h.


The documentation for this struct was generated from the following file: