Closed SamYuan1990 closed 8 months ago
Chaincodes written with Go contract api can take struct arguments. Client would pass as JSON and the contract serializer will convert to the struct. See doc at https://github.com/hyperledger/fabric-contract-api-go/blob/main/tutorials/managing-objects.md
ref to https://github.com/Hyperledger-TWGC/tape/issues/377 it seems chaincode now supports structs, does it implemented with golang?