Trait electrum_client::ToElectrumScriptHash [−][src]
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
fn to_electrum_scripthash(&self) -> ScriptHash
fn to_electrum_scripthash(&self) -> ScriptHash
Transforms the current struct into a ScriptHash