Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 Changes in this version + type Client struct + func (_m *Client) GetBlockchainID(_a0 context.Context, _a1 string, _a2 ...rpc.Option) (ids.ID, error) + func (_m *Client) GetNetworkID(_a0 context.Context, _a1 ...rpc.Option) (uint32, error) + func (_m *Client) GetNetworkName(_a0 context.Context, _a1 ...rpc.Option) (string, error) + func (_m *Client) GetNodeID(_a0 context.Context, _a1 ...rpc.Option) (string, error) + func (_m *Client) GetNodeIP(_a0 context.Context, _a1 ...rpc.Option) (string, error) + func (_m *Client) GetNodeVersion(_a0 context.Context, _a1 ...rpc.Option) (*info.GetNodeVersionReply, error) + func (_m *Client) GetTxFee(_a0 context.Context, _a1 ...rpc.Option) (*info.GetTxFeeResponse, error) + func (_m *Client) GetVMs(_a0 context.Context, _a1 ...rpc.Option) (map[ids.ID][]string, error) + func (_m *Client) IsBootstrapped(_a0 context.Context, _a1 string, _a2 ...rpc.Option) (bool, error) + func (_m *Client) Peers(_a0 context.Context, _a1 ...rpc.Option) ([]info.Peer, error) + func (_m *Client) Uptime(_a0 context.Context, _a1 ...rpc.Option) (*info.UptimeResponse, error)