Copyright 2015 WANdisco
| name | data type | description |
|---|---|---|
| transactionBlockList | array of TransactionBlockDTO | |
| knownTxnSequence | number |
Example
{
"transactionBlockList" : [ {
"identity" : "...",
"repositoryIdentity" : "...",
"repositoryName" : "...",
"startOffset" : 12345,
"endOffset" : 12345,
"thresholdLimit" : 12345,
"currentSequence" : 12345
}, {
"identity" : "...",
"repositoryIdentity" : "...",
"repositoryName" : "...",
"startOffset" : 12345,
"endOffset" : 12345,
"thresholdLimit" : 12345,
"currentSequence" : 12345
} ],
"knownTxnSequence" : 12345
}