Crate pallet_gear
source ·Re-exports§
pub use crate::manager::ExtManager;
pub use crate::manager::HandleKind;
pub use weights::WeightInfo;
pub use crate::pallet::*;
Modules§
- Manager which handles results of message processing.
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for pallet_gear
Macros§
Structs§
- The struct contains results of gas calculation required to process a message.
- Describes the weight for all categories of supported wasm instructions.
- Describes the upper limits on various metrics.
- Describes the weight for memory interaction.
- The struct contains results of read only send message RPC call.
- Definition of the cost schedule and other parameterization for the wasm vm.
- Describes the weight for each imported function that a program is allowed to call.
Traits§
- A trait representing a registry that provides methods to lookup and run a builtin actor.
- A trait that defines the interface of a builtin dispatcher factory.