mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/metatx
Ernesto García a51f1e1354
List every contract in each API doc section (#4848)
1 year ago
..
ERC2771Context.sol Merge release-v5.0 branch (#4787) 1 year ago
ERC2771Forwarder.sol Use ERC-XXX syntax (#4730) 1 year ago
README.adoc List every contract in each API doc section (#4848) 1 year ago

README.adoc

= Meta Transactions

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/metatx

This directory includes contracts for adding meta-transaction capabilities (i.e. abstracting the execution context from the transaction origin) following the https://eips.ethereum.org/EIPS/eip-2771[ERC-2771 specification].

- {ERC2771Context}: Provides a mechanism to override the sender and calldata of the execution context (`msg.sender` and `msg.data`) with a custom value specified by a trusted forwarder.
- {ERC2771Forwarder}: A production-ready forwarder that relays operation requests signed off-chain by an EOA.

== Core

{{ERC2771Context}}

== Utils

{{ERC2771Forwarder}}