Documentation ¶
Index ¶
- Variables
- func ConvertToGethLog(log *types.Log) *gethTypes.Log
- func Deploy(ctx context.Context, clientWithSigner *web3go.Client, dataOrFile string) (common.Address, error)
- func MustNewWeb3(url, key string, opt ...providers.Option) *web3go.Client
- func NewWeb3(url, key string, opt ...providers.Option) (*web3go.Client, error)
- func NewWeb3WithOption(url, key string, option ...providers.Option) (*web3go.Client, error)
- func WaitForReceipt(ctx context.Context, client *web3go.Client, txHash common.Hash, ...) (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 NewWeb3WithOption ¶
Types ¶
type Contract ¶
type Contract struct {
// contains filtered or unexported fields
}
func NewContract ¶
func (*Contract) CreateTransactOpts ¶
type RetryOption ¶
Click to show internal directories.
Click to hide internal directories.