Documentation ¶
Index ¶
- type Querier
- func (q Querier) ArithmeticTwap(grpcCtx context.Context, req *queryproto.ArithmeticTwapRequest) (*queryproto.ArithmeticTwapResponse, error)
- func (q Querier) ArithmeticTwapToNow(grpcCtx context.Context, req *queryproto.ArithmeticTwapToNowRequest) (*queryproto.ArithmeticTwapToNowResponse, error)
- func (q Querier) Params(grpcCtx context.Context, req *queryproto.ParamsRequest) (*queryproto.ParamsResponse, error)
- type QuerierV2
- func (q QuerierV2) ArithmeticTwap(grpcCtx context.Context, req *v2queryproto.ArithmeticTwapRequest) (*v2queryproto.ArithmeticTwapResponse, error)
- func (q QuerierV2) ArithmeticTwapToNow(grpcCtx context.Context, req *v2queryproto.ArithmeticTwapToNowRequest) (*v2queryproto.ArithmeticTwapToNowResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Querier ¶
func (Querier) ArithmeticTwap ¶
func (q Querier) ArithmeticTwap(grpcCtx context.Context, req *queryproto.ArithmeticTwapRequest, ) (*queryproto.ArithmeticTwapResponse, error)
func (Querier) ArithmeticTwapToNow ¶
func (q Querier) ArithmeticTwapToNow(grpcCtx context.Context, req *queryproto.ArithmeticTwapToNowRequest, ) (*queryproto.ArithmeticTwapToNowResponse, error)
func (Querier) Params ¶
func (q Querier) Params(grpcCtx context.Context, req *queryproto.ParamsRequest, ) (*queryproto.ParamsResponse, error)
type QuerierV2 ¶
func (QuerierV2) ArithmeticTwap ¶
func (q QuerierV2) ArithmeticTwap(grpcCtx context.Context, req *v2queryproto.ArithmeticTwapRequest, ) (*v2queryproto.ArithmeticTwapResponse, error)
func (QuerierV2) ArithmeticTwapToNow ¶
func (q QuerierV2) ArithmeticTwapToNow(grpcCtx context.Context, req *v2queryproto.ArithmeticTwapToNowRequest, ) (*v2queryproto.ArithmeticTwapToNowResponse, error)
Click to show internal directories.
Click to hide internal directories.