Uses of Class
io.horizen.evm.ForkRules
-
Packages that use ForkRules Package Description io.horizen.evm io.horizen.evm.params -
-
Uses of ForkRules in io.horizen.evm
Fields in io.horizen.evm declared as ForkRules Modifier and Type Field Description ForkRulesEvmContext. rulesMethods in io.horizen.evm with parameters of type ForkRules Modifier and Type Method Description voidStateDB. accessSetup(Address sender, Address destination, Address coinbase, ForkRules rules)Reset and prepare account access list.Constructors in io.horizen.evm with parameters of type ForkRules Constructor Description EvmContext(BigInteger chainID, Address coinbase, BigInteger gasLimit, BigInteger gasPrice, BigInteger blockNumber, BigInteger time, BigInteger baseFee, Hash random, ForkRules rules) -
Uses of ForkRules in io.horizen.evm.params
Fields in io.horizen.evm.params declared as ForkRules Modifier and Type Field Description ForkRulesAccessParams. rulesConstructors in io.horizen.evm.params with parameters of type ForkRules Constructor Description AccessParams(int handle, Address sender, Address destination, Address coinbase, ForkRules rules)
-