Documentation
    Preparing search index...

    Interface ClaimReceipt

    interface ClaimReceipt {
        accountId: string;
        marketId: string;
        orderId: bigint;
        owner: string;
        payout: number;
        positionRootId: bigint;
        raw: { payout: bigint };
    }
    Index
    accountId: string
    marketId: string
    orderId: bigint
    owner: string
    payout: number

    Quote units paid out. A settled claim closes the order in full.

    positionRootId: bigint
    raw: { payout: bigint }