Xmtp_KeystoreApi_V1_InitKeystoreResponse

public struct Xmtp_KeystoreApi_V1_InitKeystoreResponse
extension Xmtp_KeystoreApi_V1_InitKeystoreResponse: @unchecked Sendable
extension Xmtp_KeystoreApi_V1_InitKeystoreResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Response to the request to initialize the Keystore

  • Undocumented

    Declaration

    Swift

    public var error: Xmtp_KeystoreApi_V1_KeystoreError { get set }
  • Returns true if error has been explicitly set.

    Declaration

    Swift

    public var hasError: Bool { get }
  • Clears the value of error. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearError()
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • 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_InitKeystoreResponse, rhs: Xmtp_KeystoreApi_V1_InitKeystoreResponse) -> Bool