public ServicesForResolution
Subset of node services that are used for loading transactions from the wire into fully resolved, looked up forms ready for verification.
interface ServiceHub
Modifier and Type | Method and Description |
---|---|
IdentityService |
getIdentityService() |
AttachmentsStorageService |
getStorageService() |
TransactionState<?> |
loadState(StateRef stateRef)
Given a
class StateRef loads the referenced transaction and looks up the specified output interface ContractState . |
IdentityService getIdentityService()
AttachmentsStorageService getStorageService()
TransactionState<?> loadState(StateRef stateRef)
Given a class StateRef
loads the referenced transaction and looks up the specified output interface ContractState
.
class StateRef
points to a non-existent transaction.class StateRef
,
interface ContractState