Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 v0.1.1 Nov 25, 2021 Changes in this version + const MemStoreKey + const ModuleName + const StoreKey + var ErrCapabilityNotOwned = types.ErrCapabilityNotOwned + var ErrCapabilityTaken = types.ErrCapabilityTaken + var ErrOwnerClaimed = types.ErrOwnerClaimed + var FwdCapabilityKey = types.FwdCapabilityKey + var KeyIndex = types.KeyIndex + var KeyPrefixIndexCapability = types.KeyPrefixIndexCapability + var NewCapability = types.NewCapability + var NewCapabilityOwners = types.NewCapabilityOwners + var NewKeeper = keeper.NewKeeper + var NewOwner = types.NewOwner + var RegisterCodec = types.RegisterCodec + var RevCapabilityKey = types.RevCapabilityKey + func InitGenesis(ctx sdk.Context, k Keeper, genState GenesisState) + type AppModule struct + func NewAppModule(cdc codec.Marshaler, keeper Keeper) AppModule + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) QuerierRoute() string + func (AppModule) RandomizedParams(r *rand.Rand) []simtypes.ParamChange + func (AppModule) Route() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONMarshaler) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONMarshaler, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) Name() string + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func NewAppModuleBasic(cdc codec.Marshaler) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONMarshaler) json.RawMessage + func (AppModuleBasic) GetQueryCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONMarshaler, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd(_ context.CLIContext) *cobra.Command + func (a AppModuleBasic) RegisterRESTRoutes(_ context.CLIContext, _ *mux.Router) + type Capability = types.Capability + type GenesisOwners = types.GenesisOwners + type GenesisState = types.GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + type Keeper = keeper.Keeper + type Owners = types.CapabilityOwners + type ScopedKeeper = keeper.ScopedKeeper