Result_boolLightningErrorZ |
Result_boolLightningErrorZ.clone() |
Creates a new CResult_boolLightningErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_boolLightningErrorZ |
Result_boolLightningErrorZ.err(LightningError e) |
Creates a new CResult_boolLightningErrorZ in the error state.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.handle_channel_announcement(ChannelAnnouncement msg) |
Handle a channel_announcement message, returning true if it should be forwarded on, false
or returning an Err otherwise.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_channel_announcement(ChannelAnnouncement msg) |
Handle a channel_announcement message, returning true if it should be forwarded on, false
or returning an Err otherwise.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.handle_channel_update(ChannelUpdate msg) |
Handle an incoming channel_update message, returning true if it should be forwarded on,
false or returning an Err otherwise.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_channel_update(ChannelUpdate msg) |
Handle an incoming channel_update message, returning true if it should be forwarded on,
false or returning an Err otherwise.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.handle_node_announcement(NodeAnnouncement msg) |
Handle an incoming node_announcement message, returning true if it should be forwarded on,
false or returning an Err otherwise.
|
Result_boolLightningErrorZ |
RoutingMessageHandler.RoutingMessageHandlerInterface.handle_node_announcement(NodeAnnouncement msg) |
Handle an incoming node_announcement message, returning true if it should be forwarded on,
false or returning an Err otherwise.
|
static Result_boolLightningErrorZ |
Result_boolLightningErrorZ.ok(boolean o) |
Creates a new CResult_boolLightningErrorZ in the success state.
|