Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MempoolEntry ¶
type MempoolEntry struct {
// contains filtered or unexported fields
}
MempoolEntry is a struct used to store user operations in a mempool
type UserOpMempool ¶
type UserOpMempool struct {
// contains filtered or unexported fields
}
UserOpMempool is a struct used to store user operations in a mempool
func NewUserOpMempool ¶
func NewUserOpMempool(epAddress common.Address, ethClient *ethclient.Client, bundlerUrl string) *UserOpMempool
NewUserOpMempool creates a new UserOpMempool
func (*UserOpMempool) GetUserOps ¶
func (m *UserOpMempool) GetUserOps() map[common.Hash]*data.UserOpV7Hexify
GetUserOps returns all user operations in the mempool
Click to show internal directories.
Click to hide internal directories.