pub trait ToSlip132 {
    fn to_slip132_string(
        &self,
        key_application: KeyApplication,
        network: Network
    ) -> String; }
Expand description

Trait converting standard BIP32 extended keys into SLIP132 representation.

Required Methods

Creates SLIP132 key representation matching the provided application and bitcoin network.

Implementations on Foreign Types

Implementors