Type Alias holochain_types::app::DeleteCloneCellPayload

source ·
pub type DeleteCloneCellPayload = DisableCloneCellPayload;
Expand description

Arguments to delete a disabled clone cell of an app.

Aliased Type§

struct DeleteCloneCellPayload {
    pub app_id: String,
    pub clone_cell_id: CloneCellId,
}

Fields§

§app_id: String

The app id that the clone cell belongs to

§clone_cell_id: CloneCellId

The clone id or cell id of the clone cell