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.
pub fn system_params_to_kv(
params: &PbSystemParams,
) -> Result<Vec<(String, String)>, SystemParamsError>
The returned map only contains undeprecated fields. Return error if there are missing fields.