View Source Bitcoinex.Transaction.Witness (bitcoinex v0.3.0)
Witness structure part of an on-chain transaction.
Link to this section Summary
Functions
Parses a binary that must contain exactly one serialized witness stack: trailing bytes after the last stack item make it invalid.
Wtiness accepts a binary and deserializes it.
Link to this section Types
@type t() :: %Bitcoinex.Transaction.Witness{txinwitness: [binary()]}
Link to this section Functions
Parses a binary that must contain exactly one serialized witness stack: trailing bytes after the last stack item make it invalid.
Wtiness accepts a binary and deserializes it.