Olyn API Ledger
Learn about Olyn ledger resource
Resource used to track all changes of the asset has experienced, all the following listed actions are tracked.
- Asset Creation
- Asset Transfer
- Status change of the Asset
- Add, Modify, and Delete data to the Asset
- Add, Modify, and Delete files to the Asset
Field | Type | Description | |
---|---|---|---|
asset_id | String | Identifier of the asset this is linked to | Auto |
url | String | Url of the action performed in the asset | Auto |
method_triggered | String | method triggered in the url specified | Auto |
computed_hash | String | Hash computed after the action takes place | Auto |
past_hash | String | Hash computed before the action takes place | Auto |
created_at | Date | Date of creation of the resource | Auto |
created_by | String | Entity creating the resource | Auto |
{
"url": "POST:http://localhost:5001/v1/assets",
"method_triggered": "ASSET_CREATION",
"computed_hash": "cfd8313de00dbb491b54ad69437ba74d25bc425ea886238add2d0c4a7982e3af",
"past_hash": "Root",
"created_at": "2022-06-10 16:38:00.686000",
"created_by": "OLYN"
}
Updated about 1 year ago
Get API Keys
Learn and use the tools Olyn already built for you, so you can focus on your code.