Documentation ¶
Overview ¶
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/deposit/types ALIASGEN: github.com/sentinel-official/hub/x/deposit/keeper ALIASGEN: github.com/sentinel-official/hub/x/deposit/querier
Index ¶
- Constants
- Variables
- func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState
- func InitGenesis(ctx sdk.Context, k keeper.Keeper, state types.GenesisState)
- func ValidateGenesis(state types.GenesisState) error
- type Deposit
- type Deposits
- type GenesisState
- type Keeper
- type QueryDepositParams
- type QueryDepositsParams
Constants ¶
View Source
const ( Codespace = types.Codespace ModuleName = types.ModuleName QuerierRoute = types.QuerierRoute QueryDeposit = types.QueryDeposit QueryDeposits = types.QueryDeposits )
Variables ¶
View Source
var ( // functions aliases RegisterCodec = types.RegisterCodec ErrorMarshal = types.ErrorMarshal ErrorUnmarshal = types.ErrorUnmarshal ErrorUnknownQueryType = types.ErrorUnknownQueryType ErrorInsufficientDepositFunds = types.ErrorInsufficientDepositFunds ErrorDepositDoesNotExist = types.ErrorDepositDoesNotExist NewGenesisState = types.NewGenesisState DefaultGenesisState = types.DefaultGenesisState DepositKey = types.DepositKey NewQueryDepositParams = types.NewQueryDepositParams NewQueryDepositsParams = types.NewQueryDepositsParams NewKeeper = keeper.NewKeeper CreateTestInput = keeper.CreateTestInput MakeTestCodec = keeper.MakeTestCodec Querier = querier.Querier // variable aliases ModuleCdc = types.ModuleCdc RouterKey = types.RouterKey StoreKey = types.StoreKey EventModuleName = types.EventModuleName DepositKeyPrefix = types.DepositKeyPrefix )
Functions ¶
func ExportGenesis ¶
func InitGenesis ¶
func ValidateGenesis ¶
func ValidateGenesis(state types.GenesisState) error
Types ¶
type GenesisState ¶
type GenesisState = types.GenesisState
type QueryDepositParams ¶ added in v0.3.0
type QueryDepositParams = types.QueryDepositParams
type QueryDepositsParams ¶ added in v0.3.0
type QueryDepositsParams = types.QueryDepositsParams
Click to show internal directories.
Click to hide internal directories.