ArgsManager::GetChainTypeString

Returns the appropriate chain type string from the program arguments.

Synopsis

Declared in <common/args.h>

[[requires_capability(0x7f2e381ae268)]]
std::string
GetChainTypeString() const;

Return Value

ChainType::MAIN string by default; raises runtime error if an invalid combination is given.