Versions in this module Expand all Collapse all v0 v0.34.11 Aug 6, 2021 Changes in this version + func New(chainID, remote string) (provider.Provider, error) + func NewWithClient(chainID string, client rpcclient.RemoteClient) provider.Provider + func NewWithClientAndOptions(chainID string, client rpcclient.RemoteClient, options Options) provider.Provider + func NewWithOptions(chainID, remote string, options Options) (provider.Provider, error) + type Options struct + MaxRetryAttempts uint16 + NoBlockThreshold uint16 + NoResponseThreshold uint16 + Timeout time.Duration