boolean |
InitFeatures.eq(InitFeatures b) |
Checks if two InitFeaturess contain equal inner contents.
|
void |
ChannelMessageHandler.ChannelMessageHandlerInterface.handle_accept_channel(byte[] their_node_id,
InitFeatures their_features,
AcceptChannel msg) |
Handle an incoming accept_channel message from the given peer.
|
void |
ChannelMessageHandler.handle_accept_channel(byte[] their_node_id,
InitFeatures their_features,
AcceptChannel msg) |
Handle an incoming accept_channel message from the given peer.
|
void |
ChannelMessageHandler.ChannelMessageHandlerInterface.handle_open_channel(byte[] their_node_id,
InitFeatures their_features,
OpenChannel msg) |
Handle an incoming open_channel message from the given peer.
|
void |
ChannelMessageHandler.handle_open_channel(byte[] their_node_id,
InitFeatures their_features,
OpenChannel msg) |
Handle an incoming open_channel message from the given peer.
|
void |
ChannelMessageHandler.ChannelMessageHandlerInterface.handle_shutdown(byte[] their_node_id,
InitFeatures their_features,
Shutdown msg) |
Handle an incoming shutdown message from the given peer.
|
void |
ChannelMessageHandler.handle_shutdown(byte[] their_node_id,
InitFeatures their_features,
Shutdown msg) |
Handle an incoming shutdown message from the given peer.
|
boolean |
ShutdownScript.is_compatible(InitFeatures features) |
Returns whether the shutdown script is compatible with the features as defined by BOLT #2.
|
static Init |
Init.of(InitFeatures features_arg) |
Constructs a new Init given each field
|
static Result_InitFeaturesDecodeErrorZ |
Result_InitFeaturesDecodeErrorZ.ok(InitFeatures o) |
Creates a new CResult_InitFeaturesDecodeErrorZ in the success state.
|
void |
ChannelCounterparty.set_features(InitFeatures val) |
The Features the channel counterparty provided upon last connection.
|
void |
Init.set_features(InitFeatures val) |
The relevant features which the sender supports
|