This commit is contained in:
Dark Sun
2023-12-07 16:58:28 +03:00
parent c0c857bc5b
commit d84642e8be
+10 -11
View File
@@ -185,17 +185,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"}
}
}
}
}
};