Skip to content
Snippets Groups Projects
Unverified Commit 95483a88 authored by Andrii's avatar Andrii Committed by GitHub
Browse files

Improved TrustedQueryAPI signatures (#6129)


Changed returned type of API methods from `Result<bool,
xcm_runtime_apis::trusted_query::Error>` to a typed one `type
XcmTrustedQueryResult = Result<bool,
xcm_runtime_apis::trusted_query::Error>;`
Follow-up of
[PR-6039](https://github.com/paritytech/polkadot-sdk/pull/6039)

---------

Co-authored-by: default avatarBastian Köcher <git@kchr.de>
Co-authored-by: default avatarAdrian Catangiu <adrian@parity.io>
parent a538ac10
No related merge requests found
Pipeline #502197 waiting for manual action with stages
in 13 minutes and 9 seconds
Showing
with 59 additions and 26 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment