OBJECT

DigestData

link GraphQL Schema definition

  • type DigestData {
  • # The digest of the input
  • digest: String!
  • # The DER encoded of the digest
  • signData: String!
  • # The SHA56 digest of the signData
  • shaSignData: String!
  • }