csharp
public enum LedgerVerdictWhat a store did with an intent.
Fields and properties (5)
AppliedWritten. The balances moved.
ReplayedThis key has been seen. Nothing was written, and that is success.
UnbalancedThe legs do not sum to zero, or name nowhere. A bug in the caller.
SupersededThe acting realm's lease has been superseded. ADR-021's late write.
InsufficientSomebody 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