nooschain / chain/state-root / StateChange
Interface: StateChange
Defined in: chain/state-root.ts:43
One deterministic mutation emitted by a domain transaction handler.
Properties
entityId
entityId:
string
Defined in: chain/state-root.ts:45
namespace
namespace:
StateNamespace
Defined in: chain/state-root.ts:44
newValueHash
newValueHash:
string|null
Defined in: chain/state-root.ts:48
oldValueHash
oldValueHash:
string|null
Defined in: chain/state-root.ts:47
stateKey
stateKey:
string
Defined in: chain/state-root.ts:46