pub fn _update_canister_metadata(
    metadata: ReputationModuleMetadata
) -> Result<ReputationModuleMetadata, String>
Expand description

Updates the metadata of the reputation module.

This function updates the metadata of the reputation module with the provided metadata.

§Arguments

  • metadata - The new metadata for the reputation module.

§Returns

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