mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
Make Schedule fields public to allow for customization (#8924)
* Make `Schedule` fields public for customization * Fix doc typo Co-authored-by: Andrew Jones <ascjones@gmail.com> Co-authored-by: Andrew Jones <ascjones@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b3fabde4e3
commit
2fa35d705a
@@ -96,7 +96,11 @@ pub mod weights;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use crate::{pallet::*, schedule::Schedule, exec::Frame};
|
||||
pub use crate::{
|
||||
pallet::*,
|
||||
schedule::{Schedule, Limits, InstructionWeights, HostFnWeights},
|
||||
exec::Frame,
|
||||
};
|
||||
use crate::{
|
||||
gas::GasMeter,
|
||||
exec::{Stack as ExecStack, Executable},
|
||||
|
||||
Reference in New Issue
Block a user