Documentation ¶
Index ¶
- type Client
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) GetBlockchainID ¶
func (_m *Client) GetBlockchainID(_a0 context.Context, _a1 string, _a2 ...rpc.Option) (ids.ID, error)
GetBlockchainID provides a mock function with given fields: _a0, _a1, _a2
func (*Client) GetNetworkID ¶
GetNetworkID provides a mock function with given fields: _a0, _a1
func (*Client) GetNetworkName ¶
GetNetworkName provides a mock function with given fields: _a0, _a1
func (*Client) GetNodeVersion ¶
func (_m *Client) GetNodeVersion(_a0 context.Context, _a1 ...rpc.Option) (*info.GetNodeVersionReply, error)
GetNodeVersion provides a mock function with given fields: _a0, _a1
func (*Client) IsBootstrapped ¶
IsBootstrapped provides a mock function with given fields: _a0, _a1, _a2
Click to show internal directories.
Click to hide internal directories.