fabric-samples/asset-transfer-sbe/chaincode-typescript
Mark S. Lewis 10e9377555 Avoid explicit import of grpc-js or fabric-protos in TypeScript apps
Rely on the dependencies of @hyperledger/fabric-gateway making these packages transitively available. Having explicit dependency versions in the application can cause type conflicts due to private member changes in the gRPC Client class across versions.

Also fix some missing or incorrect Node types and engines version contraints.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2023-02-10 11:36:41 -05:00
..
src Swap to use the Helper Function to create policies (#908) 2023-01-18 07:25:07 -05:00
.gitignore fabric samples for state-based endorsement for chaincode typescript 2020-08-07 18:20:57 -04:00
package.json Avoid explicit import of grpc-js or fabric-protos in TypeScript apps 2023-02-10 11:36:41 -05:00
tsconfig.json fabric samples for state-based endorsement for chaincode typescript 2020-08-07 18:20:57 -04:00
tslint.json fabric samples for state-based endorsement for chaincode typescript 2020-08-07 18:20:57 -04:00