Create Transaction

When an account wants to send some balance to another account, this account has to make a transaction. There are 2 types of transactions:

  • Normal transaction: users make transactions and send them directly on chain. Users have to pay fee for the transactions they make.

  • Smart contract transaction: users make transactions and send them through system contract. Users have to pay fee by system contract logics.

Required elements to create a transaction includes:

  • The destination address

  • Amount

  • Transaction fee (View in Transaction Fee)

  • Signature of the sender

  • The nonce

Last updated