SealingKeysUpgradeSealingKeyResult

Type Alias SealingKeysUpgradeSealingKeyResult 

Source
pub type SealingKeysUpgradeSealingKeyResult = Result<Vec<u8>, UpgradeError>;

Aliased Type§

pub enum SealingKeysUpgradeSealingKeyResult {
    Ok(Vec<u8>),
    Err(UpgradeError),
}

Variants§

§1.0.0

Ok(Vec<u8>)

Contains the success value

§1.0.0

Err(UpgradeError)

Contains the error value