Trait ToStringForNetwork

Source
pub trait ToStringForNetwork {
    // Required method
    fn to_string(&self, network: Network) -> String;
}
Expand description

Convert to String for a specified Bitcoin network type

Required Methods§

Source

fn to_string(&self, network: Network) -> String

Convert to String for a specified Bitcoin network type

Implementors§