BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Functions
graphene::egenesis Namespace Reference

Functions

chain_id_type get_egenesis_chain_id ()
 
void compute_egenesis_json (std::string &result)
 
fc::sha256 get_egenesis_json_hash ()
 

Function Documentation

◆ compute_egenesis_json()

void graphene::egenesis::compute_egenesis_json ( std::string &  result)

Get the egenesis JSON, or the empty string if none was compiled in.

Definition at line 38 of file egenesis_none.cpp.

◆ get_egenesis_chain_id()

graphene::chain::chain_id_type graphene::egenesis::get_egenesis_chain_id ( )

Get the chain ID of the built-in egenesis, or chain_id_type() if none was compiled in.

Definition at line 33 of file egenesis_none.cpp.

◆ get_egenesis_json_hash()

fc::sha256 graphene::egenesis::get_egenesis_json_hash ( )

The file returned by compute_egenesis_json() should have this hash.

Definition at line 43 of file egenesis_none.cpp.