This release extends existing contract SignatureV3
with information regarding the signature qualification type.
Updated models:
SignatureV3
: added fieldSignatureTypeInfo
with information about the signature qualification type.
New models:
-
SignatureTypeInfo
: contains information about the signature qualification type including the type itself and the qualification details. -
SignatureType
(enum): represents the verified signature qualification type.SignatureType
may beUnknown
, if a signature type was not determined.SignatureType
may beOnVerification
, if a signature is currently on verification and the type has not been determined yet. -
QualifiedDetails
: contains the details for the qualified signature type (not null ifSignatureType
isQualified
). -
NonQualifiedDetails
: contains the details for the nonqualified signature type (not null ifSignatureType
isNonQualified
).