-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathquery-33f9d3d2316fed6c89a019d43084d81a5fbd091938281bab7f2ddc270559f3e8.json
More file actions
58 lines (58 loc) · 1.67 KB
/
query-33f9d3d2316fed6c89a019d43084d81a5fbd091938281bab7f2ddc270559f3e8.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"db_name": "PostgreSQL",
"query": "INSERT INTO user_decryption_requests(decryption_id, sns_ct_materials, user_address, public_key, extra_data, tx_hash,created_at, otlp_context, handle_owner_addresses, handle_contract_addresses,allowed_contracts, start_timestamp, duration_seconds, signature) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) ON CONFLICT DO NOTHING",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Bytea",
{
"Custom": {
"name": "sns_ciphertext_material[]",
"kind": {
"Array": {
"Custom": {
"name": "sns_ciphertext_material",
"kind": {
"Composite": [
[
"ct_handle",
"Bytea"
],
[
"key_id",
"Bytea"
],
[
"sns_ciphertext_digest",
"Bytea"
],
[
"coprocessor_tx_sender_addresses",
"ByteaArray"
]
]
}
}
}
}
}
},
"Bytea",
"Bytea",
"Bytea",
"Bytea",
"Timestamptz",
"Bytea",
"ByteaArray",
"ByteaArray",
"ByteaArray",
"Int8",
"Int8",
"Bytea"
]
},
"nullable": []
},
"hash": "33f9d3d2316fed6c89a019d43084d81a5fbd091938281bab7f2ddc270559f3e8"
}