Interface: LaneFeatures
Defined in: chain.ts:310
Lane features record. Maps feature keys to their values.
Extends
Record<LaneFeature,unknown>
Properties
FAST_RATE_LIMITS
FAST_RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:321
Rate limiter bucket state when using a non-default finality mode (FTF or FCR). If absent, the default rate limits (LaneFeatures.RATE_LIMITS) apply even when using a non-default finality mode.
Overrides
Record.FAST_RATE_LIMITS
FINALITY_FAST
FINALITY_FAST:
number
Defined in: chain.ts:312
Minimum block confirmations for FTF.
Overrides
Record.FINALITY_FAST
FINALITY_SAFE
FINALITY_SAFE:
true
Defined in: chain.ts:314
FCR/safe finality.
Overrides
Record.FINALITY_SAFE
RATE_LIMITS
RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:316
Rate limiter bucket state for the lane/token with default finality.
Overrides
Record.RATE_LIMITS