package
1.0.0
Repository: https://github.com/coreumfoundation/coreum.git
Documentation: pkg.go.dev

# Functions

FreezingInvariant checks that all frozen NFTs have counterpart on the original Cosmos SDK NFT module.
NewKeeper creates a new instance of the Keeper.
NewMsgServer returns a new instance of the MsgServer.
NewQueryService initiates the new instance of query service.
OriginalClassExistsInvariant checks that all the registered Classes have counterpart on the original Cosmos SDK NFT module.
RegisterInvariants registers the bank module invariants.

# Constants

# Structs

Keeper is the asset module non-fungible token nftKeeper.
MsgServer serves grpc tx requests for assets module.
QueryService serves grpc query requests for assetsnft module.

# Interfaces

MsgKeeper defines subscope of keeper methods required by msg service.
ParamSubspace represents a subscope of methods exposed by param module to store and retrieve parameters.
QueryKeeper defines subscope of keeper methods required by query service.