XcmTrustedQueryResult

Type Alias XcmTrustedQueryResult 

Source
pub type XcmTrustedQueryResult = Result<bool, Error>;
Expand description

Result of TrustedQueryApi functions.

Aliased Type§

pub enum XcmTrustedQueryResult {
    Ok(bool),
    Err(Error),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(Error)

Contains the error value