Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(db db.Database, codec *codec.Codec, txDec cmtypes.TxDecoder, accKeeper auth.AccountKeeper, stkKeeper staking.Keeper, suppKeeper supply.Keeper, distrKeeper distribution.Keeper) Controller
func (*Controller) ExecuteTxn ¶
func (ctrl *Controller) ExecuteTxn() error
func (*Controller) GetHighestBlockInDB ¶
func (ctrl *Controller) GetHighestBlockInDB() (int64, error)
func (*Controller) ProcessingIndex ¶
func (*Controller) SetSimApp ¶
func (ctrl *Controller) SetSimApp(gs simapp.GenesisState)
Click to show internal directories.
Click to hide internal directories.