VCSNodesTransactionsListDTO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
repositoryNodesTransactions list of VCSNodesTransactionsDTO element 0/unbounded Get the list of nodes repository transactions

Example

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