Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "contract" StoreKey = ModuleName )
Variables ¶
View Source
var ( ErrInvalidContractID = sdkerrors.Register(ModuleName, 1, "invalid contractID") ErrContractNotExist = sdkerrors.Register(ModuleName, 2, "contract does not exist") )
View Source
var ( LastContractCountStoreKeyPrefix = []byte{0x01} ContractIDStoreKeyPrefix = []byte{0x02} )
Functions ¶
func ContractIDStoreKey ¶
func LastContractCountStoreKey ¶
func LastContractCountStoreKey() []byte
Types ¶
type ContractMsg ¶
Click to show internal directories.
Click to hide internal directories.