CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
23 namespace catapult {
namespace harvesting {
struct HarvestingConfiguration; } }
25 namespace catapult {
namespace harvesting {
#define CATAPULT_THROW_AND_LOG_0(TYPE, MESSAGE)
Macro used to throw a catapult exception with zero parameters.
Definition: exceptions.h:146
Harvesting configuration settings.
Definition: HarvestingConfiguration.h:30
std::string Beneficiary
Public key of the account receiving part of the harvested fee.
Definition: HarvestingConfiguration.h:42
bool IsValidKeyString(const std::string &str)
Returns true if str represents a valid public key, false otherwise.
Definition: KeyUtils.cpp:39
Definition: AddressExtractionExtension.cpp:28
void ValidateHarvestingConfiguration(const HarvestingConfiguration &config)
Validates config and throws an exception if it is invalid.
Definition: ValidateHarvestingConfiguration.cpp:35