Uses of Class
org.ldk.structs.ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
-
Packages that use ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Package Description org.ldk.structs -
-
Uses of ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ in org.ldk.structs
Fields in org.ldk.structs declared as ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Modifier and Type Field Description ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.Some. some
Methods in org.ldk.structs that return ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Modifier and Type Method Description ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ. clone()
Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ. of(ChannelAnnouncement a, ChannelUpdate b, ChannelUpdate c)
Creates a new C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ from the contained elements.Methods in org.ldk.structs with parameters of type ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ Modifier and Type Method Description static Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ
Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ. some(ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ o)
Constructs a new COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ containing a crate::c_types::derived::C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ
-