Interface GasOverheads

Hierarchy

  • GasOverheads

Index

Properties

bundleSize

bundleSize: number

expected bundle size, to split per-bundle overhead between all ops.

fixed

fixed: number

fixed overhead for entire handleOp bundle.

nonZeroByte

nonZeroByte: number

non-zero byte cost, for calldata gas cost calculations

perUserOp

perUserOp: number

per userOp overhead, added on top of the above fixed per-bundle.

perUserOpWord

perUserOpWord: number

overhead for userOp word (32 bytes) block

sigSize

sigSize: number

expected length of the userOp signature.

zeroByte

zeroByte: number

zero byte cost, for calldata gas cost calculations