Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDebugger ¶
NewDebugger returns query handler for module debug
Types ¶
type Keeper ¶
type Keeper struct { StopFunc func() // contains filtered or unexported fields }
keeper of debug module
func NewDebugKeeper ¶
func NewDebugKeeper(cdc *codec.Codec, storeKey sdk.StoreKey, orderKeeper types.OrderKeeper, stakingKeeper types.StakingKeeper, crisisKeeper types.CrisisKeeper, feePoolModuleName string, stop func()) Keeper
Click to show internal directories.
Click to hide internal directories.