Xmtp_KeystoreApi_V1_SignDigestRequest
public struct Xmtp_KeystoreApi_V1_SignDigestRequest
extension Xmtp_KeystoreApi_V1_SignDigestRequest: @unchecked Sendable
extension Xmtp_KeystoreApi_V1_SignDigestRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
SignDigestRequest is used to sign a digest with either the identity key or a prekey
-
Undocumented
Declaration
Swift
public var digest: Data
-
Undocumented
Declaration
Swift
public var signer: Xmtp_KeystoreApi_V1_SignDigestRequest.OneOf_Signer?
-
Undocumented
Declaration
Swift
public var identityKey: Bool { get set }
-
Undocumented
Declaration
Swift
public var prekeyIndex: UInt32 { get set }
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_Signer : Equatable
extension Xmtp_KeystoreApi_V1_SignDigestRequest.OneOf_Signer: @unchecked Sendable
-
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_SignDigestRequest, rhs: Xmtp_KeystoreApi_V1_SignDigestRequest) -> Bool