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