Uses of Class
org.ldk.structs.Type
-
Packages that use Type Package Description org.ldk.structs -
-
Uses of Type in org.ldk.structs
Fields in org.ldk.structs declared as Type Modifier and Type Field Description Type
Option_TypeZ.Some. some
Methods in org.ldk.structs that return Type Modifier and Type Method Description Type
Type. clone()
Creates a copy of a Typestatic Type
Type. new_impl(Type.TypeInterface arg)
Methods in org.ldk.structs that return types with arguments of type Type Modifier and Type Method Description TwoTuple<byte[],Type>[]
CustomMessageHandler.CustomMessageHandlerInterface. get_and_clear_pending_msg()
Gets the list of pending messages which were generated by the custom message handler, clearing the list in the process.TwoTuple<byte[],Type>[]
CustomMessageHandler. get_and_clear_pending_msg()
Gets the list of pending messages which were generated by the custom message handler, clearing the list in the process.Methods in org.ldk.structs with parameters of type Type Modifier and Type Method Description Result_NoneLightningErrorZ
CustomMessageHandler.CustomMessageHandlerInterface. handle_custom_message(Type msg, byte[] sender_node_id)
Called with the message type that was received and the buffer to be read.Result_NoneLightningErrorZ
CustomMessageHandler. handle_custom_message(Type msg, byte[] sender_node_id)
Called with the message type that was received and the buffer to be read.static Option_TypeZ
Option_TypeZ. some(Type o)
Constructs a new COption_TypeZ containing a crate::lightning::ln::wire::Type
-