-
Notifications
You must be signed in to change notification settings - Fork 0
/
18- DataManipulation.json
41 lines (40 loc) · 1.42 KB
/
18- DataManipulation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
"UDL-SC_version" : "1.0",
"name" : "DataManipulation",
"creation_date":"11/03/2022",
"Business Perspective": {
"Legal":{ "name": "" , "type":"" ,"link":"","description" : ""},
"QOS":{ "service level": { "latency": "1ms", "gasConsomation": "", "ContractGasPrice":""},
"Princing" :{" Gaslimit": "", "tokenPrice": "234.56 USD"},
"security" : {"signed": "", "tested": "", "link":"","description" : ""}
},
"participants" : {
"provider":"0x5B38Da6a701c568545dCfcB03FcB875f56beddC4",
"FutureUserType":"node"
},
"sc characteristics ":{
"documentational characteristics":{ "used compiler":"",
"usedRessources":"",
"abi" : "",
"deployed byte code" : "",
"description" : "data integer manipulation",
"hash":"",
"metadata":""},
"common characteristics":{"type":"Application logic contracts (ALCs)",
"category":"static", "updateDate":"","state":"mutable","version":"solidity ^0.4.8", "initialBalance ": "0"
,"creationDate":"7/1/2019", "lifeCycle":"ready"}}},
"technical Perspective":{ "blockhain characteristics ":{ "name":"Ethereum", "type":"public", "consensus":"proof of stacke","currency":"ETH"},
"Protocol information":{ "adress":"0x5B38Da6a701c568545dCfcB03FcB875f56beddC4"}
},
"operationalPerspective":{
"Functions" : [
{"name": "swap",
"Type": "",
"scope" : "",
"description": "swap integer",
"inputs":[],
"outputs": []
}],
"Events": [
]
}
}