Introduction
The submodules collected here, under the Ledger.Core.Specification
module, define some of the core types of the ledger that remain unchanged across
ledger eras.
Addresses¶
The Address module defines credentials and various address types.
import Ledger.Core.Specification.Address
Cryptography¶
The Crypto module defines cryptographic primitives and structures.
import Ledger.Core.Specification.Crypto
Epoch¶
The Epoch module defines epoch-related concepts and structures.
import Ledger.Core.Specification.Epoch