Skip to content

Extended SignatureV3 with qualification type

Latest
Compare
Choose a tag to compare
@SuvorovNM SuvorovNM released this 05 Jun 09:09
e386872

This release extends existing contract SignatureV3 with information regarding the signature qualification type.

Updated models:

  • SignatureV3: added field SignatureTypeInfo 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 be Unknown, if a signature type was not determined. SignatureType may be OnVerification, 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 if SignatureType is Qualified).

  • NonQualifiedDetails: contains the details for the nonqualified signature type (not null if SignatureType is NonQualified).