Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
358 views
in Technique[技术] by (71.8m points)

Is it possible to count the records stored in hyperledger fabric blockchain,i dont want to fetch data from statedb

i want to fetch data from blockchain ledger instead of statedb like couch and leveldb.i want to write chaincode method that count the total record from blockchain ledger.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Chaincode API doesn't provide such functionality if I'm not mistaken, you can only get state by key or perform a rich query if you use couchdb for example.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...