Documentation ¶
Index ¶
- Variables
- func MakeCodec() *amino.Codec
- func NewDefaultGenesisState() types.GenesisState
- func RegisterCodec(cdc *amino.Codec)
- type QOSApp
- func (app *QOSApp) AssertInvariants(ctx context.Context)
- func (app *QOSApp) BeginBlocker(ctx context.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock
- func (app *QOSApp) EndBlocker(ctx context.Context, req abci.RequestEndBlock) abci.ResponseEndBlock
- func (app *QOSApp) ExportAppStates(forZeroHeight bool) (appState json.RawMessage, err error)
- func (app *QOSApp) GasHandler(ctx context.Context, payer btypes.AccAddress) (gasUsed uint64, err btypes.Error)
- func (app *QOSApp) InitChainer(ctx context.Context, req abci.RequestInitChain) (res abci.ResponseInitChain)
- func (app *QOSApp) RegisterHooksMapper(mhs map[string]types.MapperWithHooks)
- func (app *QOSApp) RegisterInvarRoute(module string, route string, invar types.Invariant)
- func (app *QOSApp) RegisterQueryRoute(module string, query types.Querier)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ModuleBasics = types.NewBasicManager( approve.AppModuleBasic{}, distribution.AppModuleBasic{}, gov.AppModuleBasic{}, guardian.AppModuleBasic{}, mint.AppModuleBasic{}, params.AppModuleBasic{}, qcp.AppModuleBasic{}, qsc.AppModuleBasic{}, stake.AppModuleBasic{}, bank.AppModuleBasic{}, ) )
Functions ¶
func NewDefaultGenesisState ¶ added in v0.0.4
func NewDefaultGenesisState() types.GenesisState
func RegisterCodec ¶
Types ¶
type QOSApp ¶
func (*QOSApp) AssertInvariants ¶ added in v0.0.6
func (*QOSApp) BeginBlocker ¶ added in v0.0.6
func (app *QOSApp) BeginBlocker(ctx context.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock
func (*QOSApp) EndBlocker ¶ added in v0.0.6
func (app *QOSApp) EndBlocker(ctx context.Context, req abci.RequestEndBlock) abci.ResponseEndBlock
func (*QOSApp) ExportAppStates ¶ added in v0.0.4
func (app *QOSApp) ExportAppStates(forZeroHeight bool) (appState json.RawMessage, err error)
func (*QOSApp) GasHandler ¶ added in v0.0.6
func (app *QOSApp) GasHandler(ctx context.Context, payer btypes.AccAddress) (gasUsed uint64, err btypes.Error)
gas
func (*QOSApp) InitChainer ¶ added in v0.0.6
func (app *QOSApp) InitChainer(ctx context.Context, req abci.RequestInitChain) (res abci.ResponseInitChain)
func (*QOSApp) RegisterHooksMapper ¶ added in v0.0.6
func (app *QOSApp) RegisterHooksMapper(mhs map[string]types.MapperWithHooks)
func (*QOSApp) RegisterInvarRoute ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.