Enum ArkadeSwapRefusal
- Namespace
- NArk.ArkadeIntents.Assets
- Assembly
- NArk.ArkadeIntents.dll
Why a client refused to fund an Arkade-to-Arkade quote it had already received.
public enum ArkadeSwapRefusal
Fields
AmountRejected = 1An amount is missing, non-positive, or not the one that was asked for.
QuoteExpired = 0The quote's
valid_untilhas passed, or it carried none.WrongPair = 2The quote answers a different market than the one requested.