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

    Interface PaymasterResponse

    Paymaster service response

    interface PaymasterResponse {
        paymaster: `0x${string}`;
        paymasterData: `0x${string}`;
        paymasterVerificationGasLimit: bigint;
        paymasterPostOpGasLimit: bigint;
    }
    Index

    Properties

    paymaster: `0x${string}`

    Paymaster address

    paymasterData: `0x${string}`

    Paymaster data to include in UserOp

    paymasterVerificationGasLimit: bigint

    Gas limits for paymaster operations

    paymasterPostOpGasLimit: bigint