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

Extracts a keypair's value from a binary according to the specification

:=

Link to this section Summary

Functions

Extracts a value from some arbitrary data, returning a tuple containing the value and the remaining data

Link to this section Types

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

Link to this section Functions

@spec extract_from(binary()) :: {t(), binary()}

Extracts a value from some arbitrary data, returning a tuple containing the value and the remaining data