MCPcopy Create free account
hub / github.com/CPChain/chain / Client

Struct Client

api/cpclient/cpclient.go:40–42  ·  view source on GitHub ↗

Client defines typed wrappers for the Ethereum RPC API.

Source from the content-addressed store, hash-verified

38
39// Client defines typed wrappers for the Ethereum RPC API.
40type Client struct {
41 c *rpc.Client
42}
43
44// Dial connects a client to the given URL.
45func Dial(rawurl string) (*Client, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected