Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Receipt with MMR Proof Struct

Choose a tag to compare

@clearloop clearloop released this 15 Sep 05:04
· 51 commits to master since this release
8b3f6bd

PRs

#85

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>
}