Function createInstanceIfNotExist
- createInstanceIfNotExist(owner, instanceName?): Promise<{
exists: boolean;
instanceId: SHA256IdHash<Instance>;
}> Parameters
- owner: SHA256IdHash<Person>
Optional
instanceName: string
Returns Promise<{
exists: boolean;
instanceId: SHA256IdHash<Instance>;
}>
Creates a new instance by creating the Instance IdObject.