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