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 NodeFeatures
Result_NodeFeaturesDecodeErrorZ.Result_NodeFeaturesDecodeErrorZ_OK. res
Methods in org.ldk.structs that return NodeFeatures Modifier and Type Method Description NodeFeatures
NodeFeatures. clone()
Creates a copy of the NodeFeaturesstatic NodeFeatures
NodeFeatures. empty()
Create a blank Features with no features setNodeFeatures
NodeAnnouncementInfo. get_features()
Protocol features the node announced support forNodeFeatures
UnsignedNodeAnnouncement. get_features()
The advertised featuresNodeFeatures
RouteHop. get_node_features()
The node_announcement features of the node at this hop.static NodeFeatures
NodeFeatures. 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 boolean
NodeFeatures. eq(NodeFeatures b)
Checks if two NodeFeaturess contain equal inner contents.static NodeAnnouncementInfo
NodeAnnouncementInfo. 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 RouteHop
RouteHop. 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_NodeFeaturesDecodeErrorZ
Result_NodeFeaturesDecodeErrorZ. ok(NodeFeatures o)
Creates a new CResult_NodeFeaturesDecodeErrorZ in the success state.void
NodeAnnouncementInfo. set_features(NodeFeatures val)
Protocol features the node announced support forvoid
UnsignedNodeAnnouncement. set_features(NodeFeatures val)
The advertised featuresvoid
RouteHop. set_node_features(NodeFeatures val)
The node_announcement features of the node at this hop.
-