breez_sdk_core::lightning::sign

Trait WriteableEcdsaChannelSigner

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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

§

impl WriteableEcdsaChannelSigner for LoopbackChannelSigner

Implementors§