Module

RMRK.Primitives.NFT

Package
purescript-rmrk-parser
Repository
rmrk-team/purescript-rmrk-parser

#NFTBaseFields Source

type NFTBaseFields :: Row Typetype NFTBaseFields = (collection :: String, metadata :: String, sn :: String, symbol :: String, transferable :: TransferableState)

#nftbase Source

#Minted Source

type Minted :: Row Type -> Typetype Minted a = { block :: BlockNr | a }