execute_tx

Function execute_tx 

Source
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.