Interface RegistryStorageParameters

StorageParameters are parameters for the storage committee.

interface RegistryStorageParameters {
    checkpoint_chunk_size: longnum;
    checkpoint_interval: longnum;
    checkpoint_num_kept: longnum;
}

Properties

checkpoint_chunk_size: longnum

CheckpointChunkSize is the chunk size parameter for checkpoint creation.

checkpoint_interval: longnum

CheckpointInterval is the expected runtime state checkpoint interval (in rounds).

checkpoint_num_kept: longnum

CheckpointNumKept is the expected minimum number of checkpoints to keep.