Uses of Class
org.ldk.structs.NodeAlias
-
Packages that use NodeAlias Package Description org.ldk.structs -
-
Uses of NodeAlias in org.ldk.structs
Fields in org.ldk.structs declared as NodeAlias Modifier and Type Field Description NodeAliasResult_NodeAliasDecodeErrorZ.Result_NodeAliasDecodeErrorZ_OK. resMethods in org.ldk.structs that return NodeAlias Modifier and Type Method Description NodeAliasNodeAlias. clone()Creates a copy of the NodeAliasNodeAliasNodeAnnouncementInfo. get_alias()Moniker assigned to the node.static NodeAliasNodeAlias. of(byte[] a_arg)Constructs a new NodeAlias given each fieldMethods in org.ldk.structs with parameters of type NodeAlias Modifier and Type Method Description static NodeAnnouncementInfoNodeAnnouncementInfo. of(NodeFeatures features_arg, int last_update_arg, byte[] rgb_arg, NodeAlias alias_arg, NetAddress[] addresses_arg, NodeAnnouncement announcement_message_arg)Constructs a new NodeAnnouncementInfo given each fieldstatic Result_NodeAliasDecodeErrorZResult_NodeAliasDecodeErrorZ. ok(NodeAlias o)Creates a new CResult_NodeAliasDecodeErrorZ in the success state.voidNodeAnnouncementInfo. set_alias(NodeAlias val)Moniker assigned to the node.
-