recall_fendermint_vm_core 0.1.2

Core data structures shared between genesis and messages
Documentation
1
2
3
4
5
6
// Copyright 2022-2024 Protocol Labs
// SPDX-License-Identifier: Apache-2.0, MIT
pub mod chainid;
mod timestamp;

pub use timestamp::Timestamp;