This commit is contained in:
Dark Sun
2023-12-09 20:29:20 +03:00
parent ad3ca3e988
commit 33ec53dc27
+42 -1
View File
@@ -77,7 +77,7 @@ export const action = {
"act.authorization.actor": {"type": "keyword"},
"act.account": {"type": "keyword"},
"act.name": {"type": "keyword"},
"act.data": {"enabled": true},
"act.data": {"enabled": false},
"block_num": {"type": "long"},
"block_id": {"type": "keyword"},
"action_ordinal": {"type": "long"},
@@ -194,6 +194,47 @@ export const action = {
}
},
"@statement": {
"properties": {
"coopname": {"type": "keyword"},
"username": {"type": "keyword"},
"action": {"type": "keyword"},
"decision_id": {"type": "integer"},
"batch_id": {"type": "integer"},
"statement": {"enabled": false},
}
},
"@act": {
"properties": {
"coopname": {"type": "keyword"},
"username": {"type": "keyword"},
"action": {"type": "keyword"},
"decision_id": {"type": "integer"},
"batch_id": {"type": "integer"},
"act": {"enabled": false},
}
},
"@decision": {
"properties": {
"coopname": {"type": "keyword"},
"username": {"type": "keyword"},
"action": {"type": "keyword"},
"decision_id": {"type": "integer"},
"batch_id": {"type": "integer"},
"decision": {"enabled": false},
}
},
"@batch": {
"properties": {
"coopname": {"type": "keyword"},
"action": {"type": "keyword"},
"batch_id": {"type": "integer"},
}
},
// eosio::votefor
"@votefor": {
"properties": {