Function frame_support::storage::require_transaction[][src]

pub fn require_transaction()
Expand description

Assert this method is called within a storage transaction. This will panic if is not called within a storage transaction.

This assertion is enabled for native execution and when debug_assertions are enabled.