package starknet.capabilities

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

message SyncCapability

capabilities.proto:12

A capability for one of the following protocols: 1. /starknet/headers/ 2. /starknet/state_diffs/ 3. /starknet/classes/ 4. /starknet/transactions/ 5. /starknet/events/ The capability defines which blocks does the node store

message SyncCapability.ArchiveStrategy

capabilities.proto:13

Used in: SyncCapability

(message has no fields)

message SyncCapability.ConstSizePruneStrategy

capabilities.proto:15

Keep data for the top n blocks of the chain for the given protocol.

Used in: SyncCapability

message SyncCapability.L1PruneStrategy

capabilities.proto:14

Used in: SyncCapability

(message has no fields)

message SyncCapability.StaticPruneStrategy

capabilities.proto:18

Keep all data from a hardcoded block for the given protocol.

Used in: SyncCapability