Interface: LaneFeatures
Defined in: chain.ts:206
Lane features record. Maps feature keys to their values.
Properties
CUSTOM_FINALITY_RATE_LIMITS
CUSTOM_FINALITY_RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:215
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.
MIN_BLOCK_CONFIRMATIONS
MIN_BLOCK_CONFIRMATIONS:
number
Defined in: chain.ts:208
Minimum block confirmations for FTF.
RATE_LIMITS
RATE_LIMITS:
RateLimiterState
Defined in: chain.ts:210
Rate limiter bucket state for the lane/token with default finality.