pub(crate) fn execute_tx(
executor: &mut Executor,
tx: &BasicTxDetails,
) -> Result<RawCallResult>Expand description
Calls the invariant selector and returns call result and if succeeded. Updates the block number and block timestamp if configured.