Module coprocessor

Module coprocessor 

Source
Expand description

The Coprocessor is used to process calls and can access read-only from the Environment’s database while staying up to date with the latest state of the Environment’s database.

Structs§

Coprocessor
A Coprocessor is used to process calls and can access read-only from the Environment’s database. This can eventually be used for things like parallelized compute for agents that are not currently sending transactions that need to be processed by the Environment, but are instead using the current state to make decisions.