Update Go to 1.16.7 and run "go mod tidy" to clean up go modules in samples. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Signed-off-by: Brett Logan <lindluni@github.com>
constructQueryResponseFromIterator was returning a QueryResult slice as opposed to an Asset slice. Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
- Add new generic asset transfer sample based on the existing marbles02 sample - Add InitLedger() to create base assets - Add AssetExists() to check for an assets existence in the world state Signed-off-by: Tiffany Harris <tiffany.harris@ibm.com>