[][src]Trait electrum_client::ToElectrumScriptHash

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

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

Required methods

pub fn to_electrum_scripthash(&self) -> ScriptHash[src]

Transforms the current struct into a ScriptHash

Loading content...

Implementations on Foreign Types

impl ToElectrumScriptHash for Script[src]

Loading content...

Implementors

Loading content...