referrerpolicy=no-referrer-when-downgrade

Type Alias xcm_runtime_apis::trusted_query::XcmTrustedQueryResult

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

Result of TrustedQueryApi functions.

Aliased Type§

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