Uses of Class
org.ldk.structs.Packet
-
Packages that use Packet Package Description org.ldk.structs -
-
Uses of Packet in org.ldk.structs
Methods in org.ldk.structs that return Packet Modifier and Type Method Description PacketPacket. clone()Creates a copy of the PacketPacketOnionMessage. get_onion_routing_packet()The full onion packet including hop data, pubkey, and hmacstatic PacketPacket. of(byte version_arg, byte[] public_key_arg, byte[] hop_data_arg, byte[] hmac_arg)Constructs a new Packet given each fieldMethods in org.ldk.structs with parameters of type Packet Modifier and Type Method Description booleanPacket. eq(Packet b)Checks if two Packets contain equal inner contents.static OnionMessageOnionMessage. of(byte[] blinding_point_arg, Packet onion_routing_packet_arg)Constructs a new OnionMessage given each fieldvoidOnionMessage. set_onion_routing_packet(Packet val)The full onion packet including hop data, pubkey, and hmac
-