OBJECT

SnarkWorker

link GraphQL Schema definition

  • type SnarkWorker {
  • # Public key of current snark worker
  • key: PublicKey! @deprecated( reason: "use account field instead" )
  • # Account of the current snark worker
  • account: Account!
  • # Fee that snark worker is charging to generate a snark proof
  • fee: UInt64!
  • }

link Require by