[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Sign.java
index 1c14591d20d48a159a8a0ed315632797fba61cbb..b68379f982c2e6c7ea08471a4d52f08d8f97ddc9 100644 (file)
@@ -8,11 +8,13 @@ import java.lang.ref.Reference;
 import javax.annotation.Nullable;
 
 /**
- * A cloneable signer.
+ * A writeable signer.
  * 
- * Although we require signers to be cloneable, it may be useful for developers to be able to use
- * signers in an un-sized way, for example as `dyn BaseSign`. Therefore we separate the Clone trait,
- * which implies Sized, into this derived trait.
+ * There will always be two instances of a signer per channel, one occupied by the
+ * [`ChannelManager`] and another by the channel's [`ChannelMonitor`].
+ * 
+ * [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
+ * [`ChannelMonitor`]: crate::chain::channelmonitor::ChannelMonitor
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class Sign extends CommonBase {