Expand description
Implementation of the IBC Non-Fungible Token Transfer (ICS-721) application logic.
Modulesยง
- context
- Defines the required context traits for ICS-721 to interact with host machine.
- handler
- Implements IBC handlers responsible for processing Non-Fungible Token Transfers (ICS-721) messages.
- module
- Provides IBC module callbacks implementation for the ICS-721 transfer.
- types
- Re-exports the implementation of the IBC Non-Fungible Token Transfer (ICS-721) data structures.