deployAppAuth
Deploys an AppAuth smart contract on Ethereum or Base. This is required for on-chain KMS deployments — the contract acts as the access-control layer and generates theapp_id used in commitCvmProvision.
This function interacts directly with the blockchain (not the Phala Cloud API).
Parameters:
Callbacks:
Returns:
DeployAppAuth
Example:
safeDeployAppAuth
Safe variant that returns aSafeResult<DeployAppAuth> instead of throwing on errors.
