Crate orml_utilities

Source

Re-exports§

pub use offchain_worker::OffchainErr;
pub use ordered_set::OrderedSet;

Modules§

offchain_worker
ordered_set

Functions§

simulate_execution
Simulate execution of the supplied function in a new storage transaction. Changes to storage performed by the supplied function are always discarded.
with_transaction_result
Execute the supplied function in a new storage transaction.