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

    Interface SpendResult

    interface SpendResult {
        ok: boolean;
        reason:
            | "ok"
            | "no_slot"
            | "no_higher_slot"
            | "bad_slot_level"
            | "not_a_slot";
        slot_level: number
        | null;
        slots: SlotPool;
    }
    Index

    Properties

    ok: boolean
    reason: "ok" | "no_slot" | "no_higher_slot" | "bad_slot_level" | "not_a_slot"
    slot_level: number | null
    slots: SlotPool