StatusListView
data class StatusListView(val uncompressed: ByteArray, val statusBitSize: TokenStatusBitSize)(source)
Utility class to access token statuses by index from an uncompressed byte array. In theory this should improve storage size compared to a list of token statuses since ByteArray is stored more efficiently.