pub type ThresholdEcdsaResult<T> = Result<T, ThresholdEcdsaError>;Aliased Type§
pub enum ThresholdEcdsaResult<T> {
Ok(T),
Err(ThresholdEcdsaError),
}pub type ThresholdEcdsaResult<T> = Result<T, ThresholdEcdsaError>;pub enum ThresholdEcdsaResult<T> {
Ok(T),
Err(ThresholdEcdsaError),
}