Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Feb 2, 2024
1 parent cd38b1c commit fac4c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const transactionC = buildTransaction('update_state', {
const callbackUrl = 'https://my-page.com/callback-success'

// [payable]
const result = await contractApi.callMultiple([transactionA, transactionB, transactionC], callbackUrl)
contractApi.callMultiple([transactionA, transactionB, transactionC], callbackUrl).then(() => console.log('Done!'))
```

### Contract Interface
Expand Down

0 comments on commit fac4c0d

Please sign in to comment.