Macro frame_support::hypothetically_ok
source · macro_rules! hypothetically_ok { ($e:expr $(, $args:expr)* $(,)?) => { ... }; }
Expand description
Assert something to be hypothetically Ok
, without actually committing it.
Reverts any storage changes made by the closure.