Browse Source

chore: prettier fix

fix/update-favicon
Friedger Müffke 4 years ago
committed by Friedger Müffke
parent
commit
c406c7e6de
  1. 2
      src/pages/build-apps/guides/transaction-signing.md

2
src/pages/build-apps/guides/transaction-signing.md

@ -238,7 +238,7 @@ interface ContractCallOptions {
``` ```
| parameter | type | required | description | | parameter | type | required | description |
| --------------- | ---------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | --------------- | ---------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- |
| contractAddress | string | true | Stacks address to which contract is deployed | | contractAddress | string | true | Stacks address to which contract is deployed |
| contractName | string | true | Name of contract to sign | | contractName | string | true | Name of contract to sign |
| functionName | string | true | Name of function for signing / execution, which needs to be a [public function](/references/language-functions#define-public). | | functionName | string | true | Name of function for signing / execution, which needs to be a [public function](/references/language-functions#define-public). |

Loading…
Cancel
Save