Skip to main content
Version: 1.0.0

Variable: LaneCapability

const LaneCapability: { CUSTOM_FINALITY_RATE_LIMITS: "CUSTOM_FINALITY_RATE_LIMITS"; MIN_BLOCK_CONFIRMATIONS: "MIN_BLOCK_CONFIRMATIONS"; RATE_LIMITS: "RATE_LIMITS"; }

Defined in: chain.ts:181

Available lane capability keys. These represent features or thresholds that can be configured per-lane.

Type Declaration

CUSTOM_FINALITY_RATE_LIMITS

readonly CUSTOM_FINALITY_RATE_LIMITS: "CUSTOM_FINALITY_RATE_LIMITS" = 'CUSTOM_FINALITY_RATE_LIMITS'

Rate limiter bucket state when using non-default finality (FTF). Only meaningful when FTF is supported on this lane, i.e. LaneCapability.MIN_BLOCK_CONFIRMATIONS is present and \> 0.

MIN_BLOCK_CONFIRMATIONS

readonly MIN_BLOCK_CONFIRMATIONS: "MIN_BLOCK_CONFIRMATIONS" = 'MIN_BLOCK_CONFIRMATIONS'

Minimum block confirmations required for Faster Time to Finality (FTF). When present and non-zero, indicates FTF is enabled on this lane.

RATE_LIMITS

readonly RATE_LIMITS: "RATE_LIMITS" = 'RATE_LIMITS'

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