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¶
Developer payout address.
variable Cut¶
Developer or peer cut encoded as a string.
variable TokenValueInGNUS¶
Conversion rate used for child-token.
variable TokenID¶
Child token identifier configured for this node.
variable BaseWritePath¶
Base directory for node databases, logs, and account storage.
Updated on 2026-06-05 at 17:22:18 -0700