Questions tagged [bundles]

For questions related to IOTA bundles

Transactions which are bundled (grouped) together during the creation of a transfer. Bundles are connected directly via the trunkTransaction.

A transfer in IOTA is a bundle consisting of outputs and inputs.

Bundles are atomic transactions, meaning that either all transactions will be accepted by the network, or none.

26 questions
7
votes
2 answers

Why do transactions in a bundle need to be chained via trunkTransaction?

I'm trying to understand the inner workings of a bundle and its consequences. From what I’ve read so far, transactions of a bundle are chained by the trunkTransaction of each transaction in the bundle pointing to the next transaction in the bundle.…
ralf
  • 1,063
  • 5
  • 10
3
votes
1 answer

Is bundle's tip transaction always the tail transaction

So I read it here that: only the first transaction (the "tail transaction") appears as a tip So is the tip transaction of a bundle always the tail transaction? And it is also the "first transaction" with index 0? It is kinda confusing because the…
lulalala
  • 415
  • 2
  • 8
2
votes
2 answers

Is there a way to access a list of all bundles?

Is there a way to iterate through all bundles in a block explorer, or is there a way to get access to a list of all bundles?
SantiClaus
  • 121
  • 1