pub fn commit_call<F>(
tx_input: TxInput,
state: &mut BlockchainStateRef,
runtime: &RuntimeRef,
f: F,
) -> TxResultwhere
F: RuntimeInstanceCallLambda,
Expand description
Executes transaction and commits changes back to the underlying blockchain state.
Does not handle async calls.