fabric-samples/asset-transfer-ledger-queries/chaincode-javascript/META-INF/statedb/couchdb/indexes/indexOwner.json
r2roC 4b886cf289 Added js asset-transfer-ledger query sample
Based off of marbles02.js, variable and function names were renamed, but the logic of the code is the same.
Added AssetExists()

Signed-off-by: r2roC <arturo@IBM.com>
2020-06-26 14:17:07 -04:00

1 line
99 B
JSON

{"index":{"fields":["docType","owner"]},"ddoc":"indexOwnerDoc", "name":"indexOwner","type":"json"}