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.

Implementations on Foreign Types§

§

impl WriteableEcdsaChannelSigner for LoopbackChannelSigner

Implementors§