Skip to content

Commit

Permalink
fix(ark-metadata): add save_images property
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Jun 21, 2024
1 parent 81911f1 commit 5bfc24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ark-metadata/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub struct TokenWithoutMetadata {
pub token_id: String,
pub chain_id: String,
pub is_verified: bool,
pub save_images: bool,
}

#[derive(Debug, Default, Deserialize, Serialize, Clone)]
Expand Down

0 comments on commit 5bfc24f

Please sign in to comment.