pub(crate) fn fill_precompile_output(
output: PrecompileOutput,
storage: &StorageCtx,
) -> PrecompileOutputExpand description
Fills gas accounting fields on a [PrecompileOutput] from the storage context.
pub(crate) fn fill_precompile_output(
output: PrecompileOutput,
storage: &StorageCtx,
) -> PrecompileOutputFills gas accounting fields on a [PrecompileOutput] from the storage context.