Documentation ¶
Index ¶
- type FetcherClientWrapper
- func (fcw *FetcherClientWrapper) GetAll(height int64) (*heightpb.GetAllResponse, error)
- func (fcw *FetcherClientWrapper) GetValidatorPerfByHeight(height int64) (*validatorperformancepb.GetByHeightResponse, error)
- func (fcw *FetcherClientWrapper) GetValidatorsByHeight(height int64) (*validatorpb.GetAllByHeightResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetcherClientWrapper ¶
type FetcherClientWrapper struct {
// contains filtered or unexported fields
}
func NewFetcherClientWrapper ¶
func NewFetcherClientWrapper(client pdatastore.DatastoreServiceClient, key string) *FetcherClientWrapper
func (*FetcherClientWrapper) GetAll ¶
func (fcw *FetcherClientWrapper) GetAll(height int64) (*heightpb.GetAllResponse, error)
func (*FetcherClientWrapper) GetValidatorPerfByHeight ¶
func (fcw *FetcherClientWrapper) GetValidatorPerfByHeight( height int64, ) (*validatorperformancepb.GetByHeightResponse, error)
func (*FetcherClientWrapper) GetValidatorsByHeight ¶
func (fcw *FetcherClientWrapper) GetValidatorsByHeight(height int64) (*validatorpb.GetAllByHeightResponse, error)
Click to show internal directories.
Click to hide internal directories.