Tezos_raw_protocol_alpha.Sc_rollup_reprSourceThe basic components of an optimistic rollup for smart-contracts.
An optimistic rollup for smart-contracts is made of two main components:
Number of ticks computed by a single commitment. This represents a claim about the state of the PVM, which can be disputed as part of a commitment dispute.
in_memory_size sc_rollup returns the number of bytes sc_rollup uses in RAM.
A Staker is an implicit account, identified by its public key hash.
The data model uses an index of these addresses.