[][src]Trait electrum_client::ToElectrumScriptHash

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

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

Required methods

fn to_electrum_scripthash(&self) -> ScriptHash

Transforms the current struct into a ScriptHash

Loading content...

Implementations on Foreign Types

impl ToElectrumScriptHash for Script[src]

Loading content...

Implementors

Loading content...