pub async fn sign_and_deploy( addr: String, account_name: &str, wallet: &mut Wallet, contract: Contract, ) -> Result<ContentAddress>
Sign and deploy a unsigned contract to the server.