Slot Config

typedef struct cardano_slot_config_t cardano_slot_config_t

Configuration structure for slot timing on the Cardano network.

The cardano_slot_config_t structure encapsulates configuration parameters for converting between Unix time and slots in the Cardano network. This structure provides essential timing information to correctly interpret and compute slot numbers based on network-specific parameters.

Predefined Slot Configurations

const cardano_slot_config_t CARDANO_MAINNET_SLOT_CONFIG

Predefined slot configuration for the Cardano Mainnet.

const cardano_slot_config_t CARDANO_PREVIEW_SLOT_CONFIG

Predefined slot configuration for the Cardano Preview network.

const cardano_slot_config_t CARDANO_PREPROD_SLOT_CONFIG

Predefined slot configuration for the Cardano Preprod network.