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

    Variable BUNDLER_METHODSConst

    BUNDLER_METHODS: {
        sendUserOperation: "eth_sendUserOperation";
        estimateUserOperationGas: "eth_estimateUserOperationGas";
        getUserOperationByHash: "eth_getUserOperationByHash";
        getUserOperationReceipt: "eth_getUserOperationReceipt";
        supportedEntryPoints: "eth_supportedEntryPoints";
        chainId: "eth_chainId";
    } = ...

    Bundler JSON-RPC method names

    Type Declaration

    • ReadonlysendUserOperation: "eth_sendUserOperation"
    • ReadonlyestimateUserOperationGas: "eth_estimateUserOperationGas"
    • ReadonlygetUserOperationByHash: "eth_getUserOperationByHash"
    • ReadonlygetUserOperationReceipt: "eth_getUserOperationReceipt"
    • ReadonlysupportedEntryPoints: "eth_supportedEntryPoints"
    • ReadonlychainId: "eth_chainId"