Documentation ¶
Index ¶
- Constants
- Variables
- func Close() error
- func FlushSendQueue(chainId string, logger log.Logger, metrics prommetrics.Metrics) error
- func Run(cfg *config.Config, home string) error
- func RunGRPCQuery(ctx context.Context, client *lensclient.ChainClient, method string, ...) (abcitypes.ResponseQuery, metadata.MD, error)
- type Clients
- type Query
Constants ¶
View Source
const VERSION = "icq/v0.8.2"
Variables ¶
View Source
var ( WaitInterval = time.Second * 6 MaxHistoricQueries = 5 MaxTxMsgs = 5 )
Functions ¶
func FlushSendQueue ¶
func RunGRPCQuery ¶
func RunGRPCQuery(ctx context.Context, client *lensclient.ChainClient, method string, reqBz []byte, md metadata.MD, metrics prommetrics.Metrics) (abcitypes.ResponseQuery, metadata.MD, error)
Types ¶
type Clients ¶
type Clients []*lensclient.ChainClient
func (Clients) GetForChainId ¶
func (clients Clients) GetForChainId(chainId string) *lensclient.ChainClient
Click to show internal directories.
Click to hide internal directories.