> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/solidity-api-reference/protocol/types/delegation.md).

# Delegation

## Delegation

Encodes a single delegation add/remove operation.

### Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |

```solidity
struct Delegation {
  address delegated;
  bytes4 selector;
  bool isDelegated;
}
```
