Browse Source

chore: remove unused structure

thesimplekid 9 months ago
parent
commit
0f08bd43bb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      crates/cdk/src/types.rs

+ 0 - 6
crates/cdk/src/types.rs

@@ -7,12 +7,6 @@ use crate::nuts::{CurrencyUnit, Proofs};
 use crate::url::UncheckedUrl;
 use crate::Amount;
 
-#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
-pub struct ProofsStatus {
-    pub spendable: Proofs,
-    pub spent: Proofs,
-}
-
 /// Melt response with proofs
 #[derive(Debug, Clone, Default, PartialEq, Eq, Serialize, Deserialize)]
 pub struct Melted {