Skip to content

Commit

Permalink
ChildInscriptionRecursive deleted in favor of RelativeInscriptionRecu…
Browse files Browse the repository at this point in the history
…rsive
  • Loading branch information
cryptoni9n committed Feb 16, 2025
1 parent 02ad572 commit cb836bd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,19 +138,6 @@ pub struct InscriptionRecursive {
pub address: Option<String>,
}

#[derive(Debug, PartialEq, Serialize, Deserialize)]
pub struct ChildInscriptionRecursive {
pub charms: Vec<Charm>,
pub fee: u64,
pub height: u32,
pub id: InscriptionId,
pub number: i32,
pub output: OutPoint,
pub sat: Option<ordinals::Sat>,
pub satpoint: SatPoint,
pub timestamp: i64,
}

#[derive(Debug, PartialEq, Serialize, Deserialize)]
pub struct RelativeInscriptionRecursive {
pub charms: Vec<Charm>,
Expand Down

0 comments on commit cb836bd

Please sign in to comment.