mirror of
https://github.com/corda/corda.git
synced 2025-06-15 05:38:14 +00:00
CORDA-3818: Synchronize OS implementation of PublicKeyToOwningIdentityCache with CE
This commit is contained in:
@ -11,7 +11,7 @@ interface PublicKeyToOwningIdentityCache {
|
||||
/**
|
||||
* Obtain the owning identity for a public key.
|
||||
*
|
||||
* If the key is unknown to the node, then this will return null.
|
||||
* If the key is unknown to the node, then this will return [KeyOwningIdentity.UnmappedIdentity].
|
||||
*/
|
||||
operator fun get(key: PublicKey): KeyOwningIdentity?
|
||||
operator fun get(key: PublicKey): KeyOwningIdentity
|
||||
}
|
Reference in New Issue
Block a user