mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 05:06:14 +01:00
chore: remove unused
This commit is contained in:
@@ -7,7 +7,6 @@ use std::str::FromStr;
|
||||
use bip32::{DerivationPath, XPrv};
|
||||
use bip39::Mnemonic;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::{serde_as, VecSkipError};
|
||||
|
||||
use super::{Id, KeySet};
|
||||
use crate::error::Error;
|
||||
@@ -144,10 +143,8 @@ impl Keys {
|
||||
}
|
||||
|
||||
/// Mint Public Keys [NUT-01]
|
||||
#[serde_as]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct KeysResponse {
|
||||
// #[serde_as(as = "VecSkipError<_>")]
|
||||
pub keysets: Vec<KeySet>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user