arbitova_cancel_if_not_delivered
Cancel an escrow after the delivery deadline when the seller has not marked delivery. Buyer triggers a full USDC refund only if the escrow is in CREATED state. Check deadline with get_escrow before calling.
Instructions
Buyer cancels an escrow after the delivery deadline has passed and the seller has not marked delivery. Full USDC refund to buyer. Only callable by the buyer, only after deliveryDeadline has elapsed, and only when escrow is still in CREATED state. Call arbitova_get_escrow first to verify the deadline has passed and status is CREATED before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrowId | Yes | The escrow ID to cancel |