Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RejectDelegateVolunteerValidatorDecorator ¶
type RejectDelegateVolunteerValidatorDecorator struct {
// contains filtered or unexported fields
}
func NewRejectDelegateVolunteerValidatorDecorator ¶
func NewRejectDelegateVolunteerValidatorDecorator(vk VolunteerKeeper) RejectDelegateVolunteerValidatorDecorator
func (RejectDelegateVolunteerValidatorDecorator) AnteHandle ¶
type VolunteerKeeper ¶
type VolunteerKeeper interface {
GetVolunteerValidator(ctx sdk.Context, valAddress sdk.ValAddress) (types.VolunteerValidator, bool)
}
Click to show internal directories.
Click to hide internal directories.