This repository was archived by the owner on Oct 9, 2022. It is now read-only.
Receipt with MMR Proof Struct
PRs
Upgraded the MMR Proof of the receipt API
pub struct MMRProof {
pub member_leaf_index: u64,
pub last_leaf_index: u64,
pub proof: Vec<H256>
}