-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Trees stored per block:
- Transactions
State tree (merkle path not implemented in REST)(treat in a separate issue)- Receipts
Proposal
Check if a transaction is included in a block
blockHttp
.getTransactionMerkleAuditProof(height: uint, hash: string)
.subscribe( merkleAuditProof => {
// Returns Observable<MerkleAuditProof>
console.log(merkleAuditProof.isConsistent()););
}
Repeat for receipts.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request