You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
362 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # Unspend TXO
  5. The unspend transaction outputs are defining the (mutable) state of the blockchain,
  6. we choose to aggregate them per addresses such that we only have to store the balance of addresses which
  7. have a positive balance; rather than maintaning a complete list of unspend transactions.
  8. - [UTXO](/api/v0.0/getjson?obj=TXPOOL::UTXO)