jam-pvm-common 0.1.28

Common logic for JAM PVM crates including services and authorizers
Documentation
1
2
3
4
5
pub fn load_protocol_parameters() {
	use crate::host_calls::fetch_wrappers::protocol_parameters;
	let params = protocol_parameters();
	params.apply().expect("Protocol parameters are invalid");
}