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