UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

7 lines 247 B
export function getL1FeeInformationOpStack(data: Uint8Array, vm: import("@tevm/vm").Vm): Promise<{ l1BlobFee: bigint; l1GasUsed: bigint; l1Fee: bigint; l1BaseFee: bigint; }>; //# sourceMappingURL=getL1FeeInformationOpStack.d.ts.map