T402 API Reference - v2.9.0
    Preparing search index...

    Type Alias ExactERC7710Payload

    ERC-7710 delegation payload for smart account payments. Used with smart contract accounts (ERC-4337, ERC-7579 modular accounts) that support delegation via ERC-7710.

    type ExactERC7710Payload = {
        delegationManager: Address;
        permissionContext: Hex;
        delegator: Address;
    }
    Index

    Properties

    delegationManager: Address

    Address of the ERC-7710 Delegation Manager contract

    permissionContext: Hex

    Delegation proof/context required by the Delegation Manager

    delegator: Address

    Address of the account that created the delegation