소스 검색

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 {