Skip to content

Class BSV::Transaction::Beef::TxidOnlyEntry

Inherits: BSV::Transaction::Beef::BeefTx

A BEEF entry containing only a transaction ID (no raw data).

Attributes

known_wtxid [R]

  • @return [String] 32-byte wire-order wtxid

Public Instance Methods

format_flag()

  • @return [Integer] FORMAT_TXID_ONLY wire-protocol flag

initialize(known_wtxid:)

  • @param known_wtxid [String] 32-byte wire-order wtxid
  • @raise [ArgumentError] if known_wtxid is invalid
  • @return [TxidOnlyEntry] a new instance of TxidOnlyEntry

wtxid()

  • @return [String] the stored wire-order wtxid