pub fn system_params_from_kv<K, V>(
kvs: Vec<(K, V)>,
) -> Result<PbSystemParams, SystemParamsError>
Expand description
Try to deserialize deprecated fields as well. Return error if there are unrecognized fields.
pub fn system_params_from_kv<K, V>(
kvs: Vec<(K, V)>,
) -> Result<PbSystemParams, SystemParamsError>
Try to deserialize deprecated fields as well. Return error if there are unrecognized fields.