mmr
Method Name: generateBatchProof
Parameters: leafIndices - Vec<u64>, at - BlockHash
Return Type: MmrLeafProof
interface: api.rpc.mmr.generateBatchProof
jsonrpc: mmr_generateBatchProof
The generateBatchProof method generates MMR proof for the given leaf indices for the given parameters leafIndices and at.
Method Name: generateProof
Parameter: leafIndex - u64, at - BlockHash
Return Type: MmrLeafBatchProof
interface: api.rpc.mmr.generateProof
jsonrpc: mmr_generateProof
The generateProof method generates MMR proof for given leaf index for the given parameters leafIndex and at.
Last updated