Success
public struct Success
extension Xmtp_KeystoreApi_V1_EncryptResponse.Response.Success: @unchecked Sendable
extension Xmtp_KeystoreApi_V1_EncryptResponse.Response.Success: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Wrapper object for success response
-
Undocumented
Declaration
Swift
public var encrypted: Xmtp_MessageContents_Ciphertext { get set } -
Returns true if
encryptedhas been explicitly set.Declaration
Swift
public var hasEncrypted: Bool { get } -
Clears the value of
encrypted. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearEncrypted() -
Undocumented
Declaration
Swift
public var senderHmac: Data -
Declaration
Swift
public var unknownFields: UnknownStorage -
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String -
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap -
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder -
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor -
Declaration
Swift
public static func == (lhs: Xmtp_KeystoreApi_V1_EncryptResponse.Response.Success, rhs: Xmtp_KeystoreApi_V1_EncryptResponse.Response.Success) -> Bool
Success Structure Reference