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 NodeInfoResult_NodeInfoDecodeErrorZ.Result_NodeInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return NodeInfo Modifier and Type Method Description NodeInfoNodeInfo. clone()Creates a copy of the NodeInfostatic NodeInfoNodeInfo. 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_NodeInfoDecodeErrorZResult_NodeInfoDecodeErrorZ. ok(NodeInfo o)Creates a new CResult_NodeInfoDecodeErrorZ in the success state.
-