Expand description
Runtime modules.
Enums§
- Auth
Decision - An authentication decision for cases where multiple handlers are available.
- Call
Result - A variant of
types::transaction::CallResult
but used for dispatch purposes so the dispatch process can use a different representation. - Dispatch
Result - Result of invoking the method handler.
Traits§
- Block
Handler - Block handler.
- FeeProxy
Handler - Fee proxy handler.
- Invariant
Handler - Invariant handler.
- Method
Handler - Method handler.
- Migration
Handler - Migration handler.
- Module
- A runtime module.
- Module
Info Handler - Info handler.
- Parameters
- Parameters for a runtime module.
- Transaction
Handler - Transaction handler.
Functions§
- dispatch_
call - A convenience function for dispatching method calls.
- dispatch_
query - A convenience function for dispatching queries.