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 RevokeAndACKMessageSendEvent.SendRevokeAndACK. msgThe message which should be sent.RevokeAndACKResult_RevokeAndACKDecodeErrorZ.Result_RevokeAndACKDecodeErrorZ_OK. resMethods in org.ldk.structs that return RevokeAndACK Modifier and Type Method Description RevokeAndACKRevokeAndACK. clone()Creates a copy of the RevokeAndACKstatic RevokeAndACKRevokeAndACK. 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 voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_revoke_and_ack(byte[] their_node_id, RevokeAndACK msg)Handle an incoming revoke_and_ack message from the given peer.voidChannelMessageHandler. handle_revoke_and_ack(byte[] their_node_id, RevokeAndACK msg)Handle an incoming revoke_and_ack message from the given peer.static Result_RevokeAndACKDecodeErrorZResult_RevokeAndACKDecodeErrorZ. ok(RevokeAndACK o)Creates a new CResult_RevokeAndACKDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_revoke_and_ack(byte[] node_id, RevokeAndACK msg)Utility method to constructs a new SendRevokeAndACK-variant MessageSendEvent
-