enable_clone_cell

Function enable_clone_cell 

Source
pub fn enable_clone_cell(
    input: DisableCloneCellInput,
) -> Result<ClonedCell, WasmError>
Expand description

Enable a disabled clone cell in the current app.

§Returns

A struct with the enabled cell’s clone id and cell id.