[−][src]Type Definition evmc_sys::evmc_get_tx_context_fn
type evmc_get_tx_context_fn = Option<unsafe extern "C" fn(context: *mut evmc_host_context) -> evmc_tx_context>;
Get transaction context callback function.
This callback function is used by an EVM to retrieve the transaction and block context.
@param context The pointer to the Host execution context. @return The transaction context.