mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Merge remote-tracking branch 'origin/release/os/4.6' into christians/update-feat-20200502
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