@pwngh/economy-lab
    Preparing search index...

    Type Alias InstanceSettleReport

    InstanceSettleReport: SettleReport & {
        revoked: ReadonlyArray<
            { buyerId: string; orderId: string; sku: string },
        >;
    }

    The session's SettleReport plus the lane's cross-lane backstop, revoked: a movement the settle replay refused moved no money, so the ownership its grant handed out is withdrawn.

    Type Declaration

    • revoked: ReadonlyArray<{ buyerId: string; orderId: string; sku: string }>

      Grants revoked because the settle replay refused their movement (the cross-lane backstop).