Module nft

Module nft 

Expand description

The NFT type. NFT-related types and operations.

Structs§

Mint
A verifiable type to create or transfer an NFT.

Enums§

Operation
Represents operations that can be performed with NFTs.

Functions§

credits_of_addresses_for_mints
Transform a list of (potentially duplicated) Address into Credits

Type Aliases§

Credits
A list of addresses and the set of NFTs credited to each one.
SignedMint
A signed NFT operation message.