INPUT_OBJECT

AddPaymentReceiptInput

link GraphQL Schema definition

  • input AddPaymentReceiptInput {
  • # Time that a payment gets added to another clients transaction database
  • # (stringified Unix time - number of milliseconds since January 1, 1970)
  • added_time: String!
  • # Serialized payment (base58-encoded janestreet/bin_prot serialization)
  • payment: String!
  • }

link Require by