BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Functions | |
chain_id_type | get_egenesis_chain_id () |
void | compute_egenesis_json (std::string &result) |
fc::sha256 | get_egenesis_json_hash () |
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.
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.
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.