@ethereumjs/vm › "evm/opcodes/EIP2200"
▸ 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