Documentation
¶
Index ¶
- type BoundContract
- type EthereumWrapper
- func (eth *EthereumWrapper) Close()
- func (eth *EthereumWrapper) Dial(rawurl string) (*ethclient.Client, error)
- func (eth *EthereumWrapper) HexToECDSA(hexkey string) (*ecdsa.PrivateKey, error)
- func (eth *EthereumWrapper) NetworkID(ctx context.Context) (*big.Int, error)
- func (eth *EthereumWrapper) NewKeyedTransactorWithChainID(key *ecdsa.PrivateKey, chainID *big.Int) (*bind.TransactOpts, error)
- func (eth *EthereumWrapper) SuggestGasPrice(ctx context.Context) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundContract ¶
type BoundContract interface { Call(opts *bind.CallOpts, results *[]interface{}, method string, params ...interface{}) error Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) }
type EthereumWrapper ¶
func (*EthereumWrapper) Close ¶
func (eth *EthereumWrapper) Close()
func (*EthereumWrapper) Dial ¶
func (eth *EthereumWrapper) Dial(rawurl string) (*ethclient.Client, error)
func (*EthereumWrapper) HexToECDSA ¶
func (eth *EthereumWrapper) HexToECDSA(hexkey string) (*ecdsa.PrivateKey, error)
func (*EthereumWrapper) NewKeyedTransactorWithChainID ¶
func (eth *EthereumWrapper) NewKeyedTransactorWithChainID(key *ecdsa.PrivateKey, chainID *big.Int) (*bind.TransactOpts, error)
func (*EthereumWrapper) SuggestGasPrice ¶
Click to show internal directories.
Click to hide internal directories.