Skip to content

Commit

Permalink
Correct errorneous metadata field type
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhils9 committed Sep 11, 2023
1 parent c919868 commit 4724e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cip68_nfts/types.ak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub type StoreAction {

// Datum type
pub type MetaDatum {
metadata: Dict<ByteArray, ByteArray>,
metadata: Dict<ByteArray, Data>,
version: Int,
extra: Data,
extra: ByteArray,
}

0 comments on commit 4724e4a

Please sign in to comment.