A DTO for the last output, last delivered and pending transactions for a repo at a node referenced by nodeId
| name | data type | description |
|---|---|---|
| nodeId | string | |
| lastOutput | number | |
| lastDelivered | number | |
| pendingTransactions | number |
Example
{
"nodeId" : "...",
"lastOutput" : 12345,
"lastDelivered" : 12345,
"pendingTransactions" : 12345
}