For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delegation

Delegation

Encodes a single delegation add/remove operation.

Parameters

Name

Type

Description

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

Last updated