Skip to content
Snippets Groups Projects
Commit 22430664 authored by DeathwingTheBoss's avatar DeathwingTheBoss
Browse files

Update response

parent c92405d4
No related branches found
No related tags found
No related merge requests found
...@@ -89,9 +89,9 @@ enum Endpoints { ...@@ -89,9 +89,9 @@ enum Endpoints {
} }
struct APICallResponse { struct APICallResponse {
id: u32,
jsonrpc: String, jsonrpc: String,
result: Value, result: Value,
id: u32,
cached: bool, cached: bool,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment