Vixen
caa30e12
csharp
public readonly record struct PendingWrite

An intent that has been applied here and not yet written down.

Read the guide page for this →

Fields and properties (3)

  • public IdempotencyKey Key

    What makes replaying it free.

  • public LedgerIntent Intent

    What to write.

  • public string Detail

    What 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