1 2 3 4 5
// Copyright (c) 2026 Kirky.X // SPDX-License-Identifier: MIT //! Domain types module - core data types for inklog. pub mod log_record;