Skip to content

DevConfig

Runtime configuration values used to bootstrap a Genius node instance.

#include <GeniusNode.hpp>

Public Attributes

Name
std::string Addr
Developer payout address.
std::string Cut
Developer or peer cut encoded as a string.
std::string TokenValueInGNUS
Conversion rate used for child-token.
sgns::TokenID TokenID
Child token identifier configured for this node.
std::string BaseWritePath
Base directory for node databases, logs, and account storage.

Public Attributes Documentation

variable Addr

std::string Addr;

Developer payout address.

variable Cut

std::string Cut;

Developer or peer cut encoded as a string.

variable TokenValueInGNUS

std::string TokenValueInGNUS;

Conversion rate used for child-token.

variable TokenID

sgns::TokenID TokenID;

Child token identifier configured for this node.

variable BaseWritePath

std::string BaseWritePath;

Base directory for node databases, logs, and account storage.


Updated on 2026-06-05 at 17:22:18 -0700