Skip to main content

ci2_pylon_types/
lib.rs

1// Copyright (C) The Strand-Braid Authors
2// SPDX-License-Identifier: MIT OR Apache-2.0
3
4#[derive(Clone, Debug)]
5pub struct PylonExtra {
6    pub block_id: u64,
7    pub device_timestamp: u64,
8}
9
10impl ci2::BackendData for PylonExtra {}