execute_query

Function execute_query 

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

Executes VM query and discards any changes to the blockchain state.