Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 768 Bytes

_evm_opcodes_eip2200_.md

File metadata and controls

30 lines (18 loc) · 768 Bytes

@ethereumjs/vm"evm/opcodes/EIP2200"

Module: "evm/opcodes/EIP2200"

Index

Functions

Functions

updateSstoreGasEIP2200

updateSstoreGasEIP2200(runState: RunState, found: any, value: Buffer, key: Buffer): void

Defined in evm/opcodes/EIP2200.ts:14

Adjusts gas usage and refunds of SStore ops per EIP-2200 (Istanbul)

Parameters:

Name Type Description
runState RunState -
found any -
value Buffer
key Buffer -

Returns: void