Uses of Class
org.ldk.structs.InitFeatures
-
Packages that use InitFeatures Package Description org.ldk.structs -
-
Uses of InitFeatures in org.ldk.structs
Fields in org.ldk.structs declared as InitFeatures Modifier and Type Field Description InitFeaturesResult_InitFeaturesDecodeErrorZ.Result_InitFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return InitFeatures Modifier and Type Method Description InitFeaturesInitFeatures. clone()Creates a copy of the InitFeaturesstatic InitFeaturesInitFeatures. empty()Create a blank Features with no features setInitFeaturesChannelCounterparty. get_features()The Features the channel counterparty provided upon last connection.InitFeaturesInit. get_features()The relevant features which the sender supports.InitFeaturesChannelManager. init_features()Fetches the set of [`InitFeatures`] flags which are provided by or required by [`ChannelManager`].InitFeaturesChannelMessageHandler.ChannelMessageHandlerInterface. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.InitFeaturesChannelMessageHandler. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.InitFeaturesOnionMessageHandler.OnionMessageHandlerInterface. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.InitFeaturesOnionMessageHandler. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.InitFeaturesRoutingMessageHandler. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.InitFeaturesRoutingMessageHandler.RoutingMessageHandlerInterface. provided_init_features(byte[] their_node_id)Gets the init feature flags which should be sent to the given peer.static InitFeaturesUtilMethods. provided_init_features(UserConfig _config)Fetches the set of [`InitFeatures`] flags which are provided by or required by [`ChannelManager`].Methods in org.ldk.structs with parameters of type InitFeatures Modifier and Type Method Description booleanInitFeatures. eq(InitFeatures b)Checks if two InitFeaturess contain equal inner contents.booleanShutdownScript. is_compatible(InitFeatures features)Returns whether the shutdown script is compatible with the features as defined by BOLT #2.static ChannelCounterpartyChannelCounterparty. of(byte[] node_id_arg, InitFeatures features_arg, long unspendable_punishment_reserve_arg, CounterpartyForwardingInfo forwarding_info_arg, Option_u64Z outbound_htlc_minimum_msat_arg, Option_u64Z outbound_htlc_maximum_msat_arg)Constructs a new ChannelCounterparty given each fieldstatic InitInit. of(InitFeatures features_arg, Option_NetAddressZ remote_network_address_arg)Constructs a new Init given each fieldstatic Result_InitFeaturesDecodeErrorZResult_InitFeaturesDecodeErrorZ. ok(InitFeatures o)Creates a new CResult_InitFeaturesDecodeErrorZ in the success state.voidChannelCounterparty. set_features(InitFeatures val)The Features the channel counterparty provided upon last connection.voidInit. set_features(InitFeatures val)The relevant features which the sender supports.
-