Expand description
This module holds the [EVMProofPlan
] struct and its implementation, which allows for EVM compatible serialization.
Structsยง
- EVMProof
Plan - An implementation of
ProofPlan
that allows for EVM compatible serialization. Serialization should be done using bincode with fixint, big-endian encoding in order to be compatible with EVM.