Skip to content

Transactions in BlockChain #2578

Answered by othaime-en
aviorn36 asked this question in Q&A
Sep 14, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @aviorn36

  1. Other than the main chain, nodes also keep a small memory pool (mempool) it sort of a small database containing unconfirmed transactions that need to be added to the blockchain. So if you trigger a transaction right now, your transaction first goes to the mempool then after it is confirmed, it is permanently stored in the blockchain. Concerning smart contract, it is all the same. All interactions with smart contracts (deploying and calling functions) are in the form of transactions. So even when you deploy a smart contract, it still goes to the mempool to be confirmed first before it is added to the blockchain.
  2. Yes that is correct.
  3. Technically yes. Once the block containing…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@krakxn
Comment options

@aviorn36
Comment options

Answer selected by aviorn36
Comment options

You must be logged in to vote
1 reply
@aviorn36
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants