Trait wallet::IntoPk[][src]

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

Required methods

Implementations on Foreign Types

Implementors