getBoolean
Read a Boolean field. Accepts a native JS boolean or a BigInteger of value 0/1 (the JS marshaller in LedgerEvaluator normalizes integer Numbers to bigint envelopes, and some Compact runtime paths return 0/1 for Boolean cells). Any other value throws WrongLedgerFieldTypeException.