Skip to content

Commit

Permalink
Modify contract-call readme (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jan 8, 2024
1 parent cbe0f37 commit 334dced
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/strategies/contract-call/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,13 @@ You can call methods with multiple inputs in any contract:
]
}
```

### Params

| Param | Type | Default | Description |
| --- | --- | --- | --- |
| address | `string` | | Contract address |
| decimals | `number` | 18 | Decimals of the output |
| symbol | `string` | optional | Symbol of the output |
| methodABI | `object` | | ABI of the method to call |
| output | `string` | optional | Output type of the method to call |

0 comments on commit 334dced

Please sign in to comment.