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