Skip to content

Commit

Permalink
Adding DataBlob trait.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 17, 2024
1 parent 49c2748 commit e77c53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programs/mpl-asset/src/utils.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pub trait DataBlob {
fn get_initial_size() -> usize;
fn get_size(&self) -> usize;
}

0 comments on commit e77c53c

Please sign in to comment.