bdk_chain::bitcoin::key

Trait Verification

pub trait Verification: Context { }
Expand description

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

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.

Implementors§