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),
}