UNPKG

permissionless

Version:

A utility library for working with ERC-4337

13 lines 303 B
type GetGasPriceResponse = { maxFeePerGas: string; maxPriorityFeePerGas: string; }; export type EtherspotBundlerRpcSchema = [ { Method: "skandha_getGasPrice"; Parameters: []; ReturnType: GetGasPriceResponse; } ]; export {}; //# sourceMappingURL=etherspot.d.ts.map