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

    Interface GaslessPaymentResult

    Gasless payment result (ERC-4337)

    interface GaslessPaymentResult {
        txHash: string;
        network: SupportedNetwork;
        amount: string;
        token: string;
        to: `0x${string}`;
        explorerUrl: string;
        userOpHash: string;
        paymaster?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    txHash: string

    Transaction hash

    Network where payment was executed

    amount: string

    Amount paid (formatted)

    token: string

    Token used

    to: `0x${string}`

    Recipient address

    explorerUrl: string

    Block explorer URL

    userOpHash: string

    User operation hash

    paymaster?: string

    Paymaster used