[−][src]Function bitcoin::util::contracthash::create_address
pub fn create_address<C: Verification>(
secp: &Secp256k1<C>,
network: Network,
contract: &[u8],
keys: &[PublicKey],
template: &Template
) -> Result<Address, Error>
Deprecated
Takes a contract, template and key set and runs through all the steps