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

A partially signed bitcoin transaction

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec parse(binary()) :: {:ok, t()} | {:error, binary()}