pub fn create_clone_cell(
input: CreateCloneCellInput,
) -> Result<ClonedCell, WasmError>Expand description
Create a new cell in the current app based on the DNA of an existing cell in this app.
§Returns
A struct with the created cell’s clone id and cell id.