Skip to content

TypeScript definitions for Hyperledger Composer API Chaincode

License

Notifications You must be signed in to change notification settings

gabrielbiga/types-hyperledger-composer-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Types for Hyperledger Composer API Chaincode

This types library is referred to the Hyperledger Composer chaincode API (https://hyperledger.github.io/composer/latest/api/api-doc-index). With these types you can build a chaincode using heavily typed Typescript interfaces.

Installation

npm install --save types-hyperledger-composer-api

And put the directory to your includes in tsconfig.json.

    {
        ...
        "include": [
            ...
            "../node_modules/types-hyperledger-composer-api/*.ts"
            ...
        ]
        ...
    }

Warning

This API is not complete yet. Pull requests are welcome! 😀

License

MIT © Gabriel Matos

About

TypeScript definitions for Hyperledger Composer API Chaincode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published