Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-2125] Finalize v1 chaincode API names
Motivation - make it clear that RangeQueryState() and PartialCompositeKeyQuery() are getters similar to GetState() and GetQueryResult(). Since we will have to live with the API names forever as of v1, better to make them very expressive. Changes: RangeQueryState() ==> GetStateByRange() PartialCompositeKeyQuery() ==> GetStateByPartialCompositeKey() ExecuteQueryState ==> GetQueryResult (already partially done) Change-Id: I555f2ee3b81f86307bdb5482ce9850ec93216857 Signed-off-by: denyeart <enyeart@us.ibm.com>
- Loading branch information