Skip to content

sgns::Blockchain::BlockchainCIDs

Public Functions

Name
bool hasGenesis() const
bool hasAccount(const std::string & address) const
bool hasAnyAccount() const
bool isCompleteFor(const std::string & address) const

Public Attributes

Name
std::optional< std::string > genesis_
std::unordered_map< std::string, std::string > account_creation_

Public Functions Documentation

function hasGenesis

inline bool hasGenesis() const

function hasAccount

inline bool hasAccount(
    const std::string & address
) const

function hasAnyAccount

inline bool hasAnyAccount() const

function isCompleteFor

inline bool isCompleteFor(
    const std::string & address
) const

Public Attributes Documentation

variable genesis_

std::optional< std::string > genesis_;

variable account_creation_

std::unordered_map< std::string, std::string > account_creation_;

Updated on 2026-03-04 at 13:10:43 -0800