Documentation ¶
Index ¶
- Variables
- func ConvertToGethLog(log *types.Log) *gethTypes.Log
- func Deploy(clientWithSigner *web3go.Client, dataOrFile string) (common.Address, error)
- func MustNewWeb3(url, key string) *web3go.Client
- func NewWeb3(url, key string) (*web3go.Client, error)
- func NewWeb3WithOption(url, key string, option ...providers.Option) (*web3go.Client, error)
- func WaitForReceipt(client *web3go.Client, txHash common.Hash, successRequired bool, ...) (receipt *types.Receipt, err error)
- type Contract
- type RetryOption
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomGasLimit uint64
View Source
var CustomGasPrice uint64
View Source
var Web3LogEnabled bool
Functions ¶
func MustNewWeb3 ¶
func NewWeb3WithOption ¶
Types ¶
type Contract ¶
type Contract struct {
// contains filtered or unexported fields
}
func NewContract ¶
func (*Contract) CreateTransactOpts ¶
func (c *Contract) CreateTransactOpts() (*bind.TransactOpts, error)
func (*Contract) WaitForReceipt ¶
type RetryOption ¶
Click to show internal directories.
Click to hide internal directories.