Class BSV::Overlay::TaggedBEEF ¶
Inherits: Object
Tagged BEEF (Background Evaluation Extended Format) structure.
Comprises a transaction, its SPV information, and the overlay topics where its inclusion is requested.
Attributes¶
beef [R] ¶
- @return [String] raw binary BEEF-encoded transaction data
topics [R] ¶
- @return [Array
] overlay topic names where the transaction is to be submitted
Public Instance Methods¶
initialize(beef:, topics:) ¶
- @param
beef[String] raw binary BEEF-encoded transaction data - @param
topics[Array] overlay topic names - @return [TaggedBEEF] a new instance of TaggedBEEF