Evolution SDK

Time/Slot.ts

Slot overview

Slot number in the Cardano blockchain. Represents a discrete time unit in the blockchain. Each slot is typically 1 second (1000ms) on mainnet.

Added in v2.0.0


Table of contents


Time

Slot (type alias)

Slot number in the Cardano blockchain. Represents a discrete time unit in the blockchain. Each slot is typically 1 second (1000ms) on mainnet.

Signature

export type Slot = bigint

Added in v2.0.0