Package org.ldk.structs
Interface Type.TypeInterface
-
- Enclosing class:
- Type
public static interface Type.TypeInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
debug_str()
Return a human-readable "debug" string describing this objectshort
type_id()
Returns the type identifying the message payload.byte[]
write()
Serialize the object into a byte array
-
-
-
Method Detail
-
type_id
short type_id()
Returns the type identifying the message payload.
-
debug_str
String debug_str()
Return a human-readable "debug" string describing this object
-
write
byte[] write()
Serialize the object into a byte array
-
-