Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthKeeper ¶
type AuthKeeper struct {
// contains filtered or unexported fields
}
func NewAuthKeeper ¶
func (AuthKeeper) GetNumTxs ¶ added in v1.5.28
func (ak AuthKeeper) GetNumTxs(ctx types.Context) int64
func (AuthKeeper) GetParams ¶
func (ak AuthKeeper) GetParams(ctx types.Context) (params auth_types.Params)
GetParams gets the auth module's parameters.
func (AuthKeeper) SetNumTxs ¶ added in v1.5.28
func (ak AuthKeeper) SetNumTxs(ctx types.Context)
func (AuthKeeper) SetParams ¶
func (ak AuthKeeper) SetParams(ctx types.Context, params auth_types.Params)
Click to show internal directories.
Click to hide internal directories.