Versions in this module Expand all Collapse all v1 v1.4.1 Mar 1, 2023 Changes in this version + var ErrFailedToConnect = errors.New("failed to connect") + var ErrInvalidContentHash = errors.New("invalid boson content hash") + var ErrResolveFailed = errors.New("resolve failed") + func NewClient(endpoint string, opts ...Option) (client.Interface, error) + type Address = boson.Address + type Client struct + func (c *Client) Close() error + func (c *Client) Endpoint() string + func (c *Client) IsConnected() bool + func (c *Client) Resolve(name string) (Address, error) + type Option func(*Client) + func WithContractAddress(addr string) Option