Uses of Class
org.ldk.structs.UnsignedNodeAnnouncement
-
Packages that use UnsignedNodeAnnouncement Package Description org.ldk.structs -
-
Uses of UnsignedNodeAnnouncement in org.ldk.structs
Fields in org.ldk.structs declared as UnsignedNodeAnnouncement Modifier and Type Field Description UnsignedNodeAnnouncementResult_UnsignedNodeAnnouncementDecodeErrorZ.Result_UnsignedNodeAnnouncementDecodeErrorZ_OK. resMethods in org.ldk.structs that return UnsignedNodeAnnouncement Modifier and Type Method Description UnsignedNodeAnnouncementUnsignedNodeAnnouncement. clone()Creates a copy of the UnsignedNodeAnnouncementUnsignedNodeAnnouncementNodeAnnouncement. get_contents()The actual content of the announcementMethods in org.ldk.structs with parameters of type UnsignedNodeAnnouncement Modifier and Type Method Description static NodeAnnouncementNodeAnnouncement. of(byte[] signature_arg, UnsignedNodeAnnouncement contents_arg)Constructs a new NodeAnnouncement given each fieldstatic Result_UnsignedNodeAnnouncementDecodeErrorZResult_UnsignedNodeAnnouncementDecodeErrorZ. ok(UnsignedNodeAnnouncement o)Creates a new CResult_UnsignedNodeAnnouncementDecodeErrorZ in the success state.voidNodeAnnouncement. set_contents(UnsignedNodeAnnouncement val)The actual content of the announcementResult_NoneLightningErrorZNetworkGraph. update_node_from_unsigned_announcement(UnsignedNodeAnnouncement msg)For an already known node (from channel announcements), update its stored properties from a given node announcement without verifying the associated signatures.
-