Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ModuleName is the module name constant used in many places ModuleName = "class" // StoreKey defines the primary module store key StoreKey = ModuleName )
Variables ¶
View Source
var ( ErrInvalidContractID = sdkerrors.Register(contractCodespace, 2, "invalid contractID") ErrContractNotExist = sdkerrors.Register(contractCodespace, 3, "contract does not exist") )
Functions ¶
func ValidateID ¶
ValidateID returns whether the contract id is valid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.