Home > @holochain/client > CreateCloneCellRequest
Signature:
export interface CreateCloneCellRequest
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) Optionally set a proof of membership for the new cell. | |||
{ network_seed?: NetworkSeed; properties?: DnaProperties; origin_time?: Timestamp; } |
Modifiers to set for the new cell. At least one of the modifiers must be set to obtain a distinct hash for the clone cell's DNA. | ||
string |
(Optional) Optionally a name for the DNA clone. | ||
The DNA's role id to clone. |