Skip to main content

GetDelegationResult

Type Alias GetDelegationResult 

Source
pub type GetDelegationResult = Result<SignedDelegation, GetDelegationError>;

Aliased Type§

pub enum GetDelegationResult {
    Ok(SignedDelegation),
    Err(GetDelegationError),
}

Variants§

§1.0.0

Ok(SignedDelegation)

Contains the success value

§1.0.0

Err(GetDelegationError)

Contains the error value