package vmware.concord.client.statesnapshot.v1

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

service StateSnapshotService

state_snapshot.proto:22

The StateSnapshotService can be used to initialize an Application from a state snapshot visible to Concord Client. A state snapshot contains all key-values in the `STORAGE_SPACE_MERKLE` storage space from the start of the blockchain up to a specific point and is identified by a snapshot ID. A state snapshot contains only the last writes (as of the state snapshot itself) to key-values in the `STORAGE_SPACE_MERKLE` storage space and no prior historical writes. See `execution_engine.proto` for more information about storage spaces.

message KeyValuePair

state_snapshot.proto:141

Used in: StreamSnapshotResponse

message OptionalValue

state_snapshot.proto:158

Used in: ReadAsOfResponse