Type Alias fuels_accounts::AccountResult

source ·
pub type AccountResult<T> = Result<T, AccountError>;

Aliased Type§

enum AccountResult<T> {
    Ok(T),
    Err(AccountError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AccountError)

Contains the error value