csharp
public readonly record struct PendingWriteAn intent that has been applied here and not yet written down.
Fields and properties (3)
public IdempotencyKey KeyWhat makes replaying it free.
public LedgerIntent IntentWhat to write.
public string DetailWhat it was, for the support tool.
Methods (1)
public PendingWrite(IdempotencyKey Key, LedgerIntent Intent, string Detail)An intent that has been applied here and not yet written down.
Used by (4)
- ShardMmo.Soak
- HousekeepingTestsVixen.Live.Gameplay.Tests
- LedgerBridgeVixen.Live.Gameplay
- LedgerBridgeTestsVixen.Live.Gameplay.Tests