Function deploy_signed_bytes

Source
pub async fn deploy_signed_bytes(
    addr: String,
    signed_predicates: Vec<u8>,
) -> Result<ContentAddress>
Expand description

Deploy a contract to the server. The signed contract is expected to be a JSON serialized SignedContract.