Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

wearetheledger/fabric-shim-types

Repository files navigation

This package isn't needed anymore as of 1.3 since fabric-shim includes types

Version matching

Fabric Shim types
v1.2.X v2.0.X
V1.1.X v1.0.6

How to add this type to your project

You can add these types to your project by appending it to your types in your tsconfig.json

{
  "compilerOptions": {
    ... // include other options
    "types": [
      "@theledger/fabric-shim-types"
    ]
  }
}

About

Typescript types for the hyperledger fabric-shim chaincode package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published