fabric-contract-api
Advanced tools
Comparing version 1.3.0-snapshot.13 to 1.4.0-snapshot.14
{ | ||
"name": "fabric-contract-api", | ||
"version": "1.3.0-snapshot.13", | ||
"version": "1.4.0-snapshot.14", | ||
"tag":"unstable", | ||
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other", | ||
@@ -5,0 +6,0 @@ "main": "index.js", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* | ||
@@ -8,3 +9,3 @@ Copyright 2018 IBM All Rights Reserved. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/// <reference path="../../../fabric-shim/types/index.d.ts" /> | ||
const fabric_contract_api_1 = require("fabric-contract-api"); | ||
@@ -11,0 +12,0 @@ class ScenarioContext extends fabric_contract_api_1.Context { |
@@ -7,3 +7,3 @@ /* | ||
*/ | ||
/// <reference path="../../../fabric-shim/types/index.d.ts" /> | ||
import { Contract, Context } from 'fabric-contract-api'; | ||
@@ -10,0 +10,0 @@ import { ChaincodeStub, ClientIdentity } from 'fabric-shim'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22640
502
137