Struct OnionErrorPacket
lightning::ln::msgs
pub struct OnionErrorPacket { pub data: Vec<u8>, }
data: Vec<u8>
impl MsgDecodable for OnionErrorPacket
fn decode(_v: &[u8]) -> Result<Self, DecodeError>
impl MsgEncodable for OnionErrorPacket
fn encode(&self) -> Vec<u8>