Documentation ¶
Index ¶
- Variables
- func GetEoa(chainID *big.Int) (*bind.TransactOpts, error)
- func GetEoaAt(chainID *big.Int, index uint32) (*bind.TransactOpts, error)
- func GetEoas(chainID *big.Int, count int) ([]*bind.TransactOpts, error)
- func GetTEoa(t *testing.T) *bind.TransactOpts
- func GetTEoas(t *testing.T, count int) []*bind.TransactOpts
- func GetTOwner(t *testing.T) *bind.TransactOpts
- type Backend
- func (ec *Backend) EstimateGas(ctx context.Context, call ethereum.CallMsg) (uint64, error)
- func (ec *Backend) SendTransaction(ctx context.Context, tx *types.Transaction) error
- func (ec *Backend) SuggestGasPrice(ctx context.Context) (*big.Int, error)
- func (ec *Backend) SuggestGasTipCap(ctx context.Context) (*big.Int, error)
- func (ec *Backend) TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ChainID *big.Int = params.AllDevChainProtocolChanges.ChainID
Functions ¶
Types ¶
type Backend ¶
func (*Backend) EstimateGas ¶
func (*Backend) SendTransaction ¶
func (*Backend) SuggestGasPrice ¶
func (*Backend) SuggestGasTipCap ¶
Click to show internal directories.
Click to hide internal directories.