Skip to content

Commit

Permalink
Remove unused struct KeypairData
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Oct 17, 2024
1 parent 253d8c5 commit 854cf75
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crates/iota/src/keytool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,6 @@ pub struct ExportedKey {
key: Key,
}

#[derive(Serialize)]
#[serde(rename_all = "camelCase")]
pub struct KeypairData {
account_keypair: String,
network_keypair: Option<String>,
worker_keypair: Option<String>,
key_scheme: String,
}

#[derive(Serialize)]
#[serde(rename_all = "camelCase")]
pub struct MultiSigAddress {
Expand Down

0 comments on commit 854cf75

Please sign in to comment.