Finish custom JSON response handler

This commit is contained in:
Paul Hauner
2021-09-24 09:51:35 +10:00
parent cb5e33d53c
commit 95e9407cd9
2 changed files with 23 additions and 35 deletions

View File

@@ -17,7 +17,7 @@ pub enum Error {
Json(serde_json::Error),
ServerMessage(String),
Eip155Error,
NoResultField,
NoResultOrError,
}
impl From<reqwest::Error> for Error {