massa icon indicating copy to clipboard operation
massa copied to clipboard

Add network status in API

Open Leo-Besancon opened this issue 1 year ago • 0 comments

In the get_status command of the API, we could query the state of the network, e.g

enum NetworkStatus {
    BeforeGenesis,
    InDowntime,
    Running
    ...
}

Leo-Besancon avatar Jun 27 '23 15:06 Leo-Besancon