# IERC2771Context.sol

[Git Source](https://github.com/InverterNetwork/inverter-contracts/blob/2a8a4c80ff4f24a59546d4e6126b81bc51228c94/src/external/interfaces/IERC2771Context.sol)

### Functions

#### isTrustedForwarder

Returns the trusted forwarder for the EIP2771 Standard.

```solidity
function isTrustedForwarder(address forwarder) external view returns (bool);
```
