fabric-samples/asset-transfer-private-data/chaincode-typescript/src
Mark S. Lewis f865a9ea51
Fix private-data TypeScript chaincode (#1357)
The build is only testing the Go chaincode for the
asset-transfer-private-data sample. The behavior of the TypeScript
chaincode implementation is not consistent with the Go and Java
versions, which prevents it from working correctly.

This change fixes the TypeScript chaincode implementation for the
asset-transfer-private-data sample so that it works correctly.
Additionally, some JSON property names are explicitly set in the Go
client application sample, which prevented it from working with the Java
and TypeScript chaincode implementations.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2025-11-04 10:55:27 -05:00
..
asset.ts Fix private-data TypeScript chaincode (#1357) 2025-11-04 10:55:27 -05:00
assetTransfer.ts Fix private-data TypeScript chaincode (#1357) 2025-11-04 10:55:27 -05:00
assetTransferDetails.ts Update Node chaincode for v2.5.5 release 2024-06-03 15:27:51 -04:00
assetTransferTransientInput.ts Fix private-data TypeScript chaincode (#1357) 2025-11-04 10:55:27 -05:00
index.ts Update Node chaincode for v2.5.5 release 2024-06-03 15:27:51 -04:00
transferAgreement.ts Update Node chaincode for v2.5.5 release 2024-06-03 15:27:51 -04:00
utils.ts Update Node chaincode for v2.5.5 release 2024-06-03 15:27:51 -04:00