CLASS
# SigningResult
public final class SigningResult: NSObject, Sendable
Result returned by MIRACLTrust/MIRACLTrust/sign(message:user:signingSessionDetails:didRequestSigningPinHandler:completionHandler:)
method.
# Properties
# signature
public let signature: Signature
Cryptographic representation of the signature
# timestamp
public let timestamp: Date
When the document has been signed.