Module evm_proof_plan

Module evm_proof_plan 

Source
Expand description

This module holds the [EVMProofPlan] struct and its implementation, which allows for EVM compatible serialization.

Structsยง

EVMProofPlan
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.