SignedPayload
struct SignedPayload : Codable, Hashable
The EUDCC SignedPayload
-
The signed payload data raw value
Declaration
Swift
public let rawValue: Data
-
Creates a new instance of
EUDCC.SignedPayload
Declaration
Swift
public init( prefix: String = "Signature1", cryptographicSignature: EUDCC.CryptographicSignature )
Parameters
prefix
The SignedPayload prefix. Default value
Signature1
cryptographicSignature
The EUDCC CryptographicSignature