getRaw

fun getRaw(name: String): Any?

Raw decoded value for name. Returns one of: BigInteger, Boolean, ByteArray, List<Any?>, String, Map<String, Any?>, or null. Useful for debugging / unknown types. Most callers should use the typed getX methods instead.

Throws MissingLedgerFieldException if name is not in the schema.