mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-27 12:05:10 +00:00
last fixes for chaincode-javascript of asset-transfer-basic
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
This commit is contained in:
parent
8ae4abb924
commit
a3db59c145
1 changed files with 10 additions and 10 deletions
|
|
@ -2,8 +2,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
// Deterministic JSON.stringify()
|
||||
const stringify = require('json-stringify-deterministic')
|
||||
const sortKeysRecursive = require('sort-keys-recursive')
|
||||
import * as stringify from 'json-stringify-deterministic');
|
||||
import * as sortKeysRecursive from 'sort-keys-recursive';
|
||||
import {Context, Contract, Info, Returns, Transaction} from 'fabric-contract-api';
|
||||
import {Asset} from './asset';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue