namillum
Version:
Bubble Protocol SDK
41 lines (40 loc) • 794 B
JSON
{
"db_name": "PostgreSQL",
"query": "select id, block, params, event from txn_with_events\n where event = ANY($1) order by block asc, id asc",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Text"
},
{
"ordinal": 1,
"name": "block",
"type_info": "Int8"
},
{
"ordinal": 2,
"name": "params",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "event",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"TextArray"
]
},
"nullable": [
true,
true,
true,
true
]
},
"hash": "7a624cbcfb8f10f559cd7e4a7d6079c26b83febfbcef63579a7f62426b7e83b5"
}