Skip to content

Commit

Permalink
Add TBD creator stats for collection struct
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Feb 17, 2024
1 parent 2b57e2a commit 62a3cd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programs/mpl-asset/src/state/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ pub struct CollectionData {
pub owner: Pubkey, //32
pub name: String, //4
pub uri: String, //4
// TBD creator stats:
pub num_minted: u64,
pub num_migrated: u64,
pub current_size: u64,
}

0 comments on commit 62a3cd2

Please sign in to comment.