Package org.ldk.structs
Class ClosureReason.CounterpartyForceClosed
- java.lang.Object
-
- org.ldk.structs.ClosureReason
-
- org.ldk.structs.ClosureReason.CounterpartyForceClosed
-
- Enclosing class:
- ClosureReason
public static final class ClosureReason.CounterpartyForceClosed extends ClosureReason
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.ClosureReason
ClosureReason.CommitmentTxConfirmed, ClosureReason.CooperativeClosure, ClosureReason.CounterpartyForceClosed, ClosureReason.DisconnectedPeer, ClosureReason.HolderForceClosed, ClosureReason.OutdatedChannelManager, ClosureReason.ProcessingError
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.ClosureReason
clone, commitment_tx_confirmed, cooperative_closure, counterparty_force_closed, disconnected_peer, finalize, holder_force_closed, outdated_channel_manager, processing_error, write
-
-
-
-
Field Detail
-
peer_msg
public final String peer_msg
The error which the peer sent us. The string should be sanitized before it is used (e.g emitted to logs or printed to stdout). Otherwise, a well crafted error message may exploit a security vulnerability in the terminal emulator or the logging subsystem.
-
-