[][src]Function ledger_hw_app_btc::wallet::hash_output_full

pub async fn hash_output_full<'_, '_, '_, T: Transport + Sync>(
    transport: &'_ T,
    outputs: &'_ [&'_ TxOut]
) -> Result<(), AppError<T::Error>>