DigitallySignedMessageParser
public protocol DigitallySignedMessageParser
A parser to be used in the context of Digital Signature Verification
Conforming types are passed the input and expected to return an instance of DigitallySignedMessage
-
A generice type which has to be parsed
Declaration
Swift
associatedtype Input -
Inputcan be any valid Swift type, which has to be converted toDigitallySignedMessageDeclaration
Swift
static func parse(_ input: Input) throws -> DigitallySignedMessage