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