massa
massa copied to clipboard
Add network status in API
In the get_status command of the API, we could query the state of the network, e.g
enum NetworkStatus {
BeforeGenesis,
InDowntime,
Running
...
}