fabric-samples/asset-transfer-basic/chaincode-javascript
Tatsuya Sato 8c1c36ae09 Fix type error when using the latest sort-keys-recursive
The latest version (2.1.2) of sort-keys-recursive adds TypeScript
typing, which includes export default function.
This change has caused the TS2349 type error.

This patch modifies the import form in assetTransfer.ts to fix the error.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2021-11-05 11:47:55 -04:00
..
lib updated chaincodes for asset-transfer-basic in order to show good example on how achieving determinism over json (#486) 2021-09-06 13:47:25 +01:00
test Add repolinter support 2021-04-23 15:35:20 -04:00
.eslintignore Adding chaincode-js to asset-transfer-basic 2020-06-25 12:02:53 -04:00
.eslintrc.js Added javascript chaincode unit tests for asset-transfer-basic 2020-08-21 16:26:35 -04:00
.gitignore Added javascript chaincode unit tests for asset-transfer-basic 2020-08-21 16:26:35 -04:00
index.js Adding chaincode-js to asset-transfer-basic 2020-06-25 12:02:53 -04:00
package.json Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00