OBJECT

HashInfo

Description

Details for the hash IOC.

link GraphQL Schema definition

  • type HashInfo {
  • # Hash string in hex.
  • hash: String!
  • # Type of hash.
  • hashType: IOCHashType!
  • }