Function sign_and_deploy

Source
pub async fn sign_and_deploy(
    addr: String,
    account_name: &str,
    wallet: &mut Wallet,
    contract: Contract,
) -> Result<ContentAddress>
Expand description

Sign and deploy a unsigned contract to the server.