mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
CORDA-1407 Mark method as CordaInternal (#3402)
This commit is contained in:
parent
8f2e457f0d
commit
1004c0f534
@ -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?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user