Loom Engine - v3.1.1
    Preparing search index...

    Interface SellResult

    interface SellResult {
        ok: boolean;
        reason?: "unknown_item" | "invalid_qty" | "cap_hit";
        unitsBought: number;
        totalPaid: number;
    }
    Index

    Properties

    ok: boolean
    reason?: "unknown_item" | "invalid_qty" | "cap_hit"
    unitsBought: number
    totalPaid: number