SingletonAddress.ts overview
Since v1.0.0
Exports Grouped by Category
Address
SingletonAddress (class)
Represents the unique address of an singleton within the cluster.
Signature
declare class SingletonAddress
Since v1.0.0
[Hash.symbol] (method)
Signature
declare const [Hash.symbol]: () => any
Since v1.0.0
[Equal.symbol] (method)
Signature
declare const [Equal.symbol]: (that: SingletonAddress) => boolean
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
TypeId
Signature
declare const TypeId: unique symbol
Since v1.0.0
TypeId (type alias)
Signature
type TypeId = typeof TypeId
Since v1.0.0