Browse Source

docs: update wording

Co-authored-by: Thomas Osmonson <aulneau@users.noreply.github.com>
feat/stacks-js-updates
Alexander Graebe 4 years ago
parent
commit
902c990fb5
  1. 2
      src/pages/smart-contracts/signing-transactions.md

2
src/pages/smart-contracts/signing-transactions.md

@ -58,7 +58,7 @@ const opts = {
await openContractCall(opts);
```
When calling `openContractCall`, you need to specify a few details. Here is the exact interface that describes what options you have:
There are some required parameters needed when calling `openContractCall`. Here is the exact interface which describes what options you have:
```tsx
interface ContractCallOptions {

Loading…
Cancel
Save