Crate frc53_nft

Crate frc53_nft 

Source
Expand description

This acts as the reference library for FRC53. While remaining complaint with the spec, this library is opinionated in its batching, minting and storage strategies to optimize for common usage patterns.

For example, write operations are generally optimised over read operations as on-chain state can be read by direct inspection (rather than via an actor call) in many cases.

Modules§

receiver
state
Abstraction of the on-chain state related to NFT accounting
types
Interfaces and types for the frc53 NFT standard
util

Structs§

NFT
A helper handle for NFTState that injects services into the state-level operations.

Enums§

NFTError

Type Aliases§

Result