ethereum

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ethereum

type Ethereum struct {
	From            string      `json:"from"`
	Keystore        string      `json:"keystore"`
	Password        string      `json:"password"`
	RPC             interface{} `json:"rpc"`
	Timeout         int         `json:"timeout"`
	GracefulTimeout int         `json:"gracefulTimeout"`
	MaxBlocksBehind int         `json:"maxBlocksBehind"`
}

func (*Ethereum) ConfigureEthereumClient

func (c *Ethereum) ConfigureEthereumClient(signer ethereum.Signer, logger log.Logger) (*geth.Client, error)

func (*Ethereum) ConfigureRPCClient

func (c *Ethereum) ConfigureRPCClient(logger log.Logger) (geth.EthClient, error)

func (*Ethereum) ConfigureSigner

func (c *Ethereum) ConfigureSigner() (ethereum.Signer, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL