ExternalSenderKey
open class ExternalSenderKey : ExternalSenderKeyProtocol, @unchecked Sendable
extension ExternalSenderKey: CustomStringConvertible
extension ExternalSenderKey: Equatable
extension ExternalSenderKey: Hashable
The raw public key of an external sender.
This can be used to initialize a subconversation.
-
Infallibly instantiate an instance from a byte array.
Declaration
Swift
public convenience init(bytes: Data) -
Copy the wrapped data into a new byte array.
Declaration
Swift
open func copyBytes() -> Data -
Declaration
Swift
open var description: String { get } -
Declaration
Swift
public static func == (self: ExternalSenderKey, other: ExternalSenderKey) -> Bool -
Declaration
Swift
open func hash(into hasher: inout Hasher)