assembleDeployTx

fun assembleDeployTx(paramsJson: String): String?

Assemble a contract DEPLOY transaction from constructor output.

Takes JSON: {"network_id":"preprod","state_handle":42} Returns JSON: {"tx_hex":"...","contract_address":"..."} or {"error":"..."} on failure.