Skip to content

Commit

Permalink
more fixes to rpc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris committed Jul 5, 2019
1 parent e7f5118 commit 8b15ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/dapp-development/rpc/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ The parameters of the `call` method are the same as the [SendTransaction](rpc_ad

###### Returns

`result` result of smart contract method call
`result` result of smart contract method call.

`execute_err` execute error
`execute_err` execution error.

`estimate_gas` estimate gas used
`estimate_gas` estimate gas used.

###### HTTP Example

Expand Down Expand Up @@ -332,7 +332,7 @@ Submit the signed transaction. The transaction signed value should be return by

`txhash` Hex string of transaction hash.

`contract_address ` returns only for deploy contract transaction.
`contract_address ` returns only for deployed contract transaction.

###### HTTP Example

Expand Down

0 comments on commit 8b15ca9

Please sign in to comment.