Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GanacheClient ¶
type GanacheClient struct {
PropertiesReader
}
func (GanacheClient) NodeClientName ¶ added in v0.1.0
func (client GanacheClient) NodeClientName() string
type GethClient ¶
type GethClient struct {
PropertiesReader
}
type IPropertiesReader ¶
type InfuraClient ¶
type InfuraClient struct {
PropertiesReader
}
func (InfuraClient) NodeClientName ¶ added in v0.1.0
func (client InfuraClient) NodeClientName() string
type ParityClient ¶
type ParityClient struct {
PropertiesReader
}
func (ParityClient) NodeClientName ¶ added in v0.1.0
func (client ParityClient) NodeClientName() 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) NodeClientName ¶ added in v0.1.0
func (reader PropertiesReader) NodeClientName() string
Click to show internal directories.
Click to hide internal directories.