{
"id": "accounts_api",
"group_id": "accounts",
"parsing_order": 190,
"required_modules": [
"chain_api"
],
"optional_modules": [
"followers_api"
],
"referenced_modules": [
"post_votes_api"
],
"data_source_contents": [
"accounts"
],
"parse_reversible": true,
"parsed_ops": true,
"parsed_virtual_ops": true,
"available_events": [
"onSyncAccount"
],
"event_handlers": [
"chain_api.onCreateAccount",
"chain_api.onCreatePost",
"chain_api.onUpdatePost",
"post_votes_api.onAddVote",
"post_votes_api.onUpdateVote",
"post_votes_api.onRemoveVote",
"followers_api.onFollowAccount",
"followers_api.onUnfollowAccount"
]
}
{
"name": "accounts_api",
"size": "6.397 GB",
"page_size": "4096 Bytes",
"type": "SQLITE",
"journal_mode": "WAL",
"busy_timeout": 10000,
"log_level": "INFO"
}