[][src]Trait lnpbp::bp::IntoPk

pub trait IntoPk {
    pub fn into_pk(self) -> PublicKey;
pub fn into_legacy_pk(self) -> PublicKey; }

Required methods

pub fn into_pk(self) -> PublicKey[src]

pub fn into_legacy_pk(self) -> PublicKey[src]

Loading content...

Implementations on Foreign Types

impl IntoPk for PublicKey[src]

Loading content...

Implementors

Loading content...