Variable BUNDLER_METHODSConst
BUNDLER_METHODS: {
sendUserOperation: "eth_sendUserOperation";
estimateUserOperationGas: "eth_estimateUserOperationGas";
getUserOperationByHash: "eth_getUserOperationByHash";
getUserOperationReceipt: "eth_getUserOperationReceipt";
supportedEntryPoints: "eth_supportedEntryPoints";
chainId: "eth_chainId";
} = ...
Type Declaration
ReadonlysendUserOperation: "eth_sendUserOperation"
ReadonlyestimateUserOperationGas: "eth_estimateUserOperationGas"
ReadonlygetUserOperationByHash: "eth_getUserOperationByHash"
ReadonlygetUserOperationReceipt: "eth_getUserOperationReceipt"
ReadonlysupportedEntryPoints: "eth_supportedEntryPoints"
ReadonlychainId: "eth_chainId"
Bundler JSON-RPC method names