pub trait ToElectrumScriptHash {
    fn to_electrum_scripthash(&self) -> ScriptHash;
}
Expand description

Trait used to convert a struct into the Electrum representation of an address

Required Methods

Transforms the current struct into a ScriptHash

Implementations on Foreign Types

Implementors