Uses of Class
org.ldk.structs.NodeInfo
-
Packages that use NodeInfo Package Description org.ldk.structs -
-
Uses of NodeInfo in org.ldk.structs
Fields in org.ldk.structs declared as NodeInfo Modifier and Type Field Description NodeInfo
Result_NodeInfoDecodeErrorZ.Result_NodeInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return NodeInfo Modifier and Type Method Description NodeInfo
NodeInfo. clone()
Creates a copy of the NodeInfostatic NodeInfo
NodeInfo. of(long[] channels_arg, RoutingFees lowest_inbound_channel_fees_arg, NodeAnnouncementInfo announcement_info_arg)
Constructs a new NodeInfo given each fieldMethods in org.ldk.structs with parameters of type NodeInfo Modifier and Type Method Description static Result_NodeInfoDecodeErrorZ
Result_NodeInfoDecodeErrorZ. ok(NodeInfo o)
Creates a new CResult_NodeInfoDecodeErrorZ in the success state.
-