Documentation ¶
Index ¶
Constants ¶
View Source
const MinSelfDelegation = "50000000000000000000000"
Variables ¶
View Source
var (
ErrAdminOnly = errors.New("sender has no admin tokens")
)
Functions ¶
This section is empty.
Types ¶
type MinSelfDelegationDecorator ¶
type MinSelfDelegationDecorator struct{}
func NewMinSelfDelegationDecorator ¶
func NewMinSelfDelegationDecorator() *MinSelfDelegationDecorator
func (*MinSelfDelegationDecorator) AnteHandle ¶
type OnlyAdminVerifyInvariantDecorator ¶ added in v1.2.3
type OnlyAdminVerifyInvariantDecorator struct {
// contains filtered or unexported fields
}
func NewOnlyAdminVerifyInvariantDecorator ¶ added in v1.2.3
func NewOnlyAdminVerifyInvariantDecorator(bankKeeper bankkeeper.ViewKeeper) *OnlyAdminVerifyInvariantDecorator
func (*OnlyAdminVerifyInvariantDecorator) AnteHandle ¶ added in v1.2.3
Click to show internal directories.
Click to hide internal directories.