package
0.13.5
Repository: https://github.com/certikfoundation/shentu.git
Documentation: pkg.go.dev

# Functions

AbiStoreKey returns the kv-store key for the contract's code ABI key.
AddressMetaStoreKey returns the kv-store key for the address-metahash key.
BlockHashStoreKey returns the kv-store key for the chain's block hashes.
CodeStoreKey returns the kv-store key for the contract's storage key.
DefaultGenesisState creates a default GenesisState object.
ErrCodedError wraps execution CodedError into sdk Error.
metaHashStoreKey returns the kv-store key for the metahash key.
NewCVMCode returns a new CVM code instance.
NewGenesisState creates a new GenesisState object.
NewMsgCall returns a new CVM call message.
NewMsgDeploy returns a new CVM deploy message.
NewParams creates a new Params object.
ParamKeyTable for auth module.
RegisterCodec registers concrete types on the Amino codec.
StorageStoreKey returns the kv-store key for the contract's storage key.
ValidateGenesis validates cvm genesis data.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
BurrowErrorCodeStart is the default sdk code type.
CVM code types.
CVM code types.
Default parameter values.
DefaultParamspace is the default name for parameter store.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModuleName is the name of the staking module.
QuerierRoute is the querier route for the staking module.
querier keys.
querier keys.
querier keys.
querier keys.
querier keys.
querier keys.
RouterKey is the msg router key for the staking module.
StoreKey is the string store representation.

# Variables

AbiStoreKeyPrefix is the prefix of code ABI kv-store keys.
AddressMetaHashStoreKeyPrefix is the prefix of contract metadata hash kv-store keys.
BlockHashStoreKeyPrefix is the prefix of block hash kv-store keys.
CodeStoreKeyPrefix is the prefix of code kv-store keys.
MetaHashStoreKeyPrefix is the prefix of contract metadata hash kv-store keys.
ModuleCdc defines the cvm codec.
Parameter keys.
StorageStoreKeyPrefix is the prefix of CVM storage kv-store keys.

# Structs

No description provided by the author
No description provided by the author
CVMCode defines the data structure of code in CVM.
GenesisState is a cvm genesis state.
No description provided by the author
MsgCall is the CVM call message.
MsgDeploy is the CVM deploy message.
Params defines the parameters for the cvm module.
QueryResAbi is the query result payload for a contract code ABI query.
QueryResAbi is the query result payload for a contract code ABI query.
QueryResCode is the query result payload for a contract code query.
QueryResAbi is the query result payload for a contract code ABI query.
QueryResStorage is the query result payload for a storage query.
QueryResView is the query result payload for a storage query.
No description provided by the author

# Interfaces

AccountKeeper defines the expected account keeper (noalias).
BankKeeper defines the expected bank keeper (noalias).
CertKeeper defines the expected cert keeper (noalias).
DistributionKeeper defines the expected distribution keeper (noalias).
No description provided by the author

# Type aliases

CVMCodeType is the type for code in CVM.