class Tapyrus::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/tapyrus/message/not_found.rb, line 13 def initialize(inventories = []) @inventories = inventories end