tuweni / org.apache.tuweni.evm / fromCode

fromCode

fun fromCode(code: Int): EVMExecutionStatusCode (source)

Finds a code matching a number, or throw an exception if no matching code exists.

Parameters

code - the number to match

Return
the execution code