VCSNodesTransactionsDTO Data Type

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

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
lastDelivered long element 0/1 the lastDelivered
lastOutput long element 0/1 the lastOutput
nodeId string element 0/1 the id of the node
pendingTransactions long element 1/1 the pending Transactions

Example

<repositoryNodesTransactions>
  <nodeId>...</nodeId>
  <lastOutput>...</lastOutput>
  <lastDelivered>...</lastDelivered>
  <pendingTransactions>...</pendingTransactions>
</repositoryNodesTransactions>