pub async fn deploy_signed(
addr: String,
signed_predicates: SignedContract,
) -> Result<ContentAddress>
Expand description
Deploy a signed contract to the server.
pub async fn deploy_signed(
addr: String,
signed_predicates: SignedContract,
) -> Result<ContentAddress>
Deploy a signed contract to the server.