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

    Interface DeclareEip2612GasSponsorOptions

    Options for declaring gas sponsor extension on server.

    interface DeclareEip2612GasSponsorOptions {
        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 (defaults to 300 = 5 minutes)

    sponsorAddress: string

    Address of the sponsor/facilitator