feat(network): scaffold local state query server (#280)
This commit is contained in:
parent
eace470b4f
commit
fb1cc54b0c
9 changed files with 656 additions and 64 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue