getUint64

fun getUint64(name: String): Long

Read any Uint up to 64 bits as Long. Includes Counter (which is internally Uint<64>). Throws if the chain value exceeds Long.MAX_VALUE — at that point the caller should use getUintBig for full-range access.