Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
GetValidator(height int64, valOper string) (stakingtypes.Validator, error)
GetValidatorsWithStatus(height int64, status string) ([]stakingtypes.Validator, error)
GetDelegation(height int64, delegator string, validator string) (stakingtypes.DelegationResponse, error)
GetDelegatorDelegations(height int64, delegator string) ([]stakingtypes.DelegationResponse, error)
GetValidatorDelegations(height int64, validator string) ([]stakingtypes.DelegationResponse, error)
GetPool(height int64) (stakingtypes.Pool, error)
GetParams(height int64) (stakingtypes.Params, error)
}
Click to show internal directories.
Click to hide internal directories.