T402 API Reference - v2.9.0
    Preparing search index...

    Interface DisputeWithReceipt

    Wrapper that pairs a SignedReceipt with the dispute against it.

    interface DisputeWithReceipt {
        dispute: SignedDispute;
        receipt: SignedReceipt;
    }
    Index

    Properties

    Properties

    dispute: SignedDispute
    receipt: SignedReceipt