Uses of Class
org.ldk.structs.NodeFeatures
-
Packages that use NodeFeatures Package Description org.ldk.structs -
-
Uses of NodeFeatures in org.ldk.structs
Fields in org.ldk.structs declared as NodeFeatures Modifier and Type Field Description NodeFeaturesResult_NodeFeaturesDecodeErrorZ.Result_NodeFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return NodeFeatures Modifier and Type Method Description NodeFeaturesNodeFeatures. clone()Creates a copy of the NodeFeaturesstatic NodeFeaturesNodeFeatures. empty()Create a blank Features with no features setNodeFeaturesNodeAnnouncementInfo. get_features()Protocol features the node announced support forNodeFeaturesUnsignedNodeAnnouncement. get_features()The advertised featuresNodeFeaturesRouteHop. get_node_features()The node_announcement features of the node at this hop.static NodeFeaturesNodeFeatures. known()Creates a Features with the bits set which are known by the implementationMethods in org.ldk.structs with parameters of type NodeFeatures Modifier and Type Method Description booleanNodeFeatures. eq(NodeFeatures b)Checks if two NodeFeaturess contain equal inner contents.static NodeAnnouncementInfoNodeAnnouncementInfo. of(NodeFeatures features_arg, int last_update_arg, byte[] rgb_arg, byte[] alias_arg, NetAddress[] addresses_arg, NodeAnnouncement announcement_message_arg)Constructs a new NodeAnnouncementInfo given each fieldstatic RouteHopRouteHop. of(byte[] pubkey_arg, NodeFeatures node_features_arg, long short_channel_id_arg, ChannelFeatures channel_features_arg, long fee_msat_arg, int cltv_expiry_delta_arg)Constructs a new RouteHop given each fieldstatic Result_NodeFeaturesDecodeErrorZResult_NodeFeaturesDecodeErrorZ. ok(NodeFeatures o)Creates a new CResult_NodeFeaturesDecodeErrorZ in the success state.voidNodeAnnouncementInfo. set_features(NodeFeatures val)Protocol features the node announced support forvoidUnsignedNodeAnnouncement. set_features(NodeFeatures val)The advertised featuresvoidRouteHop. set_node_features(NodeFeatures val)The node_announcement features of the node at this hop.
-