mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +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
|
package net.corda.core.messaging
|
||||||
|
|
||||||
|
import net.corda.core.CordaInternal
|
||||||
import net.corda.core.concurrent.CordaFuture
|
import net.corda.core.concurrent.CordaFuture
|
||||||
import net.corda.core.context.InvocationContext
|
import net.corda.core.context.InvocationContext
|
||||||
import net.corda.core.contracts.ContractState
|
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
|
* 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.")
|
@Deprecated("This method is intended only for internal use and will be removed from the public API soon.")
|
||||||
fun internalFindVerifiedTransaction(txnId: SecureHash): SignedTransaction?
|
fun internalFindVerifiedTransaction(txnId: SecureHash): SignedTransaction?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user