Skip to main content

build_ctor_client_store_config

Function build_ctor_client_store_config 

Source
fn build_ctor_client_store_config(
    ctor_stores: Vec<CTorClientKeystoreConfig>,
) -> Result<CTorClientKeystoreConfigList, ConfigBuildError>
Expand description

Helper for building and validating a CTorClientKeystoreConfigList.

Returns an error if the KeystoreIds of the CTorClientKeystoreConfigs are not unique.