package
1.11.13-rc.2
Repository: https://github.com/ixankit/cryft-network-runner.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewAPIClient initialize most of metalgo apis.
NewEthClient mainly takes ip/port info for usage in future calls Connection can't be initialized in constructor because node is not ready when the constructor is called It follows convention of most metalgo api constructors that can be called without having a ready node.
NewEthClientWithChainID creates an EthClient initialized to connect to ipAddr/port and communicate with the given chainID.

# Structs

APIClient gives access to most metalgo apis (or suitable wrappers).

# Interfaces

Issues API calls to a node TODO: byzantine api.
No description provided by the author

# Type aliases

Returns a new API client for a node at [ipAddr]:[port].