Interface: LaneFeatures
Defined in: chain.ts:256
Lane features record. Maps feature keys to their values.
Extends
Record<LaneFeature,unknown>
Properties
CUSTOM_BLOCK_CONFIRMATIONS_RATE_LIMITS
CUSTOM_BLOCK_CONFIRMATIONS_RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:265
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.CUSTOM_BLOCK_CONFIRMATIONS_RATE_LIMITS
MIN_BLOCK_CONFIRMATIONS
MIN_BLOCK_CONFIRMATIONS:
number
Defined in: chain.ts:258
Minimum block confirmations for FTF.
Overrides
Record.MIN_BLOCK_CONFIRMATIONS
RATE_LIMITS
RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:260
Rate limiter bucket state for the lane/token with default finality.
Overrides
Record.RATE_LIMITS