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
Coprocessoris used to process calls and can access read-only from theEnvironment’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 theEnvironment, but are instead using the current state to make decisions.