pub async fn fetch_html_receipt(
url: &str,
) -> Result<ResponseReceipt, TransportError>Expand description
Fetch an undecoded HTML response receipt through the default transport.
pub async fn fetch_html_receipt(
url: &str,
) -> Result<ResponseReceipt, TransportError>Fetch an undecoded HTML response receipt through the default transport.