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 NodeAlias
Result_NodeAliasDecodeErrorZ.Result_NodeAliasDecodeErrorZ_OK. res
Methods in org.ldk.structs that return NodeAlias Modifier and Type Method Description NodeAlias
NodeAlias. clone()
Creates a copy of the NodeAliasNodeAlias
NodeAnnouncementInfo. get_alias()
Moniker assigned to the node.NodeAlias
UnsignedNodeAnnouncement. get_alias()
An alias, for UI purposes.static NodeAlias
NodeAlias. 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 boolean
NodeAlias. eq(NodeAlias b)
Checks if two NodeAliass contain equal inner contents.static NodeAnnouncementInfo
NodeAnnouncementInfo. of(NodeFeatures features_arg, int last_update_arg, byte[] rgb_arg, NodeAlias alias_arg, NodeAnnouncement announcement_message_arg)
Constructs a new NodeAnnouncementInfo given each fieldstatic Result_NodeAliasDecodeErrorZ
Result_NodeAliasDecodeErrorZ. ok(NodeAlias o)
Creates a new CResult_NodeAliasDecodeErrorZ in the success state.void
NodeAnnouncementInfo. set_alias(NodeAlias val)
Moniker assigned to the node.void
UnsignedNodeAnnouncement. set_alias(NodeAlias val)
An alias, for UI purposes.
-