Documentation ¶
Overview ¶
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/node/types ALIASGEN: github.com/sentinel-official/hub/x/node/keeper ALIASGEN: github.com/sentinel-official/hub/x/node/querier
Index ¶
- Constants
- Variables
- func EndBlock(ctx sdk.Context, k keeper.Keeper) []abci.ValidatorUpdate
- func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState
- func HandleRegister(ctx sdk.Context, k keeper.Keeper, msg types.MsgRegister) sdk.Result
- func HandleSetStatus(ctx sdk.Context, k keeper.Keeper, msg types.MsgSetStatus) sdk.Result
- func HandleUpdate(ctx sdk.Context, k keeper.Keeper, msg types.MsgUpdate) sdk.Result
- func InitGenesis(ctx sdk.Context, k keeper.Keeper, state types.GenesisState)
- func ValidateGenesis(state types.GenesisState) error
- type Category
- type GenesisState
- type Keeper
- type MsgRegister
- type MsgSetStatus
- type MsgUpdate
- type Node
- type Nodes
- type Params
- type QueryNodeParams
- type QueryNodesForProviderParams
- type QueryNodesParams
Constants ¶
View Source
const ( Codespace = types.Codespace EventTypeSet = types.EventTypeSet EventTypeUpdate = types.EventTypeUpdate EventTypeSetStatus = types.EventTypeSetStatus AttributeKeyProvider = types.AttributeKeyProvider AttributeKeyAddress = types.AttributeKeyAddress AttributeKeyStatus = types.AttributeKeyStatus ModuleName = types.ModuleName ParamsSubspace = types.ParamsSubspace QuerierRoute = types.QuerierRoute CategoryUnknown = types.CategoryUnknown DefaultInactiveDuration = types.DefaultInactiveDuration QueryNode = types.QueryNode QueryNodes = types.QueryNodes QueryNodesForProvider = types.QueryNodesForProvider )
Variables ¶
View Source
var ( // functions aliases RegisterCodec = types.RegisterCodec ErrorMarshal = types.ErrorMarshal ErrorUnmarshal = types.ErrorUnmarshal ErrorUnknownMsgType = types.ErrorUnknownMsgType ErrorUnknownQueryType = types.ErrorUnknownQueryType ErrorInvalidField = types.ErrorInvalidField ErrorProviderDoesNotExist = types.ErrorProviderDoesNotExist ErrorDuplicateNode = types.ErrorDuplicateNode ErrorNodeDoesNotExist = types.ErrorNodeDoesNotExist NewGenesisState = types.NewGenesisState DefaultGenesisState = types.DefaultGenesisState NodeKey = types.NodeKey GetNodeForProviderKeyPrefix = types.GetNodeForProviderKeyPrefix NodeForProviderKey = types.NodeForProviderKey GetActiveNodeAtKeyPrefix = types.GetActiveNodeAtKeyPrefix ActiveNodeAtKey = types.ActiveNodeAtKey NewMsgRegister = types.NewMsgRegister NewMsgUpdate = types.NewMsgUpdate NewMsgSetStatus = types.NewMsgSetStatus CategoryFromString = types.CategoryFromString NewParams = types.NewParams DefaultParams = types.DefaultParams ParamsKeyTable = types.ParamsKeyTable NewQueryNodeParams = types.NewQueryNodeParams NewQueryNodesParams = types.NewQueryNodesParams NewQueryNodesForProviderParams = types.NewQueryNodesForProviderParams NewKeeper = keeper.NewKeeper Querier = querier.Querier // variable aliases ModuleCdc = types.ModuleCdc RouterKey = types.RouterKey StoreKey = types.StoreKey EventModuleName = types.EventModuleName NodeKeyPrefix = types.NodeKeyPrefix NodeForProviderKeyPrefix = types.NodeForProviderKeyPrefix ActiveNodeAtKeyPrefix = types.ActiveNodeAtKeyPrefix KeyInactiveDuration = types.KeyInactiveDuration )
Functions ¶
func ExportGenesis ¶
func HandleRegister ¶
func HandleSetStatus ¶
func HandleUpdate ¶
func InitGenesis ¶
func ValidateGenesis ¶
func ValidateGenesis(state types.GenesisState) error
Types ¶
type GenesisState ¶
type GenesisState = types.GenesisState
type MsgRegister ¶
type MsgRegister = types.MsgRegister
type MsgSetStatus ¶
type MsgSetStatus = types.MsgSetStatus
type QueryNodeParams ¶
type QueryNodeParams = types.QueryNodeParams
type QueryNodesForProviderParams ¶
type QueryNodesForProviderParams = types.QueryNodesForProviderParams
type QueryNodesParams ¶
type QueryNodesParams = types.QueryNodesParams
Click to show internal directories.
Click to hide internal directories.