VCSNodesTransactionsDTO Data Type

A DTO for the last output, last delivered and pending transactions for a repo at a node referenced by nodeId

Properties
name data type constraints description
nodeId string   the id of the node
lastOutput number   the lastOutput
lastDelivered number   the lastDelivered
pendingTransactions number required the pending Transactions

Example

{
  "nodeId" : "...",
  "lastOutput" : 12345,
  "lastDelivered" : 12345,
  "pendingTransactions" : 12345
}