class Bitcoin::Message::NotFound

notfound message bitcoin.org/en/developer-reference#notfound

Constants

COMMAND

Attributes

inventories[R]

Public Class Methods

new(inventories = []) click to toggle source
# File lib/bitcoin/message/not_found.rb, line 14
def initialize(inventories = [])
  @inventories = inventories
end