genesis method Null safety
Gets the genesis information.
Throws an AlgorandException
if there is an HTTP error.
Returns the entire genesis file in json.
Implementation
Future<String> genesis() async {
return await _nodeRepository.genesis();
}
Gets the genesis information.
Throws an AlgorandException
if there is an HTTP error.
Returns the entire genesis file in json.
Future<String> genesis() async {
return await _nodeRepository.genesis();
}