Enum OfferSpendKind
- Namespace
- NArk.ArkadeIntents.Assets
- Assembly
- NArk.ArkadeIntents.dll
What became of a deposit, as the transaction that spent it reports.
public enum OfferSpendKind
Fields
Cancelled = 1The deposit went back to the maker, unfilled.
Fulfilled = 2The solver took it and paid for it.
Indeterminate = 0No answer. Not a third outcome — the absence of one, so the caller retries rather than records.