UNPKG

permissionless

Version:

A utility library for working with ERC-4337

13 lines (11 loc) 247 B
type GetGasPriceResponse = { maxFeePerGas: string maxPriorityFeePerGas: string } export type EtherspotBundlerRpcSchema = [ { Method: "skandha_getGasPrice" Parameters: [] ReturnType: GetGasPriceResponse } ]