package starknet.snapshot

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClassRangeRequest

snapshot.proto:72

duplicate of GetContractRange. Can introduce a 'type' instead. result is (Classes+, PatriciaRangeProof)*

message ClassRangeResponse

snapshot.proto:79

message Classes

snapshot.proto:65

Used in: ClassRangeResponse

message ContractRange

snapshot.proto:51

stream of leaves in the contracts tree

Used in: ContractRangeResponse

message ContractRangeRequest

snapshot.proto:42

request a range from the contract state tree that matches the given root (block) starts at 'start' and ends no more than 'end'. the result is (ContractRange+, PatriciaRangeProof)*

message ContractRangeResponse

snapshot.proto:55

message ContractState

snapshot.proto:32

leaves of the contract state tree

Used in: ContractRange

message ContractStorage

snapshot.proto:107

Used in: ContractStorageResponse

message ContractStorageRequest

snapshot.proto:101

result is (ContractStorageRange+, PatriciaRangeProof)*

message ContractStorageResponse

snapshot.proto:111

message PatriciaNode

snapshot.proto:9

Used in: PatriciaRangeProof

message PatriciaNode.Binary

snapshot.proto:15

Used in: PatriciaNode

message PatriciaNode.Edge

snapshot.proto:10

Used in: PatriciaNode

message PatriciaRangeProof

snapshot.proto:27

non leaf nodes required to build the trie given the range (leaves)

message StorageLeafQuery

snapshot.proto:90

A position in some contract's state tree is identified by the state tree's root and the key in it

Used in: StorageRangeQuery

message StorageRangeQuery

snapshot.proto:95

Used in: ContractStorageRequest