class Fremkit::Core::MapState(T)
Overview
A simple state representation in which values are stored in a HashMap. This is intended to run tests for the VM.
Defined in:
core/state.crConstructors
Instance Method Summary
- #get_word(address : BigInt) : T
- #has_address?(address : BigInt) : Bool
- #set_word(address : BigInt, bytes : T)