I’m not entirely sure how we can best utilize NumberDecimal. Is there any in-depth documentation?
What I want to be able to do is (a) read the NumberDecimal from the events (can do this, have tested it, it seems to resolve to a JSON object), (b) increment/decrement another value using it (haven’t figured out if this is possible yet, though it doesn’t look easy), and © manipulate it using a cloud function.
So, do they effectively resolve to a BigInt/BigNumber in cloud functions, and is it possible to use increment in conjunction with a NumberDecimal?