Class: Bitcoin::Message::SendHeaders

Inherits:
Base show all
Defined in:
lib/bitcoin/message/send_headers.rb

Overview

Constant Summary collapse

COMMAND =
'sendheaders'

Constants included from Util

Util::DIGEST_NAME_SHA256

Instance Method Summary collapse

Methods inherited from Base

#to_pkt

Methods included from Util

#byte_to_bit, #calc_checksum, #decode_base58_address, #double_sha256, #encode_base58_address, #hash160, #hmac_sha256, #pack_boolean, #pack_var_int, #pack_var_string, #sha256, #unpack_boolean, #unpack_var_int, #unpack_var_int_from_io, #unpack_var_string

Instance Method Details

#to_payloadObject



10
11
12
# File 'lib/bitcoin/message/send_headers.rb', line 10

def to_payload
  ''
end