CORDA-1407 Mark method as CordaInternal (#3402)

This commit is contained in:
Tudor Malene 2018-06-19 14:57:03 +01:00 committed by GitHub
parent 8f2e457f0d
commit 1004c0f534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
package net.corda.core.messaging
import net.corda.core.CordaInternal
import net.corda.core.concurrent.CordaFuture
import net.corda.core.context.InvocationContext
import net.corda.core.contracts.ContractState
@ -199,6 +200,7 @@ interface CordaRPCOps : RPCOps {
*
* TODO This method should be removed once SGX work is finalised and the design of the corresponding API using [FilteredTransaction] can be started
*/
@CordaInternal
@Deprecated("This method is intended only for internal use and will be removed from the public API soon.")
fun internalFindVerifiedTransaction(txnId: SecureHash): SignedTransaction?