mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 19:45:10 +00:00
This reverts commit cc0f8c7bbba3ef1a0be1a9291e6c0a594b281933. revert wrong commit cc0f8c7bbba3ef1a0be1a9291e6c0a594b281933 Signed-off-by: fraVlaca <ocsenarf@outlook.com>
44 lines
1 KiB
Text
44 lines
1 KiB
Text
[
|
|
{
|
|
"transactionName": "myAssetExists",
|
|
"transactionLabel": "A test myAssetExists transaction",
|
|
"arguments": [
|
|
"001"
|
|
],
|
|
"transientData": {}
|
|
},
|
|
{
|
|
"transactionName": "createMyAsset",
|
|
"transactionLabel": "A test createMyAsset transaction",
|
|
"arguments": [
|
|
"001",
|
|
"some value"
|
|
],
|
|
"transientData": {}
|
|
},
|
|
{
|
|
"transactionName": "readMyAsset",
|
|
"transactionLabel": "A test readMyAsset transaction",
|
|
"arguments": [
|
|
"001"
|
|
],
|
|
"transientData": {}
|
|
},
|
|
{
|
|
"transactionName": "updateMyAsset",
|
|
"transactionLabel": "A test updateMyAsset transaction",
|
|
"arguments": [
|
|
"001",
|
|
"some other value"
|
|
],
|
|
"transientData": {}
|
|
},
|
|
{
|
|
"transactionName": "deleteMyAsset",
|
|
"transactionLabel": "A test deleteMyAsset transaction",
|
|
"arguments": [
|
|
"001"
|
|
],
|
|
"transientData": {}
|
|
}
|
|
]
|