Add count to move, fix tests

This commit is contained in:
Paul Hauner
2022-08-25 16:42:55 +10:00
parent 1f8f12541b
commit be8463770f
4 changed files with 172 additions and 61 deletions

View File

@@ -28,7 +28,7 @@ pub struct ListKeystoresResponse {
pub data: Vec<SingleKeystoreResponse>,
}
#[derive(Debug, Deserialize, Serialize, PartialEq)]
#[derive(Debug, Deserialize, Serialize, PartialEq, Eq, Hash)]
pub struct SingleKeystoreResponse {
pub validating_pubkey: PublicKeyBytes,
pub derivation_path: Option<String>,