Skip to main content
Version: 1.1.1

Interface: LaneFeatures

Defined in: chain.ts:257

Lane features record. Maps feature keys to their values.

Extends

Properties

CUSTOM_BLOCK_CONFIRMATIONS_RATE_LIMITS

CUSTOM_BLOCK_CONFIRMATIONS_RATE_LIMITS: RateLimiterState

Defined in: chain.ts:266

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

Minimum block confirmations for FTF.

Overrides

Record.MIN_BLOCK_CONFIRMATIONS


RATE_LIMITS

RATE_LIMITS: RateLimiterState

Defined in: chain.ts:261

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

Overrides

Record.RATE_LIMITS