Browse Source

chore: remove unused structure

thesimplekid 11 tháng trước cách đây
mục cha
commit
0f08bd43bb
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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 {