Closed clearloop closed 4 years ago
Ref to #85, Follows #281, use
pub struct MMRProof { pub member_leaf_index: u64, pub last_leaf_index: u64, pub proof: Vec<H256> }
as the mmr_proof field of receipt resp.
mmr_proof
Two new binaries here:
dj-confirm
dj-proposal
These two binaries will be installed automatically with @darwinia/dj
Desc
Ref to #85, Follows #281, use
as the
mmr_proof
field of receipt resp.Note
Two new binaries here:
dj-confirm
: set confirmed blockdj-proposal
: submit proposal directlyThese two binaries will be installed automatically with @darwinia/dj
Closes