system

package
v3.0.0-...-dea153e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type System

type System struct {
	// contains filtered or unexported fields
}

System exposes methods for retrieval of system data

func NewSystem

func NewSystem(cl client.Client) *System

NewSystem creates a new System struct

func (*System) Chain

func (c *System) Chain() (types.Text, error)

Chain retrieves the chain

func (*System) Health

func (c *System) Health() (types.Health, error)

Health retrieves the health status of the connected node

func (*System) Name

func (c *System) Name() (types.Text, error)

Name retrieves the node name

func (*System) NetworkState

func (c *System) NetworkState() (types.NetworkState, error)

NetworkState retrieves the current state of the network

func (*System) Peers

func (c *System) Peers() ([]types.PeerInfo, error)

Peers retrieves the currently connected peers

func (*System) Properties

func (c *System) Properties() (types.ChainProperties, error)

Properties retrieves a custom set of properties as a JSON object, defined in the chain spec

func (*System) Version

func (c *System) Version() (types.Text, error)

Version retrieves the version of the node

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL