pub async fn deploy_bytes(
addr: String,
account_name: &str,
wallet: &mut Wallet,
contract: Vec<u8>,
) -> Result<ContentAddress>
Expand description
Sign and deploy a unsigned contract to the server.
The unsigned contract is expected to be a JSON serialized Contract
.