Minimal Forwarder
Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
Methods
execute
Parameters
Name
Type
Description
req
MinimalForwarder.ForwardRequest
undefined
signature
bytes
undefined
Returns
Name
Type
Description
_0
bool
undefined
_1
bytes
undefined
getNonce
Parameters
Name
Type
Description
from
address
undefined
Returns
Name
Type
Description
_0
uint256
undefined
verify
Parameters
Name
Type
Description
req
MinimalForwarder.ForwardRequest
undefined
signature
bytes
undefined
Returns
Name
Type
Description
_0
bool
undefined
Last updated