set_version

Set the version to the provided value. After a call to set_version, starknet::get_execution_info().tx_info.version will return the set value.

Fully qualified path: core::starknet::testing::set_version

pub fn set_version(version: felt252)