Module: Bitcoin::HexConverter
- Included in:
- BlockHeader, ExtKey, ExtPubkey, Message::Base, OutPoint, PSBT::GlobalXpub, PSBT::Tx, PaymentCode, Script, Store::ChainEntry, Taproot::ControlBlock, Tx, Wallet::Account, Wallet::MasterKey
- Defined in:
- lib/bitcoin/util.rb
Instance Method Summary collapse
Instance Method Details
#to_hex ⇒ Object
164 165 166 |
# File 'lib/bitcoin/util.rb', line 164 def to_hex to_payload.bth end |