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 ChannelFeatures
Result_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelFeatures Modifier and Type Method Description ChannelFeatures
ChannelFeatures. clone()
Creates a copy of the ChannelFeaturesstatic ChannelFeatures
ChannelFeatures. empty()
Create a blank Features with no features setChannelFeatures
RouteHop. get_channel_features()
The channel_announcement features of the channel that should be used from the previous hop to reach this node.ChannelFeatures
ChannelInfo. get_features()
Protocol features of a channel communicated during its announcementChannelFeatures
UnsignedChannelAnnouncement. get_features()
The advertised channel featuresstatic ChannelFeatures
ChannelFeatures. 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 boolean
ChannelFeatures. eq(ChannelFeatures b)
Checks if two ChannelFeaturess contain equal inner contents.static ChannelInfo
ChannelInfo. 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 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_ChannelFeaturesDecodeErrorZ
Result_ChannelFeaturesDecodeErrorZ. ok(ChannelFeatures o)
Creates a new CResult_ChannelFeaturesDecodeErrorZ in the success state.void
RouteHop. set_channel_features(ChannelFeatures val)
The channel_announcement features of the channel that should be used from the previous hop to reach this node.void
ChannelInfo. set_features(ChannelFeatures val)
Protocol features of a channel communicated during its announcementvoid
UnsignedChannelAnnouncement. set_features(ChannelFeatures val)
The advertised channel features
-