Function get_theme_parameters_json_string

Source
pub async fn get_theme_parameters_json_string(
    theme: ThemeParameters,
    client_id: i32,
) -> Result<Text, Error>
Expand description

Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously

ยงArguments

  • theme - Theme parameters to convert to JSON
  • client_id - The client id to send the request to