INPUT_OBJECT

ValidateExternalDidsArg

Information (list of external DIDs) along with their base hash key to be checked against the assets in the EWAI Instance db (this is used to prevent spam assets on a marketplace).

link GraphQL Schema definition

  • input ValidateExternalDidsArg {
  • # The external DID to be validated. @example
  • # 'did:op:D55B682cdf8443f04257aB46461783CA7Ca65EB2'
  • did: String!
  • # The base property value (stored in Ocean Protocol on-chain in the case of
  • # EWAI-MARKET). @example '1234a34d...'
  • base: String!
  • }

link Require by