type ('constraint_, 'update_columns) t =
< constraint_ : 'constraint_
; update_columns : 'update_columns array >
val create : 'a -> 'b list -> < constraint_ : 'c ; update_columns : 'b array >
type public_keys = ( [ `public_keys_value_key ], [ `value ] ) t
type fee_transfers = ( [ `fee_transfers_hash_key ], [ `first_seen ] ) t
type user_commands = ( [ `user_commands_hash_key ], [ `first_seen ] ) t
type receipt_chain_hash = ( [ `receipt_chain_hashes_hash_key ], [ `hash ] ) t
type snark_jobs = ( [ `snark_jobs_job1_job2_key ], [ `job1 | `job2 ] ) t
type blocks_user_commands =
( [ `blocks_user_commands_block_id_user_command_id_receipt_chain_has ],
void )
t
type blocks_fee_transfers =
( [ `blocks_fee_transfers_block_id_fee_transfer_id_key ], void ) t
type block_snark_jobs =
( [ `blocks_snark_jobs_block_id_snark_job_id_key ], void ) t
type state_hashes = ( [ `state_hashes_value_key ], [ `value ] ) t
type blocks = ( [ `blocks_state_hash_key ], [ `block_length ] ) t