Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GanacheClient ¶
type GanacheClient struct {
PropertiesReader
}
func (GanacheClient) NodeInfo ¶
func (client GanacheClient) NodeInfo() (string, string)
type GethClient ¶
type GethClient struct {
PropertiesReader
}
type IPropertiesReader ¶
type InfuraClient ¶
type InfuraClient struct {
PropertiesReader
}
func (InfuraClient) NodeInfo ¶
func (client InfuraClient) NodeInfo() (string, string)
type ParityClient ¶
type ParityClient struct {
PropertiesReader
}
func (ParityClient) NodeInfo ¶
func (client ParityClient) NodeInfo() (string, string)
type PropertiesReader ¶
type PropertiesReader struct {
// contains filtered or unexported fields
}
func (PropertiesReader) GenesisBlock ¶
func (reader PropertiesReader) GenesisBlock() string
func (PropertiesReader) NetworkId ¶
func (reader PropertiesReader) NetworkId() float64
func (PropertiesReader) NodeInfo ¶
func (reader PropertiesReader) NodeInfo() (string, string)
Click to show internal directories.
Click to hide internal directories.