Uses of Class
org.ldk.structs.NodeId
-
Packages that use NodeId Package Description org.ldk.structs -
-
Uses of NodeId in org.ldk.structs
Fields in org.ldk.structs declared as NodeId Modifier and Type Field Description NodeIdResult_NodeIdDecodeErrorZ.Result_NodeIdDecodeErrorZ_OK. resMethods in org.ldk.structs that return NodeId Modifier and Type Method Description NodeIdNodeId. clone()Creates a copy of the NodeIdstatic NodeIdNodeId. from_pubkey(byte[] pubkey)Create a new NodeId from a public keyNodeIdChannelInfo. get_node_one()Source node of the first direction of a channelNodeIdChannelInfo. get_node_two()Source node of the second direction of a channelMethods in org.ldk.structs with parameters of type NodeId Modifier and Type Method Description static ChannelInfoChannelInfo. of(ChannelFeatures features_arg, NodeId node_one_arg, DirectionalChannelInfo one_to_two_arg, NodeId node_two_arg, DirectionalChannelInfo two_to_one_arg, Option_u64Z capacity_sats_arg, ChannelAnnouncement announcement_message_arg)Constructs a new ChannelInfo given each fieldstatic Result_NodeIdDecodeErrorZResult_NodeIdDecodeErrorZ. ok(NodeId o)Creates a new CResult_NodeIdDecodeErrorZ in the success state.voidChannelInfo. set_node_one(NodeId val)Source node of the first direction of a channelvoidChannelInfo. set_node_two(NodeId val)Source node of the second direction of a channel
-