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 UnsignedNodeAnnouncement
Result_UnsignedNodeAnnouncementDecodeErrorZ.Result_UnsignedNodeAnnouncementDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UnsignedNodeAnnouncement Modifier and Type Method Description UnsignedNodeAnnouncement
UnsignedNodeAnnouncement. clone()
Creates a copy of the UnsignedNodeAnnouncementUnsignedNodeAnnouncement
NodeAnnouncement. get_contents()
The actual content of the announcementMethods in org.ldk.structs with parameters of type UnsignedNodeAnnouncement Modifier and Type Method Description static NodeAnnouncement
NodeAnnouncement. of(byte[] signature_arg, UnsignedNodeAnnouncement contents_arg)
Constructs a new NodeAnnouncement given each fieldstatic Result_UnsignedNodeAnnouncementDecodeErrorZ
Result_UnsignedNodeAnnouncementDecodeErrorZ. ok(UnsignedNodeAnnouncement o)
Creates a new CResult_UnsignedNodeAnnouncementDecodeErrorZ in the success state.void
NodeAnnouncement. set_contents(UnsignedNodeAnnouncement val)
The actual content of the announcementResult_NoneLightningErrorZ
NetworkGraph. 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.
-