This commit is contained in:
Vatunyoo Suwannapisit 2022-02-17 06:11:30 +01:00 committed by GitHub
commit cc200c1cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ conn.postTransactionCommit(txCreateAliceSimpleSigned)
})
// ======== Search Asset by Serial Number ======== //
.then(() => conn.searchAssets('Bicycle Inc.'))
.then(assets => console.log('Found assets with serial number Bicycle Inc.:', assets)) // eslint-disable-line no-console
.then(() => conn.searchAssets('abcd1234'))
.then(assets => console.log('Found assets with serial number abcd1234:', assets)) // eslint-disable-line no-console