[][src]Trait miniscript::ToPublicKey

pub trait ToPublicKey {
    fn to_public_key(&self) -> PublicKey;
}

Trait describing public key types which can be converted to bitcoin pubkeys

Required methods

fn to_public_key(&self) -> PublicKey

Converts an object to a public key

Loading content...

Implementations on Foreign Types

impl ToPublicKey for PublicKey[src]

Loading content...

Implementors

Loading content...