View Source BitcoinLib.Block.Transactions (BitcoinLib v0.4.7)

Converts a list of bytes into a list of transactions

Link to this section Summary

Link to this section Functions

Link to this function

decode(transactions_data)

View Source
@spec decode(binary()) :: {:ok, list()} | {:error, binary()}