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

    Interface PayGaslessOptions

    Options for executing gasless payment

    interface PayGaslessOptions {
        privateKey: string;
        bundlerUrl: string;
        paymasterUrl: string;
        rpcUrl?: string;
        demoMode?: boolean;
    }
    Index

    Properties

    privateKey: string

    Private key for signing (hex with 0x prefix)

    bundlerUrl: string

    Bundler URL for ERC-4337

    paymasterUrl: string

    Paymaster URL for sponsoring gas

    rpcUrl?: string

    Custom RPC URL

    demoMode?: boolean

    Demo mode - simulate without executing