ai.agenttrust/mcp
confirm_escrow_transaction
Register the on-chain EscrowCreate transaction hash with the referee. Call this after submitting the EscrowCreate transaction on XRPL. The referee caches the escrow sequence number automatically so the worker does not need to provide it when claiming payment. Returns: status: "confirmed", sequence: escrow sequence number.
Remote xrpl/agent-trust
Other tools also called confirm_escrow_transaction?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tx_hash": {
"type": "string",
"description": "64-character hex XRPL transaction hash of the EscrowCreate transaction that locked the funds."
},
"escrow_id": {
"type": "string",
"description": "The receipt code returned by create_escrow_vault."
}
}
}