Documentation
¶
Index ¶
Constants ¶
View Source
const ( Codespace = types.Codespace StoreKey = types.StoreKey QuerierRoute = types.QuerierRoute QueryDepositOfAddress = querier.QueryDepositOfAddress QueryAllDeposits = querier.QueryAllDeposits )
Variables ¶
View Source
var ( NewGenesisState = types.NewGenesisState DefaultGenesisState = types.DefaultGenesisState DepositKeyPrefix = types.DepositKeyPrefix DepositKey = types.DepositKey NewKeeper = keeper.NewKeeper NewQueryDepositOfAddressParams = querier.NewQueryDepositOfAddressParams NewQuerier = querier.NewQuerier )
nolint: gochecknoglobals
Functions ¶
func ExportGenesis ¶
func ExportGenesis(ctx sdk.Context, k Keeper) types.GenesisState
func InitGenesis ¶
func InitGenesis(ctx sdk.Context, k Keeper, data types.GenesisState)
func ValidateGenesis ¶
func ValidateGenesis(data types.GenesisState) error
Types ¶
type GenesisState ¶
type GenesisState = types.GenesisState
type QueryDepositOfAddressPrams ¶
type QueryDepositOfAddressPrams = querier.QueryDepositOfAddressPrams
Click to show internal directories.
Click to hide internal directories.