Function trezor_client::utils::psbt_find_input
source · pub fn psbt_find_input(
psbt: &PartiallySignedTransaction,
txid: Hash
) -> Result<&Input>
Expand description
Find the (first if multiple) PSBT input that refers to the given txid.