| name | data type | description |
|---|---|---|
| repositoryNodesTransactions | array of VCSNodesTransactionsDTO | Get the list of nodes repository transactions |
Example
{
"repositoryNodesTransactions" : [ {
"nodeId" : "...",
"lastOutput" : 12345,
"lastDelivered" : 12345,
"pendingTransactions" : 12345
}, {
"nodeId" : "...",
"lastOutput" : 12345,
"lastDelivered" : 12345,
"pendingTransactions" : 12345
} ]
}