feat(network): scaffold local state query server (#280)

This commit is contained in:
Harper 2023-10-26 19:02:11 +01:00 committed by GitHub
parent eace470b4f
commit fb1cc54b0c
9 changed files with 656 additions and 64 deletions

View file

@ -9,7 +9,7 @@ async fn do_localstate_query(client: &mut NodeClient) {
let result = client
.statequery()
.query(localstate::queries::RequestV10::GetSystemStart)
.query(localstate::queries::Request::GetSystemStart)
.await
.unwrap();