Trait bdk_chain::bitcoin::secp256k1::Signing

pub trait Signing: Context { }
Expand description

Marker trait for indicating that an instance of Secp256k1 can be used for signing.

Object Safety§

This trait is not object safe.

Implementors§

§

impl Signing for All

§

impl Signing for SignOnly

§

impl<'buf> Signing for AllPreallocated<'buf>

§

impl<'buf> Signing for SignOnlyPreallocated<'buf>