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