-> Note: By setting a fee in the transaction builder function, the automatic fee estimation step will be skipped.
-> Note: By setting a fee in the transaction builder function, the automatic fee estimation step will be skipped.
=======
=======
> Note: By setting a fee in the transaction builder function, the automatic fee estimation step will be skipped.
> Note: By setting a fee in the transaction builder function, the automatic fee estimation step will be skipped.
>>>>>>> 50bb8c8a... feat: draft of first 2 tutorials
>
> > > > > > > 50bb8c8a... feat: draft of first 2 tutorials
### Handling nonces
### Handling nonces
@ -196,8 +201,10 @@ With the transaction ID, we can check the status of the transaction. Every trans
<<<<<<<HEAD
<<<<<<<HEAD
-> Note: A transactions is completed once it is confirmed and the status changes to `success`. Most transactions will be pending for several minutes before confirmed. You should implement polling in your app to refresh the status display.
-> Note: A transactions is completed once it is confirmed and the status changes to `success`. Most transactions will be pending for several minutes before confirmed. You should implement polling in your app to refresh the status display.
=======
=======
> Note: A transactions is completed once it is confirmed and the status changes to `success`. Most transactions will be pending for several minutes before confirmed. You should implement polling in your app to refresh the status display.
> Note: A transactions is completed once it is confirmed and the status changes to `success`. Most transactions will be pending for several minutes before confirmed. You should implement polling in your app to refresh the status display.
>>>>>>> 50bb8c8a... feat: draft of first 2 tutorials
>
> > > > > > > 50bb8c8a... feat: draft of first 2 tutorials
```js
```js
const transactions = new TransactionsApi(apiConfig);
const transactions = new TransactionsApi(apiConfig);