Skip to content

Commit 6fe3acc

Browse files
committed
update v1/chain/abi_bin_to_json interface
1 parent 572b2b1 commit 6fe3acc

File tree

1 file changed

+1
-5
lines changed
  • api/routes/v1-chain/abi_bin_to_json

1 file changed

+1
-5
lines changed

api/routes/v1-chain/abi_bin_to_json/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ export default function (fastify: FastifyInstance, opts: any, next) {
99
{
1010
"code": {$ref: 'AccountName#'},
1111
"action": {$ref: 'AccountName#'},
12-
"binargs": {
13-
"type": "string",
14-
"pattern": "^(0x)(([0-9a-f][0-9a-f])+)?$",
15-
"title": "Hex"
16-
}
12+
"binargs": {"type": "string"}
1713
},
1814
["code", "action", "binargs"]
1915
);

0 commit comments

Comments
 (0)