InitFeatures |
InitFeatures.clone() |
Creates a copy of the InitFeatures
|
static InitFeatures |
InitFeatures.empty() |
Create a blank Features with no features set
|
InitFeatures |
ChannelCounterparty.get_features() |
The Features the channel counterparty provided upon last connection.
|
InitFeatures |
Init.get_features() |
The relevant features which the sender supports.
|
InitFeatures |
ChannelManager.init_features() |
Fetches the set of [`InitFeatures`] flags which are provided by or required by
[`ChannelManager`].
|
InitFeatures |
ChannelMessageHandler.ChannelMessageHandlerInterface.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
ChannelMessageHandler.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
CustomMessageHandler.CustomMessageHandlerInterface.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
CustomMessageHandler.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
OnionMessageHandler.OnionMessageHandlerInterface.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
OnionMessageHandler.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
RoutingMessageHandler.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
InitFeatures |
RoutingMessageHandler.RoutingMessageHandlerInterface.provided_init_features(byte[] their_node_id) |
Gets the init feature flags which should be sent to the given peer.
|
static InitFeatures |
UtilMethods.provided_init_features(UserConfig config) |
Fetches the set of [`InitFeatures`] flags which are provided by or required by
[`ChannelManager`].
|