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

    Interface PaymasterConfig

    Paymaster configuration

    interface PaymasterConfig {
        address: `0x${string}`;
        url?: string;
        type: "verifying" | "token" | "sponsoring";
        options?: Record<string, unknown>;
    }
    Index

    Properties

    address: `0x${string}`

    Paymaster contract address

    url?: string

    Paymaster service URL (for verifying paymasters)

    type: "verifying" | "token" | "sponsoring"

    Paymaster type

    options?: Record<string, unknown>

    Additional configuration