Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
GetSigningInfo(height int64, consAddr sdk.ConsAddress) (slashingtypes.ValidatorSigningInfo, error)
GetSigningInfos(height int64) ([]slashingtypes.ValidatorSigningInfo, error)
GetParams(height int64) (slashingtypes.Params, error)
}
Click to show internal directories.
Click to hide internal directories.