[][src]Function ledger_hw_app_btc::wallet::get_trusted_input

pub async fn get_trusted_input<'_, '_, T: Transport + Sync>(
    transport: &'_ T,
    transaction: &'_ Transaction,
    index: usize
) -> Result<(OutPoint, u64, DeviceSig), AppError<T::Error>>

This command is used to extract a Trusted Input (encrypted transaction hash, output index, output amount) from a transaction.