Uses of Class
org.ldk.structs.NodeAnnouncementInfo
-
Packages that use NodeAnnouncementInfo Package Description org.ldk.structs -
-
Uses of NodeAnnouncementInfo in org.ldk.structs
Fields in org.ldk.structs declared as NodeAnnouncementInfo Modifier and Type Field Description NodeAnnouncementInfoResult_NodeAnnouncementInfoDecodeErrorZ.Result_NodeAnnouncementInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return NodeAnnouncementInfo Modifier and Type Method Description NodeAnnouncementInfoNodeAnnouncementInfo. clone()Creates a copy of the NodeAnnouncementInfoNodeAnnouncementInfoNodeInfo. get_announcement_info()More information about a node from node_announcement.static NodeAnnouncementInfoNodeAnnouncementInfo. of(NodeFeatures features_arg, int last_update_arg, byte[] rgb_arg, NodeAlias alias_arg, NodeAnnouncement announcement_message_arg)Constructs a new NodeAnnouncementInfo given each field Note that announcement_message_arg (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type NodeAnnouncementInfo Modifier and Type Method Description booleanNodeAnnouncementInfo. eq(NodeAnnouncementInfo b)Checks if two NodeAnnouncementInfos contain equal inner contents.static NodeInfoNodeInfo. of(long[] channels_arg, NodeAnnouncementInfo announcement_info_arg)Constructs a new NodeInfo given each field Note that announcement_info_arg (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic Result_NodeAnnouncementInfoDecodeErrorZResult_NodeAnnouncementInfoDecodeErrorZ. ok(NodeAnnouncementInfo o)Creates a new CResult_NodeAnnouncementInfoDecodeErrorZ in the success state.voidNodeInfo. set_announcement_info(NodeAnnouncementInfo val)More information about a node from node_announcement.
-