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 TypeOption_TypeZ.Some. someMethods in org.ldk.structs that return Type Modifier and Type Method Description TypeType. clone()Creates a copy of a Typestatic TypeType. 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_NoneLightningErrorZCustomMessageHandler.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_NoneLightningErrorZCustomMessageHandler. 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_TypeZOption_TypeZ. some(Type o)Constructs a new COption_TypeZ containing a crate::lightning::ln::wire::Type
-