pub type SharedCeState = Arc<RwLock<MultiAccountState<CeData>>>;
pub struct SharedCeState { /* private fields */ }