Interface EscrowDisputeOperation

If either the sender or receiver of an escrow payment has an issue, they can raise it for dispute. Once a payment is in dispute, the agent has authority over who gets what.

Hierarchy

Properties

0 1

Properties

0: "escrow_dispute"
1: { agent: string; escrow_id: number; from: string; to: string; who: string }

Type declaration

  • agent: string
  • escrow_id: number
  • from: string
  • to: string
  • who: string

Generated using TypeDoc