Versions in this module Expand all Collapse all v1 v1.0.1 Oct 7, 2024 v1.0.0 Sep 13, 2024 Changes in this version + const DOWN + const UP + func NewBridgeClient(contractAddress ethCommon.Address, ethClient *ethclient.Client) (bridgeClientI, error) + func NewClient(cfg *config.ChainConfig) chain.IClient + func NewEthClient(rpcEndPoint string) ethClientI + type Client struct + func (cl *Client) FeedPacket(ctx context.Context, ch chan<- *chain.Packet) + func (cl *Client) GetMissedPacket(ctx context.Context, missedPkt *chain.MissedPacket) (*chain.Packet, error) + func (cl *Client) Name() string + func (cl *Client) SetMetrics(metrics *metrics.PrometheusMetrics) v1.0.0-rc2 Sep 11, 2024