Consider is
operator to check variant of datatypes
#422
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: marc0olo
as discussed in chat.
given
datatype metadata = MetadataIdentifier(string) | MetadataMap(map(string, string))
it could be helpful to easily check if a value is of variantMetadataIdentifier
orMetadataMap
Created by: marc0olo
the discussion popped up when implementing these lines of code which could be replaced with a
require
then:e4d8190519/contracts/CollectionTemplateEditionNFTs.aes (L174)