Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundlerClient ¶
type BundlerClient struct {
// contains filtered or unexported fields
}
BundlerClient is a client for the bundler node
func NewBundlerClient ¶
func NewBundlerClient(bundlerUrl string) *BundlerClient
NewBundlerClient creates a new BundlerClient
func (*BundlerClient) Debug_bundler_addUserOps ¶
func (b *BundlerClient) Debug_bundler_addUserOps(ops []data.UserOpV7Hexify) error
Debug_bundler_addUserOps calls the debug_bundler_addUserOps rpc method
func (*BundlerClient) Debug_bundler_dumpMempool ¶
func (b *BundlerClient) Debug_bundler_dumpMempool() ([]data.UserOpV7Hexify, error)
Debug_bundler_dumpMempool calls the debug_bundler_dumpMempool rpc method
Click to show internal directories.
Click to hide internal directories.