Vixen
02b45cc4
csharp
public enum LedgerVerdict

What a store did with an intent.

Read the guide page for this →

Fields and properties (5)

  • Applied

    Written. The balances moved.

  • Replayed

    This key has been seen. Nothing was written, and that is success.

  • Unbalanced

    The legs do not sum to zero, or name nowhere. A bug in the caller.

  • Superseded

    The acting realm's lease has been superseded. ADR-021's late write.

  • Insufficient

    Somebody does not have what the intent takes off them.

Used by (7)

  • ConservationTestsVixen.Live.Persistence.Tests
  • LedgerResultVixen.Live.Persistence
  • LedgerTestsVixen.Live.Persistence.Tests
  • MemoryPersistenceVixen.Live.Persistence
  • SqlPersistenceVixen.Live.Persistence
  • TransferFleetVixen.Live.Realm.Tests
  • TransferOracleTestsVixen.Live.Realm.Tests