A DTO for the last output, last delivered and pending transactions for a repo at a node referenced by nodeId
name | data type | type | namespace | min/max occurs | constraints | 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 | required | the pending Transactions |
Example
<repositoryNodesTransactions> <nodeId>...</nodeId> <lastOutput>...</lastOutput> <lastDelivered>...</lastDelivered> <pendingTransactions>...</pendingTransactions> </repositoryNodesTransactions>