hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

MstState: iteration methods for batches & txs #2203

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Signed-off-by: Mikhail Boldyrev miboldyrev@gmail.com

Description of the Change

New interface to access all batches and transactions of MST State.

Benefits

Copying can be avoided. Code simplified.

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]