The value an MQL quantity carries — what the quantity is:
'count' — a discrete integer count (5 coins, coin:{5}).
Consumed by GlobbableApi.applyQuantity.
'all' — the sentinel "the whole lot" (all coins, coin:{*}).
'measure' — a continuous bulk measure (2 cups,
water:{2 cups}). Carries a serializable { value, unit }
(the Quantity.toJSON shape, NOT a live Quantity — the AST /
wire layers stay plain-data). Consumed by BulkableApi.transfer
via the bulk verbs; glob's count/all path ignores it.
The value an MQL quantity carries — what the quantity is:
'count'— a discrete integer count (5 coins,coin:{5}). Consumed byGlobbableApi.applyQuantity.'all'— the sentinel "the whole lot" (all coins,coin:{*}).'measure'— a continuous bulk measure (2 cups,water:{2 cups}). Carries a serializable{ value, unit }(theQuantity.toJSONshape, NOT a liveQuantity— the AST / wire layers stay plain-data). Consumed byBulkableApi.transfervia the bulk verbs; glob's count/all path ignores it.