# README
nft
Non-Fungible Token
# Functions
DefaultGenesisState returns a default genesis state.
ExportGenesis returns a GenesisState for a given context and keeper.
InitGenesis sets nft information for genesis.
NewAppModule creates a new AppModule object.
NewHandler routes the messages to the handlers.
ValidateGenesis performs basic validation of nfts genesis data returning an error for any failed validation criteria.
# Structs
AppModule implements an application module for the NFT module.
AppModuleBasic defines the basic application module used by the NFT module.