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

    Interface GaslessClientConfig

    Gasless T402 client configuration

    interface GaslessClientConfig {
        signer: SmartAccountSigner;
        bundler: BundlerConfig;
        paymaster?: PaymasterConfig;
        chainId: number;
        publicClient: {};
    }
    Index

    Properties

    Smart account signer

    bundler: BundlerConfig

    Bundler configuration

    paymaster?: PaymasterConfig

    Optional paymaster for gas sponsorship

    chainId: number

    Chain ID

    publicClient: {}

    Public client for chain interactions