query

Function query 

Source
pub async fn query<C>(
    client: &C,
    pyth_wrapper_pkg: Address,
    price_feed: Address,
) -> Result<Address, Error<C::Error>>
where C: GraphQlClient,
Available on crate feature graphql only.