dsteem
    Preparing search index...

    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.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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