Function quote_dispatch

Source
pub fn quote_dispatch<C: CustomQuery>(
    querier: &QuerierWrapper<'_, C>,
    hook: impl Into<String>,
    metadata: impl Into<HexBinary>,
    message: impl Into<HexBinary>,
) -> StdResult<QuoteDispatchResponse>