public TxWritableStorageService extends StorageService
Storage service, with extensions to allow validated transactions to be added to. For use only within ServiceHub.
Modifier and Type | Method and Description |
---|---|
TransactionStorage |
getValidatedTransactions()
A map of hash->tx where tx has been signature/contract validated and the states are known to be correct.
The signatures aren't technically needed after that point, but we keep them around so that we can relay
the transaction data to other nodes that need it.
|
getAttachments, getStateMachineRecordedTransactionMapping, getUploaders, getValidatedTransactions
TransactionStorage getValidatedTransactions()
A map of hash->tx where tx has been signature/contract validated and the states are known to be correct. The signatures aren't technically needed after that point, but we keep them around so that we can relay the transaction data to other nodes that need it.