Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
ProviderSet is data providers.
Functions ¶
Types ¶
type IStore ¶
type IStore interface {
Markets() MarketStore
}
type MarketStore ¶
type MarketStore interface {
TokenList(ctx context.Context, req *v1.TokenListRequest) (*v1.TokenListResponse, error)
}
Click to show internal directories.
Click to hide internal directories.