mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 19:29:56 +00:00
6 lines
143 B
Rust
6 lines
143 B
Rust
pub mod block_weights;
|
|
pub mod extrinsic_weight;
|
|
|
|
pub use block_weights::BlockExecutionWeight;
|
|
pub use extrinsic_weights::ExtrinsicBaseWeight;
|