data class StateRefColumns
StateRefColumns(txId: Column<SecureHash>, index: Column<Int>)
val index: Column<Int>
val txId: Column<SecureHash>