Skip to content

Commit

Permalink
Merge pull request #21 from make-software/update-readme
Browse files Browse the repository at this point in the history
Added new RPC methods to README.md
  • Loading branch information
RomanovSci authored Jul 26, 2023
2 parents ce11c86 + 48c5323 commit edd46dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ $latestBlockHash = $latestBlock->getHash();
- [getDictionaryItemByURef](docs/API/RpcClientAPI.md#Get-dictionary-item)
- [getGlobalStateByBlock](docs/API/RpcClientAPI.md#Get-global-state-by-block)
- [getGlobalStateByStateRootHash](docs/API/RpcClientAPI.md#Get-global-state-by-state-root-hash)
- [queryBalance](docs/API/RpcClientAPI.md#Query-balance)
- [getChainspecInfo](docs/API/RpcClientAPI.md#Get-chainspec-info)
- [speculativeExecution](docs/API/RpcClientAPI.md#Speculative-execution)

### DeployService
- [makeDeploy](docs/API/DeployServiceAPI.md#Make-deploy)
Expand Down

0 comments on commit edd46dc

Please sign in to comment.