https://github.com/iciclef/tx-traces
Transaction traces generated by FissLock's generator.
https://github.com/iciclef/tx-traces
Last synced: 3 months ago
JSON representation
Transaction traces generated by FissLock's generator.
- Host: GitHub
- URL: https://github.com/iciclef/tx-traces
- Owner: IcicleF
- Created: 2024-08-13T08:48:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T09:50:39.000Z (6 months ago)
- Last Synced: 2025-01-15T02:59:00.635Z (5 months ago)
- Size: 208 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## TATP
```
const int GET_SUBSCRIBER_DATA_TYPE = 1;
const int GET_NEW_DESTINATION_TYPE = 2;
const int GET_ACCESS_DATA_TYPE = 3;
const int UPDATE_SUBSCRIBER_DATA_TYPE = 4;
const int UPDATE_LOCATION_TYPE = 5;
const int INSERT_CALL_FORWARDING_TYPE = 6;
const int DELETE_CALL_FORWARDING_TYPE = 7;
```## TPCC
```
#define NEW_ORDER 1
#define PAYMENT 2
#define ORDER_STATUS 3
#define DELIVERY 4
#define STOCK_LEVEL 5
```