Versions in this module Expand all Collapse all v0 v0.0.1 Mar 31, 2024 Changes in this version + type Client struct + func New(signer *signer.EOA, rpc *rpc.Client, eth *ethclient.Client, chain *big.Int, ...) *Client + func (c *Client) Accounts(ep string) ([]string, error) + func (c *Client) SponsorUserOperation(op map[string]any, ep string, ctx map[string]any) (*handlers.SponsorUserOperationResponse, error) + type RpcAdapter struct + func NewRpcAdapter(c *Client) *RpcAdapter + func (r *RpcAdapter) Pm_accounts(ep string) ([]string, error) + func (r *RpcAdapter) Pm_sponsorUserOperation(op map[string]any, ep string, ctx map[string]any) (*handlers.SponsorUserOperationResponse, error)