Uses of Class
org.ldk.structs.RevokeAndACK
-
Packages that use RevokeAndACK Package Description org.ldk.structs -
-
Uses of RevokeAndACK in org.ldk.structs
Fields in org.ldk.structs declared as RevokeAndACK Modifier and Type Field Description RevokeAndACK
MessageSendEvent.SendRevokeAndACK. msg
The message which should be sent.RevokeAndACK
Result_RevokeAndACKDecodeErrorZ.Result_RevokeAndACKDecodeErrorZ_OK. res
Methods in org.ldk.structs that return RevokeAndACK Modifier and Type Method Description RevokeAndACK
RevokeAndACK. clone()
Creates a copy of the RevokeAndACKstatic RevokeAndACK
RevokeAndACK. of(byte[] channel_id_arg, byte[] per_commitment_secret_arg, byte[] next_per_commitment_point_arg)
Constructs a new RevokeAndACK given each fieldMethods in org.ldk.structs with parameters of type RevokeAndACK Modifier and Type Method Description boolean
RevokeAndACK. eq(RevokeAndACK b)
Checks if two RevokeAndACKs contain equal inner contents.void
ChannelMessageHandler.ChannelMessageHandlerInterface. handle_revoke_and_ack(byte[] their_node_id, RevokeAndACK msg)
Handle an incoming `revoke_and_ack` message from the given peer.void
ChannelMessageHandler. handle_revoke_and_ack(byte[] their_node_id, RevokeAndACK msg)
Handle an incoming `revoke_and_ack` message from the given peer.static Result_RevokeAndACKDecodeErrorZ
Result_RevokeAndACKDecodeErrorZ. ok(RevokeAndACK o)
Creates a new CResult_RevokeAndACKDecodeErrorZ in the success state.static MessageSendEvent
MessageSendEvent. send_revoke_and_ack(byte[] node_id, RevokeAndACK msg)
Utility method to constructs a new SendRevokeAndACK-variant MessageSendEvent
-