Trait lightning::sign::ecdsa::WriteableEcdsaChannelSigner

source ·
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.

Object Safety§

This trait is not object safe.

Implementors§