semioscan 0.10.0

Production-grade Rust library for blockchain analytics: gas calculation, price extraction, and block window calculations for EVM chains
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2025 Semiotic AI, Inc.
//
// SPDX-License-Identifier: Apache-2.0

//! Cache metadata types
//!
//! Re-exports strong types for cache metadata from the blocks::cache::types module.

pub use crate::blocks::cache::types::{AccessSequence, TimestampMillis};