ソースを参照

chore: remove unused structure

thesimplekid 11 ヶ月 前
コミット
0f08bd43bb
1 ファイル変更0 行追加6 行削除
  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 {