Xmtp_KeystoreApi_V1_GetKeystoreStatusRequest

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

Used to check if the Keystore implementation has been setup for the given wallet address Only used for MM Snap Keystore currently

  • Undocumented

    Declaration

    Swift

    public var walletAddress: String
  • 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_GetKeystoreStatusRequest, rhs: Xmtp_KeystoreApi_V1_GetKeystoreStatusRequest) -> Bool