mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
commit try
Signed-off-by: abdou.chakhkhar <abdelmoula.chakhkhar@uit.ac.ma>
This commit is contained in:
parent
4682320f7b
commit
66cea4df9b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class PrivateAssetTransfer extends Contract {
|
|||
|
||||
return JSON.stringify(allResults);
|
||||
}
|
||||
|
||||
|
||||
// ReadAssetPrivateDetails reads the asset private details in organization specific collection
|
||||
async ReadAssetPrivateDetails(ctx, collection, assetID){
|
||||
const assetDetailsJSON = await ctx.stub.getPrivateData(collection, assetID);
|
||||
|
|
|
|||
Loading…
Reference in a new issue