BEEF (Background Evaluation Extended Format) transaction container.
Supports BRC-64 (V1), BRC-96 (V2), and BRC-95 (Atomic BEEF) formats.
Summary
Functions
BEEF V1 version constant.
BEEF V2 version constant.
Parse a BEEF from binary data.
Parse a BEEF from a hex string.
Types
@type t() :: %BSV.SPV.Beef{ bumps: [BSV.SPV.MerklePath.t()], transactions: %{required(binary()) => BSV.SPV.Beef.BeefTx.t()}, version: non_neg_integer() }