Versions in this module Expand all Collapse all v0 v0.1.1 Oct 26, 2022 Changes in this version + type System struct + func NewSystem(cl client.Client) *System + func (c *System) Chain() (types.Text, error) + func (c *System) Health() (types.Health, error) + func (c *System) Name() (types.Text, error) + func (c *System) NetworkState() (types.NetworkState, error) + func (c *System) Peers() ([]types.PeerInfo, error) + func (c *System) Properties() (types.ChainProperties, error) + func (c *System) Version() (types.Text, error)