This commit is contained in:
Dark Sun
2023-12-07 16:55:00 +03:00
parent 20856ecec4
commit c0c857bc5b
+10 -10
View File
@@ -186,16 +186,16 @@ export const action = {
},
// eosio::undelegatebw
"@newdoc": {
"properties": {
"coopname": {"type": "keyword"},
"decision_id": {"type": "integer"},
"username": {"type": "keyword"},
"action": {"type": "keyword"},
"signed_doc": {"type": "object"}
}
}
// // eosio::undelegatebw
// "@newdoc": {
// "properties": {
// "coopname": {"type": "keyword"},
// "decision_id": {"type": "integer"},
// "username": {"type": "keyword"},
// "action": {"type": "keyword"},
// "signed_doc": {"type": "object"}
// }
// }
}
}
};