Loading explorer
Direct on-chain grant of a delegation, callable by the account owner without a signature.
Restricted by the `onlyOwner` modifier, which resolves the account's owner through the AccountLayer. Records each selector in `delegations[delegator][delegate][selector]` against `expiryTimestamp`, clears any pending revocation ETA, and rejects PartyB accounts and self-delegations. The delegator key is canonicalized: virtual accounts normalize to their parent sub-account so delegations stay attached to the underlying owner.
Delegation information including the granting account, delegate address, selector list, and expiry timestamp.