EntityAddress.ts overview
Since v1.0.0
Exports Grouped by Category
models
EntityAddress (class)
Represents the unique address of an entity within the cluster.
Signature
declare class EntityAddress
Since v1.0.0
[Hash.symbol] (method)
Signature
declare const [Hash.symbol]: () => any
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
schemas
EntityAddressFromSelf
Represents the unique address of an entity within the cluster.
Signature
declare const EntityAddressFromSelf: Schema.Schema<EntityAddress>
Since v1.0.0
type ids
TypeId
Signature
declare const TypeId: unique symbol
Since v1.0.0
TypeId (type alias)
Signature
type TypeId = typeof TypeId
Since v1.0.0