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

    Interface Eip2612GasSponsorExtensionInfo

    Information provided by server about gas sponsoring availability.

    interface Eip2612GasSponsorExtensionInfo {
        sponsoredNetworks: string[];
        maxAmount: string;
        permitDeadline: number;
        sponsorAddress: string;
    }
    Index

    Properties

    sponsoredNetworks: string[]

    CAIP-2 network identifiers where gas sponsoring is available

    maxAmount: string

    Maximum token amount (in base units) the sponsor will cover per permit

    permitDeadline: number

    Default permit deadline in seconds from now

    sponsorAddress: string

    Address of the sponsor/facilitator that will call permit + transferFrom