Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // GetAddress returns an Address which contains the 20 byte address of an Ethereum account GetAddress() *common.Address // GetTransactOpts returns TransactOpts which contains the required data to be able // to sign an Ethereum transaction. GetTransactOpts() *bind.TransactOpts }
Provider defines the methods needed to send and sign transactions
Click to show internal directories.
Click to hide internal directories.