Function system_params_to_kv

Source
pub fn system_params_to_kv(
    params: &PbSystemParams,
) -> Result<Vec<(String, String)>, SystemParamsError>
Expand description

The returned map only contains undeprecated fields. Return error if there are missing fields.