ExecutePayFee submits the agent-signed fee-payment transaction to Canton. It is the second phase of the fee-only counterpart to ExecuteTransaction.
Request
string
required
Value returned from
PreparePayFee.string
required
Hex-encoded Ed25519 signature over
prepared_transaction_hash.MessageSignature
required
Message-level signature from the cloud agent — see Authentication.
Response
bool
true if the fee transaction was submitted and committed successfully.string
Canton update ID of the committed fee transaction.
TrafficEstimate
Actual traffic consumed.
string (optional)
Human-readable error.
ProviderError (optional)
Structured error (
ProviderRpcError) when success = false.TransactionStatus
EXECUTED on success, FAILED on error.See also
PreparePayFee— phase 1, build the transaction and obtain the hash to sign.PayDvpFee,PayAllocFee— settlement operations that depend on a paid fee.- Transaction flow — the parallel general-purpose flow.