Skip to content

Commit

Permalink
update v1/chain/abi_bin_to_json interface
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 23, 2023
1 parent 572b2b1 commit 6fe3acc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/routes/v1-chain/abi_bin_to_json/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
);
Expand Down

0 comments on commit 6fe3acc

Please sign in to comment.