Skip to content

Commit 63c49f0

Browse files
author
james
committed
Adds getCodeHash EOSIO/eosjs#11
1 parent a491019 commit 63c49f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/api/v1/chain.json

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"abi": "optional<abi_def>"
2626
}
2727
},
28+
"get_code_hash": {
29+
"brief": "",
30+
"params": {
31+
"account_name": "name"
32+
},
33+
"results": {
34+
"account_name": "name",
35+
"code_hash": "sha256"
36+
}
37+
},
2838
"get_abi": {
2939
"params": {
3040
"account_name": "name"

0 commit comments

Comments
 (0)