OBJECT

CompletedWork

Completed snark works

link GraphQL Schema definition

  • type CompletedWork {
  • # Public key of the prover
  • prover: PublicKey!
  • # Amount the prover is paid for the snark work
  • fee: UInt64!
  • # Unique identifier for the snark work purchased
  • workIds: [Int!]!
  • }