EntityAddress
Constructors
Models
EntityAddress
Added in v1.0.0
Source
Represents the unique address of an entity within the cluster.
Signature
declare class EntityAddress extends { [key: string]: any;} { [key: string]: any; constructor(...args: [props?: { [key: string]: any; }, options?: MakeOptions]); readonly [TypeId]: symbol; "~effect/interfaces/Equal"(that: EntityAddress): boolean; "~effect/interfaces/Hash"(): any;}Schemas
EntityAddressFromSelf
Added in v1.0.0
Source
Represents the unique address of an entity within the cluster.
Signature
declare const EntityAddressFromSelf: Schema.Schema<EntityAddress>