Fields
id
owner
- address of the node's creatorcreatedAt
- creation timestampupdatedAt
- last update timestampstatus
- current status among:ACTIVE
REVOKED
data
- array of all data version referencesparentId
- parent id referencetype
- type for easier data queryingtags
- array of strings
Example State
{
"id": "f78aa181-ca1e-4c75-8c66-969574cfdae3",
"owner": "9+zypjejQt17sd0dJ5MSfOLSy7kXOPsEGVetOVOUkRgZe0Zpy83Kubx/enrTwxf+djMevL0BlK0WsrR49FAyHg==",
"createdAt": "1665155869914",
"updatedAt": "1665155885111",
"type": "Folder",
"status": "ACTIVE",
"parentId": "e31_XvjID79GZRK3-h9uddWVl5wPM7Fsa8dr580GNVo",
"data": ["M5v6QTVu_M5f0lVDfpyOZAlZ-fu84kLuOKEje_jKlag"]
}
Last updated
Was this helpful?