Page 1 of 1

Query is called whenever you query your chaincode's state.   Queries do not result in blocks being added to the chain, a

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
Query is called whenever you query your chaincode's state.   Queries do not result in blocks being added to the chain, and you cannot use certain functions.
Which function can you not use inside a Query?

A. Error
B. Getstate
C. Putstate
D. Read