pub trait WriteableEcdsaChannelSigner: EcdsaChannelSigner + Writeable { }
Expand description

A writeable signer.

There will always be two instances of a signer per channel, one occupied by the ChannelManager and another by the channel’s ChannelMonitor.

Implementors§