Class BSV::Transaction::Beef::RawTxEntry ¶
Inherits: BSV::Transaction::Beef::BeefTx
A BEEF entry containing a raw transaction without a merkle proof.
Attributes¶
transaction [R] ¶
- @return [Transaction::Tx] the transaction
Public Instance Methods¶
format_flag() ¶
- @return [Integer] FORMAT_RAW_TX wire-protocol flag
initialize(transaction:) ¶
- @param
transaction[Transaction::Tx] the transaction - @raise [ArgumentError] if transaction is nil
- @return [RawTxEntry] a new instance of RawTxEntry
wtxid() ¶
- @return [String] wire-order wtxid delegated to the transaction