ExternalSenderProtocol

public protocol ExternalSenderProtocol : AnyObject, Sendable

A RFC 9420 External Sender

This can be used to initialize a subconversation.

  • Serialize this external sender into a byte vector.

    This produces the public key and matches parse_public_key.

    Declaration

    Swift

    func serialize() -> Data