OBJECT

RequestItem

link GraphQL Schema definition

  • type RequestItem {
  • # The unique identifier for the request
  • requestId: String!
  • # The status of the request
  • status: String!
  • # The type of the request
  • type: String!
  • # Unique identifier of the transaction in the blockchain. (only available on
  • # transaction requests)
  • transactionHash: String @deprecated( reason: "use signatures instead" )
  • signature: String
  • # The signature for the request
  • signatures: Signatures
  • }

link Require by