Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an Ethereum JsonRPC client
type Eth ¶
type Eth struct {
// contains filtered or unexported fields
}
Eth is used to query the eth service
func (*Eth) BlockNumber ¶
BlockNumber returns the number of most recent block.
func (*Eth) GetBlockByHash ¶
GetBlockByHash returns information about a block by hash.
type Net ¶
type Net struct {
// contains filtered or unexported fields
}
Net is used to query the net service
func (*Net) Listening ¶
Listening returns true if client is actively listening for network connections
type Web3 ¶
type Web3 struct {
// contains filtered or unexported fields
}
Web3 is used to query the web3 service
func (*Web3) ClientVersion ¶
ClientVersion returns the current client version
Click to show internal directories.
Click to hide internal directories.