starkware-libs / starknet-specs

91 stars 74 forks source link

Add `getStorageProof` endpoint #227

Closed ArielElp closed 4 days ago

ArielElp commented 4 days ago

The Starknet state commitment consists of three Merkle-Patricia tries (read more here) :

This endpoint should return the data required to provide storage proofs in each of the relevant trees. Known use cases include:


This change is Reviewable