Documentation ¶
Index ¶
- Constants
- func FlagAllowAllocateValueFailure(callConfig uint32) bool
- func FlagDAppNoncesSequenced(callConfig uint32) bool
- func FlagDelegateUser(callConfig uint32) bool
- func FlagExPostBids(callConfig uint32) bool
- func FlagForwardReturnData(callConfig uint32) bool
- func FlagInvertBidValue(callConfig uint32) bool
- func FlagNeedsFulfillment(callConfig uint32) bool
- func FlagPostOpsCall(callConfig uint32) bool
- func FlagPostSolver(callConfig uint32) bool
- func FlagPreSolver(callConfig uint32) bool
- func FlagRequirePreOps(callConfig uint32) bool
- func FlagReuseUserOp(callConfig uint32) bool
- func FlagSolverAuctioneer(callConfig uint32) bool
- func FlagTrackPreOpsReturnData(callConfig uint32) bool
- func FlagTrackUserReturnData(callConfig uint32) bool
- func FlagTrustedOpHash(callConfig uint32) bool
- func FlagUnknownAuctioneer(callConfig uint32) bool
- func FlagUserAuctioneer(callConfig uint32) bool
- func FlagUserNoncesSequenced(callConfig uint32) bool
- func FlagVerifyCallChainHash(callConfig uint32) bool
- func FlagZeroSolvers(callConfig uint32) bool
- func RecoverEthereumSigner(message string, signature []byte) (common.Address, error)
- func RecoverSigner(messageHash []byte, signature []byte) (common.Address, error)
- func SignEthereumMessage(data []byte, pk *ecdsa.PrivateKey) ([]byte, error)
- func SignMessage(data []byte, pk *ecdsa.PrivateKey) ([]byte, error)
Constants ¶
View Source
const ( IndexUserNoncesSequenced = uint32(iota) IndexDAppNoncesSequenced IndexRequirePreOps IndexTrackPreOpsReturnData IndexTrackUserReturnData IndexDelegateUser IndexPreSolver IndexPostSolver IndexPostOpsCall IndexZeroSolvers IndexReuseUserOp IndexUserAuctioneer IndexSolverAuctioneer IndexUnknownAuctioneer IndexVerifyCallChainHash IndexForwardReturnData IndexNeedsFulfillment IndexTrustedOpHash IndexInvertBidValue IndexExPostBids IndexAllowAllocateValueFailure )
Variables ¶
This section is empty.
Functions ¶
func FlagAllowAllocateValueFailure ¶ added in v1.0.6
func FlagDAppNoncesSequenced ¶
func FlagDelegateUser ¶
func FlagExPostBids ¶
func FlagForwardReturnData ¶
func FlagInvertBidValue ¶
func FlagNeedsFulfillment ¶
func FlagPostOpsCall ¶
func FlagPostSolver ¶
func FlagPreSolver ¶
func FlagRequirePreOps ¶
func FlagReuseUserOp ¶
func FlagSolverAuctioneer ¶
func FlagTrackUserReturnData ¶
func FlagTrustedOpHash ¶
func FlagUnknownAuctioneer ¶
func FlagUserAuctioneer ¶
func FlagUserNoncesSequenced ¶
func FlagVerifyCallChainHash ¶
func FlagZeroSolvers ¶
func RecoverEthereumSigner ¶
func RecoverSigner ¶ added in v1.0.6
func SignEthereumMessage ¶ added in v1.0.4
func SignEthereumMessage(data []byte, pk *ecdsa.PrivateKey) ([]byte, error)
func SignMessage ¶ added in v1.0.6
func SignMessage(data []byte, pk *ecdsa.PrivateKey) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.