Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2024 Changes in this version + type UserOpV7Hexify struct + CallData string + CallGasLimit string + Factory string + FactoryData string + MaxFeePerGas string + MaxPriorityFeePerGas string + Nonce string + Paymaster string + PaymasterData string + PaymasterPostOpGasLimit string + PaymasterVerificationGasLimit string + PreVerificationGas string + Sender string + Signature string + VerificationGasLimit string + func (op *UserOpV7Hexify) GasFees() ([32]byte, error) + func (op *UserOpV7Hexify) GetAccountGasLimits() ([32]byte, error) + func (op *UserOpV7Hexify) GetInitCode() ([]byte, error) + func (op *UserOpV7Hexify) GetPaymasterAndData() ([]byte, error) + func (op *UserOpV7Hexify) GetUserOpHash(epAddress common.Address, ethClient *ethclient.Client) (common.Hash, error) + func (op *UserOpV7Hexify) PackUserOp() (*entrypoint.PackedUserOperation, error)