Interface: LaneFeatures
Defined in: chain.ts:309
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:320
Rate limiter bucket state when using non-default finality (FTF). If absent, the default rate limits (LaneFeatures.RATE_LIMITS) apply even when using custom finality.
Overrides
Record.FAST_RATE_LIMITS
FINALITY_FAST
FINALITY_FAST:
number
Defined in: chain.ts:311
Minimum block confirmations for FTF.
Overrides
Record.FINALITY_FAST
FINALITY_SAFE
FINALITY_SAFE:
true
Defined in: chain.ts:313
FCR/safe finality.
Overrides
Record.FINALITY_SAFE
RATE_LIMITS
RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:315
Rate limiter bucket state for the lane/token with default finality.
Overrides
Record.RATE_LIMITS