| name | data type | description |
|---|---|---|
| entries | array of AccountEntry |
Example
{
"entries" : [ {
"user" : "...",
"date" : 12345,
"type" : "REMOVAL",
"primaryType" : "...",
"version" : "..."
}, {
"user" : "...",
"date" : 12345,
"type" : "PASTE",
"primaryType" : "...",
"version" : "..."
} ]
}