Uses of Class
org.ldk.structs.ChannelFeatures
-
Packages that use ChannelFeatures Package Description org.ldk.structs -
-
Uses of ChannelFeatures in org.ldk.structs
Fields in org.ldk.structs declared as ChannelFeatures Modifier and Type Field Description ChannelFeaturesResult_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelFeatures Modifier and Type Method Description ChannelFeaturesChannelFeatures. clone()Creates a copy of the ChannelFeaturesstatic ChannelFeaturesChannelFeatures. empty()Create a blank Features with no features setChannelFeaturesRouteHop. get_channel_features()The channel_announcement features of the channel that should be used from the previous hop to reach this node.ChannelFeaturesChannelInfo. get_features()Protocol features of a channel communicated during its announcementChannelFeaturesUnsignedChannelAnnouncement. get_features()The advertised channel featuresstatic ChannelFeaturesChannelFeatures. known()Creates a Features with the bits set which are known by the implementationMethods in org.ldk.structs with parameters of type ChannelFeatures Modifier and Type Method Description booleanChannelFeatures. eq(ChannelFeatures b)Checks if two ChannelFeaturess contain equal inner contents.static ChannelInfoChannelInfo. of(ChannelFeatures features_arg, byte[] node_one_arg, DirectionalChannelInfo one_to_two_arg, byte[] node_two_arg, DirectionalChannelInfo two_to_one_arg, Option_u64Z capacity_sats_arg, ChannelAnnouncement announcement_message_arg)Constructs a new ChannelInfo 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_ChannelFeaturesDecodeErrorZResult_ChannelFeaturesDecodeErrorZ. ok(ChannelFeatures o)Creates a new CResult_ChannelFeaturesDecodeErrorZ in the success state.voidRouteHop. set_channel_features(ChannelFeatures val)The channel_announcement features of the channel that should be used from the previous hop to reach this node.voidChannelInfo. set_features(ChannelFeatures val)Protocol features of a channel communicated during its announcementvoidUnsignedChannelAnnouncement. set_features(ChannelFeatures val)The advertised channel features
-