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

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

:=

Link to this section Summary

Functions

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

Link to this section Types

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

Link to this section Functions

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

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