Module era_test_node::bootloader_debug
source · Structs
- Struct that represents the additional debug information that we can get from bootloader. Bootloader puts them in a special memory region after each transaction, and we can load them with this struct.
- The role of this tracer is to read the memory slots directly from bootloader memory at the end of VM execution - and put them into BootloaderDebug object.