pub fn execute_query<F>(
tx_input: TxInput,
state: &mut BlockchainStateRef,
runtime: &RuntimeRef,
f: F,
) -> TxResultwhere
F: RuntimeInstanceCallLambda,Expand description
Executes VM query and discards any changes to the blockchain state.