Documentation ¶
Index ¶
- Variables
- func MakeCodec() *codec.Codec
- type App
- func (a *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock
- func (a *App) Codec() *codec.Codec
- func (a *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock
- func (a *App) ExportAppStateAndValidators(zeroHeight bool, jailWhitelist []string) (json.RawMessage, []tm.GenesisValidator, error)
- func (a *App) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain
- func (a *App) LoadHeight(height int64) error
- func (a *App) ModuleAccountAddrs() map[string]bool
- func (a *App) ModuleAccountAddrsBlackList() map[string]bool
- func (a *App) ModuleAccountAddrsWhiteList() map[string]bool
- func (a *App) ModuleAccountsPermissions() map[string][]string
- func (a *App) SimulationManager() *module.SimulationManager
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultNodeHome = os.ExpandEnv("${HOME}/.sentinelhubd") DefaultCLIHome = os.ExpandEnv("${HOME}/.sentinelhubcli") ModuleBasics = module.NewBasicManager( auth.AppModuleBasic{}, bank.AppModuleBasic{}, crisis.AppModuleBasic{}, distribution.AppModuleBasic{}, evidence.AppModuleBasic{}, genutil.AppModuleBasic{}, gov.NewAppModuleBasic( distribution.ProposalHandler, paramsclient.ProposalHandler, upgradeclient.ProposalHandler, ), mint.AppModuleBasic{}, params.AppModuleBasic{}, slashing.AppModuleBasic{}, staking.AppModuleBasic{}, supply.AppModuleBasic{}, upgrade.AppModuleBasic{}, swap.AppModuleBasic{}, vpn.AppModuleBasic{}, ) )
Functions ¶
Types ¶
type App ¶
func (*App) BeginBlocker ¶
func (a *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock
func (*App) EndBlocker ¶
func (a *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock
func (*App) ExportAppStateAndValidators ¶
func (a *App) ExportAppStateAndValidators(zeroHeight bool, jailWhitelist []string) (json.RawMessage, []tm.GenesisValidator, error)
func (*App) InitChainer ¶
func (a *App) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abci.ResponseInitChain
func (*App) LoadHeight ¶
func (*App) ModuleAccountAddrs ¶ added in v0.4.0
func (*App) ModuleAccountAddrsBlackList ¶ added in v0.4.0
func (*App) ModuleAccountAddrsWhiteList ¶ added in v0.4.0
func (*App) ModuleAccountsPermissions ¶ added in v0.4.0
func (*App) SimulationManager ¶ added in v0.4.0
func (a *App) SimulationManager() *module.SimulationManager
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
x
|
|
deposit
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
|
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 |
node
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
|
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 |
plan
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/plan/types ALIASGEN: github.com/sentinel-official/hub/x/plan/keeper ALIASGEN: github.com/sentinel-official/hub/x/plan/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/plan/types ALIASGEN: github.com/sentinel-official/hub/x/plan/keeper ALIASGEN: github.com/sentinel-official/hub/x/plan/querier |
provider
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/provider/types ALIASGEN: github.com/sentinel-official/hub/x/provider/keeper ALIASGEN: github.com/sentinel-official/hub/x/provider/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/provider/types ALIASGEN: github.com/sentinel-official/hub/x/provider/keeper ALIASGEN: github.com/sentinel-official/hub/x/provider/querier |
session
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/session/types ALIASGEN: github.com/sentinel-official/hub/x/session/keeper ALIASGEN: github.com/sentinel-official/hub/x/session/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/session/types ALIASGEN: github.com/sentinel-official/hub/x/session/keeper ALIASGEN: github.com/sentinel-official/hub/x/session/querier |
subscription
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/subscription/types ALIASGEN: github.com/sentinel-official/hub/x/subscription/keeper ALIASGEN: github.com/sentinel-official/hub/x/subscription/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/subscription/types ALIASGEN: github.com/sentinel-official/hub/x/subscription/keeper ALIASGEN: github.com/sentinel-official/hub/x/subscription/querier |
swap
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/swap/types ALIASGEN: github.com/sentinel-official/hub/x/swap/keeper ALIASGEN: github.com/sentinel-official/hub/x/swap/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/swap/types ALIASGEN: github.com/sentinel-official/hub/x/swap/keeper ALIASGEN: github.com/sentinel-official/hub/x/swap/querier |
vpn
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/vpn/types ALIASGEN: github.com/sentinel-official/hub/x/vpn/keeper ALIASGEN: github.com/sentinel-official/hub/x/vpn/querier
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/sentinel-official/hub/x/vpn/types ALIASGEN: github.com/sentinel-official/hub/x/vpn/keeper ALIASGEN: github.com/sentinel-official/hub/x/vpn/querier |
Click to show internal directories.
Click to hide internal directories.