Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
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

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

Definition at line 55 of file GenericFarm.h.

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: