Package org.ldk.structs
Class BlindedHop
- java.lang.Object
-
- org.ldk.structs.BlindedHop
-
public class BlindedHop extends Object
Used to construct the blinded hops portion of a blinded route. These hops cannot be identified by outside observers and thus can be used to hide the identity of the recipient.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()static Result_BlindedHopDecodeErrorZread(byte[] ser)Read a BlindedHop from a byte array, created by BlindedHop_writebyte[]write()Serialize the BlindedHop object into a byte array which can be read by BlindedHop_read
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
write
public byte[] write()
Serialize the BlindedHop object into a byte array which can be read by BlindedHop_read
-
read
public static Result_BlindedHopDecodeErrorZ read(byte[] ser)
Read a BlindedHop from a byte array, created by BlindedHop_write
-
-