> For the complete documentation index, see [llms.txt](https://docs.inverter.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inverter.network/contracts/technical-reference/external/interfaces/ierc2771context.sol.md).

# 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);
```
