Skip to main content

StoreSerialPredecessor

Type Alias StoreSerialPredecessor 

Source
pub type StoreSerialPredecessor = SerialStorePosition;

Aliased Type§

pub enum StoreSerialPredecessor {
    Genesis {
        root: StoreRootRef,
        founder_registration: StoreDeviceRegistrationRef,
    },
    Commit(StoreBatchCommitRef),
}

Variants§

§

Genesis

Fields

§root: StoreRootRef
§founder_registration: StoreDeviceRegistrationRef
§

Commit(StoreBatchCommitRef)