SingletonAddress
Address
SingletonAddress
Added in v1.0.0
Source
Represents the unique address of an singleton within the cluster.
Signature
declare class SingletonAddress extends { [key: string]: any;} { [key: string]: any; constructor(...args: [props?: { [key: string]: any; }, options?: MakeOptions]); readonly [TypeId]: symbol; "~effect/interfaces/Equal"(that: SingletonAddress): boolean; "~effect/interfaces/Hash"(): any;}Signature
declare const TypeId: unique symbolSignature
type TypeId = typeof TypeId