Closed Renewwen closed 4 years ago
fixed some description issues...
three things:
Start to revamp and create examples for our js-SDK.
Specifically, I am starting from the Blockchain class in the harmony-core package.
harmony-core/Blockchain
The param "returnObject" is not work in functions: getBlockbyHash and getBlockbyNumber
hmy.blockchain.getBalance()
hmy.blockchain.getBlockNumber()
hmy.blockchain.getBlockByHash()
hmy.blockchain.getBlockByNumber()
hmy.blockchain.getBlockTransactionCountByHash()
hmy.blockchain.getBlockTransactionCountByNumber()
hmy.blockchain.getTransactionByBlockHashAndIndex()
hmy.blockchain.getTransactionByBlockNumberAndIndex()
hmy.blockchain.getTransactionByHash()
hmy.blockchain.getTransactionReceipt()
hmy.blockchain.getCxReceiptByHash()
hmy.blockchain.getCode()
hmy.blockchain.net_peerCount()
hmy.blockchain.net_version()
hmy.blockchain.getProtocolVersion()
hmy.blockchain.constructor()
hmy.blockchain.setMessage()
hmy.blockchain.getRpcResult()
=== 2/7 ===
Resolved the merge conflict in another PR. https://github.com/harmony-one/sdk/pull/20
Finished draft js-sdk documentation! put
Document document creation process
to the README.