-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change GetSmartContractCode to return EVM code (#1235)
* Change GetSmartContractCode to return EVM code * Change GetSmartContractCode to return hex of EVM code * Change `GetSmartContractCode` to return hex of EVM coder * Add extra field to result of `GetSmartContractCode` to return the `language` in `code` * Update documentation to respect changes to GetSmartContractCode * Update language to type * Update docs/api/zilliqa/getsmartcontractcode.doc.md Co-authored-by: James Hinshelwood <[email protected]> * Update zilliqa/src/api/zil.rs Co-authored-by: James Hinshelwood <[email protected]> --------- Co-authored-by: James Hinshelwood <[email protected]>
- Loading branch information
1 parent
3709071
commit 5b6cfa9
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters