> > > > > > > | `recipient` | The recipient Stacks address in c32check format | **No** |
> > > > > > > | `amount` | The amount of Stacks tokens to send denominated in microstacks | **No** |
> > > > > > > | `fee` | The fee that the sender is willing to pay for miners to process the transaction. Denominated in microstacks | Yes |
> > > > > > > | `nonce` | A nonce is an integer that needs to be incremented by 1 for each sequential transaction from the same account. Nonces start at 0 | Yes |
@ -206,13 +207,13 @@ With the transaction ID, we can check the status of the transaction. Every trans
=======
> 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.
<<<<<<<HEAD
> <<<<<<<HEAD
>
> > > > > > > 50bb8c8a... feat: draft of first 2 tutorials
=======
>>>>>>> 50bb8c8a... feat: draft of first 2 tutorials
=======
-> 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
> > > > > > >
> > > > > > > -> 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.