pub fn set_supported_standards(standards: Vec<Standard>) -> Result<(), String>
Expand description

Sets the supported standards for the reputation module.

This function updates the list of supported standards for the reputation module.

§Arguments

  • standards - A vector of supported standards.

§Returns

  • Result<(), String> - The result of the update operation.