Versions in this module Expand all Collapse all v1 v1.1.0 Jan 17, 2020 v1.0.0 Nov 29, 2019 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) Other modules containing this package gopkg.in/centrifuge/go-substrate-rpc-client.v2