update v1/chain/abi_bin_to_json interface

This commit is contained in:
Igor Lins e Silva
2023-06-23 12:18:43 -03:00
parent 572b2b11e5
commit 6fe3acce7e
+1 -5
View File
@@ -9,11 +9,7 @@ export default function (fastify: FastifyInstance, opts: any, next) {
{
"code": {$ref: 'AccountName#'},
"action": {$ref: 'AccountName#'},
"binargs": {
"type": "string",
"pattern": "^(0x)(([0-9a-f][0-9a-f])+)?$",
"title": "Hex"
}
"binargs": {"type": "string"}
},
["code", "action", "binargs"]
);