pub async fn deploy_signed_bytes( addr: String, signed_predicates: Vec<u8>, ) -> Result<ContentAddress>
Deploy a contract to the server. The signed contract is expected to be a JSON serialized SignedContract.
SignedContract