Module: Lightning::Onion::FailureMessages::PermanentChannelFailure

Defined in:
lib/lightning/onion/failure_messages/permanent_channel_failure.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.load(_) ⇒ Object



11
12
13
# File 'lib/lightning/onion/failure_messages/permanent_channel_failure.rb', line 11

def self.load(_)
  PermanentChannelFailure
end

Instance Method Details

#to_payloadObject



7
8
9
# File 'lib/lightning/onion/failure_messages/permanent_channel_failure.rb', line 7

def to_payload
  [TYPES[:permanent_channel_failure]].pack('n')
end