View Source BitcoinLib.Signing.Psbt.Input.WitnessUtxo (BitcoinLib v0.4.7)

A witness UTXO in a partially signed bitcoin transaction's input

Link to this section Summary

Link to this section Types

@type t() :: BitcoinLib.Signing.Psbt.Input.WitnessUtxo

Link to this section Functions

@spec parse(BitcoinLib.Signing.Psbt.Keypair.t()) :: {:ok, t()} | {:error, binary()}