csharp
public readonly record struct AssetMovementOne leg of a transaction: this account's holding of this asset changes by this much.
Fields and properties (3)
public LedgerAccount AccountWhose.
public AssetId AssetOf what.
public long DeltaBy how much. Negative is out.
Methods (2)
public AssetMovement(LedgerAccount Account, AssetId Asset, long Delta)One leg of a transaction: this account's holding of this asset changes by this much.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (3)
- LedgerIntentVixen.Live.Persistence
- MemoryPersistenceVixen.Live.Persistence
- SqlPersistenceVixen.Live.Persistence