commit_call

Function commit_call 

Source
pub fn commit_call<F>(
    tx_input: TxInput,
    state: &mut BlockchainStateRef,
    runtime: &RuntimeRef,
    f: F,
) -> TxResult
Expand description

Executes transaction and commits changes back to the underlying blockchain state.

Does not handle async calls.