Class SolverFeeSides
- Namespace
- NArk.ArkadeIntents.SolverRegistry
- Assembly
- NArk.ArkadeIntents.dll
A market's per-direction fees, when it publishes them.
public sealed class SolverFeeSides
- Inheritance
-
SolverFeeSides
- Inherited Members
Remarks
Only cross-asset Arkade markets carry this today. A same-asset corridor publishes one
fee_bps standing for both directions, and a card that advertises one market for both
states the wider of the two — overstating a fee is the safe direction, understating one is a card
that lies.
Properties
Base
The fee when the base leg is deposited.
public SolverFeeSide? Base { get; init; }
Property Value
Quote
The fee when the quote leg is deposited.
public SolverFeeSide? Quote { get; init; }