DispatchMetric
The type of metric to use for a reward dispatch strategy
enum DispatchMetric {
DISPATCH_METRIC_MAKER_FEES_PAID
DISPATCH_METRIC_MAKER_FEES_RECEIVED
DISPATCH_METRIC_LP_FEES_RECEIVED
DISPATCH_METRIC_MARKET_VALUE
}
Values
DispatchMetric.DISPATCH_METRIC_MAKER_FEES_PAID
Dispatch metric that uses the total maker fees paid in the market
DispatchMetric.DISPATCH_METRIC_MAKER_FEES_RECEIVED
Dispatch metric that uses the total maker fees received in the market
DispatchMetric.DISPATCH_METRIC_LP_FEES_RECEIVED
Dispatch metric that uses the total LP fees received in the market
DispatchMetric.DISPATCH_METRIC_MARKET_VALUE
Dispatch metric that uses the total value of the market if above the required threshold and not paid given proposer bonus yet
Member of
DispatchStrategy
object