essential_node_api::endpoint::query_state

Function handler

source
pub async fn handler(
    __arg0: State<State>,
    __arg1: Path<(String, String)>,
) -> Result<Json<Option<Value>>, Error>