Trait wallet::IntoPk[][src]

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

Required methods

Loading content...

Implementations on Foreign Types

impl IntoPk for PublicKey[src]

Loading content...

Implementors

Loading content...