forked from ghostchain/ghost-node
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;
|