Documentation ¶
Index ¶
- type AuthQuerier
- type FeedQuerier
- func (q *FeedQuerier) QueryCurrentFeeds() (*feeds.QueryCurrentFeedsResponse, error)
- func (q *FeedQuerier) QueryIsFeeder(validator sdk.ValAddress, feeder sdk.Address) (*feeds.QueryIsFeederResponse, error)
- func (q *FeedQuerier) QueryParams() (*feeds.QueryParamsResponse, error)
- func (q *FeedQuerier) QueryReferenceSourceConfig() (*feeds.QueryReferenceSourceConfigResponse, error)
- func (q *FeedQuerier) QueryValidValidator(valAddress sdk.ValAddress) (*feeds.QueryValidValidatorResponse, error)
- func (q *FeedQuerier) QueryValidatorPrices(valAddress sdk.ValAddress) (*feeds.QueryValidatorPricesResponse, error)
- type QueryFunction
- type TxQuerier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthQuerier ¶
type AuthQuerier struct {
// contains filtered or unexported fields
}
func NewAuthQuerier ¶
func NewAuthQuerier( clientCtx client.Context, clients []rpcclient.RemoteClient, maxBlockHeight *atomic.Int64, ) *AuthQuerier
func (*AuthQuerier) QueryAccount ¶
func (q *AuthQuerier) QueryAccount(address sdk.Address) (*auth.QueryAccountResponse, error)
type FeedQuerier ¶
type FeedQuerier struct {
// contains filtered or unexported fields
}
func NewFeedQuerier ¶
func NewFeedQuerier( clientCtx client.Context, clients []rpcclient.RemoteClient, maxBlockHeight *atomic.Int64, ) *FeedQuerier
func (*FeedQuerier) QueryCurrentFeeds ¶
func (q *FeedQuerier) QueryCurrentFeeds() (*feeds.QueryCurrentFeedsResponse, error)
func (*FeedQuerier) QueryIsFeeder ¶
func (q *FeedQuerier) QueryIsFeeder( validator sdk.ValAddress, feeder sdk.Address, ) (*feeds.QueryIsFeederResponse, error)
func (*FeedQuerier) QueryParams ¶
func (q *FeedQuerier) QueryParams() (*feeds.QueryParamsResponse, error)
func (*FeedQuerier) QueryReferenceSourceConfig ¶
func (q *FeedQuerier) QueryReferenceSourceConfig() (*feeds.QueryReferenceSourceConfigResponse, error)
func (*FeedQuerier) QueryValidValidator ¶
func (q *FeedQuerier) QueryValidValidator(valAddress sdk.ValAddress) (*feeds.QueryValidValidatorResponse, error)
func (*FeedQuerier) QueryValidatorPrices ¶
func (q *FeedQuerier) QueryValidatorPrices(valAddress sdk.ValAddress) (*feeds.QueryValidatorPricesResponse, error)
type QueryFunction ¶
Click to show internal directories.
Click to hide internal directories.