Documentation ¶
Index ¶
- func NewBundler(ctx context.Context, t *testing.T, node *EthNode, entryPoint common.Address) *url.URL
- func SendNative(ctx context.Context, node *EthNode, from, to Account, fundAmount *big.Int) error
- func WaitMined(ctx context.Context, node *EthNode, tx *types.Transaction) (*types.Receipt, error)
- type Account
- type BundlerNode
- type Contracts
- type EthNode
- type MockedClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBundler ¶
func SendNative ¶ added in v0.0.40
Types ¶
type Account ¶
type Account struct { PrivateKey *ecdsa.PrivateKey Address common.Address TransactOpts *bind.TransactOpts }
type BundlerNode ¶
type Contracts ¶
type EthNode ¶
type MockedClient ¶ added in v0.0.54
func (*MockedClient) SendTransaction ¶ added in v0.0.54
func (m *MockedClient) SendTransaction(ctx context.Context, tx *types.Transaction) error
Click to show internal directories.
Click to hide internal directories.