Skip to content

Commit

Permalink
fix: missing part for simulate call
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Jan 17, 2019
1 parent 3d5611a commit b56a6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Returns `Thor.Method`
+ `caller` - `(addr: string):this`: Set caller for call
+ `gas` - `(gas: string):this`: Set maximum gas allowed for call
+ `gasPrice` - `(gp: string)`: Set gas price for call in wei
+ `call`: Simulate calling the method to obtain the output without
+ `call`: Simulate calling the method to obtain the output without altering the contract state
+ `asClause`: Pack arguments and setted value into clause

##### Simulate a Contract Call
Expand Down

0 comments on commit b56a6a6

Please sign in to comment.