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