Structs

This struct is used to store the approved NFTs (approved to publish)

Holds the hash of the metadata

NFTHolder : an amount and a token_id which identifies an NFT

Metadata of the NFT, including name, uri, checksum, price and comission

This struct is used to store publish requests

a simple wrapper for a set of u64

Constants

Hash-len of the metadata, its blake2b so it would be 32 bytes

Traits

Converts the given object to String, Its used to convert the AccountHash to base16 encoded string

Converts the given Strign to the type, used to convert hex encoded string to accounthash