Skip to main content
Version: 1.5.1

Interface: LaneFeatures

Defined in: chain.ts:340

Lane features record. Maps feature keys to their values.

Extends

Properties

FAST_RATE_LIMITS

FAST_RATE_LIMITS: RateLimiterState

Defined in: chain.ts:351

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:342

Minimum block confirmations for FTF.

Overrides

Record.FINALITY_FAST


FINALITY_SAFE

FINALITY_SAFE: true

Defined in: chain.ts:344

FCR/safe finality.

Overrides

Record.FINALITY_SAFE


RATE_LIMITS

RATE_LIMITS: RateLimiterState

Defined in: chain.ts:346

Rate limiter bucket state for the lane/token with default finality.

Overrides

Record.RATE_LIMITS