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, byte[] alias_arg, NetAddress[] addresses_arg, NodeAnnouncement announcement_message_arg)Constructs a new NodeAnnouncementInfo given each fieldMethods in org.ldk.structs with parameters of type NodeAnnouncementInfo Modifier and Type Method Description static NodeInfoNodeInfo. of(long[] channels_arg, RoutingFees lowest_inbound_channel_fees_arg, NodeAnnouncementInfo announcement_info_arg)Constructs a new NodeInfo given each fieldstatic 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.
-